Bläddra i källkod

Patches applied:

 * scott@netsplit.com--2004/dpkg--devo--1.10--patch-23
   stop!  this architecture is not ready yet


* archtable, scripts/dpkg-architecture.pl: Remove support for amd64/x86-64,
the porters clearly can't make up their mind what they want.
Scott James Remnant 22 år sedan
förälder
incheckning
738067c69b
4 ändrade filer med 6 tillägg och 5 borttagningar
  1. 5 0
      ChangeLog
  2. 0 3
      archtable
  3. 1 1
      debian/changelog
  4. 0 1
      scripts/dpkg-architecture.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Thu Jun 3 12:03:49 BRT 2004 Scott James Remnant <scott@netsplit.com>
+
+  * archtable, scripts/dpkg-architecture.pl: Remove support for amd64/x86-64,
+  the porters clearly can't make up their mind what they want.
+
 Wed Jun 2 15:32:47 BRT 2004 Scott James Remnant <scott@netsplit.com>
 Wed Jun 2 15:32:47 BRT 2004 Scott James Remnant <scott@netsplit.com>
 
 
   * version-nr, debian/changelog: Bump version to 1.10.23.
   * version-nr, debian/changelog: Bump version to 1.10.23.

+ 0 - 3
archtable

@@ -63,6 +63,3 @@ i386-darwin			darwin-i386	darwin-i386
 s390x-linux-gnu			s390x		s390x
 s390x-linux-gnu			s390x		s390x
 s390x-ibm-linux-gnu		s390x		s390x
 s390x-ibm-linux-gnu		s390x		s390x
 s390x-unknown-linux-gnu		s390x		s390x
 s390x-unknown-linux-gnu		s390x		s390x
-x86_64-unknown-linux-gnu	x86-64		x86_64
-x86_64-linux			x86-64		x86_64
-x86_64-linux-gnu		x86-64		x86_64

+ 1 - 1
debian/changelog

@@ -1,6 +1,6 @@
 dpkg (1.10.23) unstable; urgency=low
 dpkg (1.10.23) unstable; urgency=low
 
 
-  * 
+  * Removed support for x86-64 (x86_64 / amd64).  Closes: #252346.
 
 
  -- Scott James Remnant <scott@netsplit.com>  UNRELEASED
  -- Scott James Remnant <scott@netsplit.com>  UNRELEASED
 
 

+ 0 - 1
scripts/dpkg-architecture.pl

@@ -65,7 +65,6 @@ require 'controllib.pl';
 	    's390',		's390-linux',
 	    's390',		's390-linux',
 	    's390x',		's390x-linux',
 	    's390x',		's390x-linux',
 	    'ia64',		'ia64-linux',
 	    'ia64',		'ia64-linux',
-	    'x86-64',           'x86_64-linux',
 	    'openbsd-i386',	'i386-openbsd',
 	    'openbsd-i386',	'i386-openbsd',
 	    'freebsd-i386',	'i386-freebsd',
 	    'freebsd-i386',	'i386-freebsd',
 	    'kfreebsd-i386',	'i386-kfreebsd-gnu',
 	    'kfreebsd-i386',	'i386-kfreebsd-gnu',