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

[PATCH] dpkg - add support for amd64



Hi list,

the dpkg archive currently on alioth (debian-amd64.alioth.debian.org/pure64) 
does not support amd64 (because it was just compiled from the upstream Debian 
sources).
The attached trivial patch, which was already part of other dpkg-archives for 
amd64, restores this support.

Scott, could you please also apply this patch to the upstream source?

Regards,
Hans-Frieder

-- 
--
Hans-Frieder Vogt                 e-mail: hfvogt@arcor.de
--- dpkg-1.10.21.orig/scripts/dpkg-architecture.pl	2004-03-08 19:29:13.000000000 +0100
+++ dpkg-1.10.21/scripts/dpkg-architecture.pl	2004-05-16 00:49:13.069136232 +0200
@@ -69,7 +69,8 @@
 	    'freebsd-i386',	'i386-kfreebsd-gnu',
 	    'netbsd-i386',	'i386-netbsdelf-gnu',
 	    'darwin-powerpc',	'powerpc-darwin',
-	    'darwin-i386',	'i386-darwin');
+	    'darwin-i386',	'i386-darwin',
+	    'amd64',		'x86_64-linux');
 
 sub usageversion {
     print STDERR
--- dpkg-1.10.21.orig/archtable	2004-03-08 19:29:13.000000000 +0100
+++ dpkg-1.10.21/archtable	2004-05-16 00:43:40.481697208 +0200
@@ -61,3 +61,7 @@
 s390x-linux-gnu		s390x		s390x
 s390x-ibm-linux-gnu	s390x		s390x
 s390x-unknown-linux-gnu	s390x		s390x
+x86_64-unknown-linux-gnu	amd64		amd64
+x86_64-linux	amd64		amd64
+x86_64-linux-gnu	amd64		amd64
+

Reply to: