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

r1034 - linux-kernel-headers/trunk/debian



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
    <buytenh+debian@wantstofly.org> (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
+    <buytenh+debian@wantstofly.org> (Closes: #333596).    
 
- -- Daniel Jacobowitz <dan@debian.org>  Thu, 13 Oct 2005 15:26:31 -0400
+ -- Daniel Jacobowitz <dan@debian.org>  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))



Reply to: