[Pkg-samba-maint] r1689 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sun Jan 6 12:57:27 UTC 2008


Author: vorlon
Date: 2008-01-06 12:57:27 +0000 (Sun, 06 Jan 2008)
New Revision: 1689

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
* Apply the arm workaround to the armel architecture as well.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2008-01-05 09:59:41 UTC (rev 1688)
+++ trunk/samba/debian/changelog	2008-01-06 12:57:27 UTC (rev 1689)
@@ -1,3 +1,9 @@
+samba (3.0.28-3) UNRELEASED; urgency=low
+
+  * Apply the arm workaround to the armel architecture as well.
+
+ -- Steve Langasek <vorlon at debian.org>  Sun, 06 Jan 2008 04:56:15 -0800
+
 samba (3.0.28-2) unstable; urgency=low
 
   [ Steve Langasek ]

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2008-01-05 09:59:41 UTC (rev 1688)
+++ trunk/samba/debian/rules	2008-01-06 12:57:27 UTC (rev 1689)
@@ -23,7 +23,7 @@
   CFLAGS += -O2
 endif
 
-ifeq ($(DEB_HOST_GNU_TYPE),arm-linux-gnu)
+ifneq (,$(findstring $(DEB_HOST_GNU_TYPE),arm-linux-gnu arm-linux-gnueabi))
   PARSE_PRS_FLAGS = -O0
 endif
 




More information about the Pkg-samba-maint mailing list