[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#252346: dpkg: Patch to revert just the renaming



Package: dpkg
Version: 1.10.22-0.0.0.1.pure64
Severity: normal
Followup-For: Bug #252346

Stephen Frost asked me to send in the trivial patch to revert the renaming
so here we go.

MfG
	Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C

Versions of packages dpkg depends on:
ii  dselect               1.10.22            a user tool to manage Debian packa
ii  libc6                 2.3.2.ds1-13.0.0.1 GNU C Library: Shared libraries an

-- no debconf information
diff -Nurd dpkg-1.10.22.deb/archtable dpkg-1.10.22/archtable
--- dpkg-1.10.22.deb/archtable	2004-06-01 21:18:15.000000000 +0000
+++ dpkg-1.10.22/archtable	2004-06-02 21:30:13.000000000 +0000
@@ -63,6 +63,6 @@
 s390x-linux-gnu			s390x		s390x
 s390x-ibm-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
+x86_64-unknown-linux-gnu	amd64		x86_64
+x86_64-linux			amd64		x86_64
+x86_64-linux-gnu		amd64		x86_64
diff -Nurd dpkg-1.10.22.deb/debian/changelog dpkg-1.10.22/debian/changelog
--- dpkg-1.10.22.deb/debian/changelog	2004-06-01 21:21:43.000000000 +0000
+++ dpkg-1.10.22/debian/changelog	2004-06-02 21:29:41.000000000 +0000
@@ -1,3 +1,11 @@
+dpkg (1.10.22-0.0.0.1.pure64) unstable; urgency=low
+
+  The fix the DebConf4 breakage release.
+
+  * revert renaming amd64 to x86-64.
+
+ -- Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>  Wed, 02 Jun 2004 23:29:05 +0200
+
 dpkg (1.10.22) unstable; urgency=low
 
   The DebConf4 Release.
diff -Nurd dpkg-1.10.22.deb/scripts/dpkg-architecture.pl dpkg-1.10.22/scripts/dpkg-architecture.pl
--- dpkg-1.10.22.deb/scripts/dpkg-architecture.pl	2004-06-01 21:18:16.000000000 +0000
+++ dpkg-1.10.22/scripts/dpkg-architecture.pl	2004-06-02 21:36:59.000000000 +0000
@@ -65,7 +65,7 @@
 	    's390',		's390-linux',
 	    's390x',		's390x-linux',
 	    'ia64',		'ia64-linux',
-	    'x86-64',           'x86_64-linux',
+	    'amd64',           'x86_64-linux',
 	    'openbsd-i386',	'i386-openbsd',
 	    'freebsd-i386',	'i386-freebsd',
 	    'kfreebsd-i386',	'i386-kfreebsd-gnu',

Reply to: