Преглед на файлове

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.
Scott James Remnant преди 22 години
родител
ревизия
be211b3f7f
променени са 4 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 6 0
      ChangeLog
  2. 1 0
      archtable
  3. 2 1
      debian/changelog
  4. 1 0
      scripts/dpkg-architecture.pl

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+Fri Jun 18 06:34:43 BST 2004 Scott James Remnant <scott@netsplit.com>
+
+  * 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 <fenio@o2.pl>
 
   * po/pl.po: Updated.

+ 1 - 0
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

+ 2 - 1
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:

+ 1 - 0
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',