* x86_64 rpms become amd64 debs

This commit is contained in:
joey
2004-08-04 00:59:28 +00:00
parent 1d5b6b9a90
commit 8e3d7b6a91
2 changed files with 9 additions and 0 deletions

View File

@@ -522,6 +522,9 @@ sub arch {
elsif ($arch eq 'ppc') {
$arch='powerpc';
}
elsif ($arch eq 'x86_64') {
$arch='amd64';
}
# Treat 486, 586, etc, as 386.
if ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) {

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.47) UNRELEASED; urgency=low
* x86_64 rpms become amd64 debs
-- Joey Hess <joeyh@debian.org> Tue, 3 Aug 2004 20:59:06 -0400
alien (8.46) unstable; urgency=low
* Unset _unpackaged_files_terminate_build when building rpms, at least SuSE