From: Scott James Remnant Date: Tue, 22 Jun 2004 16:59:14 +0000 (+0000) Subject: Patches applied: X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be211b3f7f68592c93798b0e41ab3ad1838307fc;p=dpkg Patches applied: * scott@netsplit.com--2004/dpkg--devo--1.10--patch-28 restore amd64 support with that name * archtable: Requested the technical committee to make the mentioned decision -- we're going with amd64 (that'll please my boss :-) * scripts/dpkg-architecture.pl: Likewise. --- diff --git a/ChangeLog b/ChangeLog index b0a092d6..337bace4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 18 06:34:43 BST 2004 Scott James Remnant + + * archtable: Requested the technical committee to make the mentioned + decision -- we're going with amd64 (that'll please my boss :-) + * scripts/dpkg-architecture.pl: Likewise. + Tue Jun 15 19:19:36 BST 2004 Bartosz Fenski aka fEnIo * po/pl.po: Updated. diff --git a/archtable b/archtable index dd1d6bfb..88357032 100644 --- a/archtable +++ b/archtable @@ -41,6 +41,7 @@ i686-gnu0.3 hurd-i386 undefined ia64-linux-gnu ia64 ia64 ia64-unknown-linux ia64 ia64 ia64-unknown-linux-gnu ia64 ia64 +x86_64-linux-gnu amd64 x86_64 sh3-linux-gnu sh3 sh3 sh4-linux-gnu sh4 sh4 sh3eb-linux-gnu sh3eb sh3eb diff --git a/debian/changelog b/debian/changelog index 70e1469e..4c8ad72e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dpkg (1.10.23) unstable; urgency=low - * Removed support for x86-64 (x86_64 / amd64). Closes: #252346. + * Architecture Support: + - Renamed x86-64 to amd64. Closes: #252346, #254598. * Documentation: - Correct typo in dpkg-divert(8). Closes: #254175. * Updated Translations: diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 3d497a86..a53212ae 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -65,6 +65,7 @@ require 'controllib.pl'; 's390', 's390-linux', 's390x', 's390x-linux', 'ia64', 'ia64-linux', + 'amd64', 'x86_64-linux', 'openbsd-i386', 'i386-openbsd', 'freebsd-i386', 'i386-freebsd', 'kfreebsd-i386', 'i386-kfreebsd-gnu',