Author: dan
Date: 2005-10-13 19:29:21 +0000 (Thu, 13 Oct 2005)
New Revision: 1034

Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/make-autoconfs.sh
   linux-kernel-headers/trunk/debian/rules
Log:
  * Merge armeb support from Lennert Buytenhek
    <[EMAIL PROTECTED]> (Closes: #333596).    


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog 2005-10-13 19:28:09 UTC (rev 
1033)
+++ linux-kernel-headers/trunk/debian/changelog 2005-10-13 19:29:21 UTC (rev 
1034)
@@ -9,8 +9,10 @@
     amd64-libs-dev (due to limitations of dpkg-divert - diversions
     are removed in the postrm, so Conflicts is not enough to
     make sure amd64-libs-dev is fully gone before we install).
+  * Merge armeb support from Lennert Buytenhek
+    <[EMAIL PROTECTED]> (Closes: #333596).    
 
- -- Daniel Jacobowitz <[EMAIL PROTECTED]>  Thu, 13 Oct 2005 15:26:31 -0400
+ -- Daniel Jacobowitz <[EMAIL PROTECTED]>  Thu, 13 Oct 2005 15:28:37 -0400
 
 linux-kernel-headers (2.6.13+0rc3-1.1) unstable; urgency=low
 

Modified: linux-kernel-headers/trunk/debian/make-autoconfs.sh
===================================================================
--- linux-kernel-headers/trunk/debian/make-autoconfs.sh 2005-10-13 19:28:09 UTC 
(rev 1033)
+++ linux-kernel-headers/trunk/debian/make-autoconfs.sh 2005-10-13 19:29:21 UTC 
(rev 1034)
@@ -4,7 +4,9 @@
 
 for arch in $ARCHES
 do
-  if test $arch = mipsel; then
+  if test $arch = armeb; then
+    karch=arm
+  elif test $arch = mipsel; then
     karch=mips
   elif test $arch = hppa; then
     karch=parisc

Modified: linux-kernel-headers/trunk/debian/rules
===================================================================
--- linux-kernel-headers/trunk/debian/rules     2005-10-13 19:28:09 UTC (rev 
1033)
+++ linux-kernel-headers/trunk/debian/rules     2005-10-13 19:29:21 UTC (rev 
1034)
@@ -13,6 +13,7 @@
 includedir = $(pkgdir)/usr/include
 
 kernel_arch := $(DEB_HOST_ARCH)
+kernel_arch := $(patsubst armeb,arm,$(kernel_arch))
 kernel_arch := $(patsubst powerpc,ppc,$(kernel_arch))
 kernel_arch := $(patsubst hppa,parisc,$(kernel_arch))
 kernel_arch := $(patsubst mipsel,mips,$(kernel_arch))


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

Reply via email to