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

[PATCH] amd64 support in dpkg



On 04-Jun-03 11:18, Stephen Frost wrote:
>   the architecture.  Once a consensus on a patch is made we will
>   forward it to dpkg upstream for inclusion.

Taking the recent discussions on the list and on irc into account, I think
the attached patch should be applied against dpkg-1.10.22. This one uses the
the Debian arch name 'amd64' which is the status quo of the current port.

I hope the porters will find a consensus on this issue soon one way or the 
other.

Regards
Andreas Jochens

diff -urN ../tmp-orig/dpkg-1.10.22/archtable ./archtable
--- ../tmp-orig/dpkg-1.10.22/archtable	2004-06-01 23:18:15.000000000 +0200
+++ ./archtable	2004-06-03 00:48:37.607281150 +0200
@@ -63,6 +63,4 @@
 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-linux-gnu		amd64		x86_64
diff -urN ../tmp-orig/dpkg-1.10.22/scripts/dpkg-architecture.pl ./scripts/dpkg-architecture.pl
--- ../tmp-orig/dpkg-1.10.22/scripts/dpkg-architecture.pl	2004-06-01 23:18:16.000000000 +0200
+++ ./scripts/dpkg-architecture.pl	2004-06-03 00:49:05.299893183 +0200
@@ -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: