Hi,

It could be debbugs, it could be wanderlust that's broken.
I'm attaching the patch in plain-text


--- ../kernel-package-10.020-orig/kernel/ruleset/misc/defaults.mk       
2005-11-04 15:02:42.000000000 +0900
+++ kernel/ruleset/misc/defaults.mk     2005-12-22 07:19:48.000000000 +0900
@@ -101,8 +101,8 @@
   else
     architecture:=$(DEB_HOST_ARCH_CPU)
   endif
-  ifeq ($(architecture), x86_64)
-    architecture:=amd64
+  ifeq ($(architecture), amd64)
+    architecture:=x86_64
   endif
 endif
 
@@ -148,7 +148,13 @@
 INT_STEM := $(DEB_HOST_ARCH_OS)
 endif
 
-
+.PHONY: unit-test-defaults.mk
+unit-test-defaults.mk:
+       # run the following commands to unit-test this file:
+       # eval ` dpkg-architecture -s ` 
+       # make -f kernel/ruleset/misc/defaults.mk unit-test-defaults.mk
+       echo $(architecture), $(KERNEL_ARCH)
+       
 #Local variables:
 #mode: makefile
 #End:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to