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

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Mar 8 23:36:59 UTC 2008


Author: vorlon
Date: 2008-03-08 23:36:59 +0000 (Sat, 08 Mar 2008)
New Revision: 1739

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
* Drop the arm optimization workaround, as the compiler is now reported
  to be fixed.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2008-03-08 23:30:14 UTC (rev 1738)
+++ trunk/samba/debian/changelog	2008-03-08 23:36:59 UTC (rev 1739)
@@ -1,6 +1,7 @@
 samba (3.0.28-3) UNRELEASED; urgency=low
 
-  * Apply the arm workaround to the armel architecture as well.
+  * Drop the arm optimization workaround, as the compiler is now reported
+    to be fixed.
   * Add missing eventlogadm(8) manpage.
   * Refresh the list of Linux architectures from type-handling, to pick up
     libacl-dev on armel.  Closes: #465121.

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2008-03-08 23:30:14 UTC (rev 1738)
+++ trunk/samba/debian/rules	2008-03-08 23:36:59 UTC (rev 1739)
@@ -23,12 +23,6 @@
   CFLAGS += -O2
 endif
 
-ifneq (,$(findstring $(DEB_HOST_GNU_TYPE),arm-linux-gnu arm-linux-gnueabi))
-  PARSE_PRS_FLAGS = -O0
-endif
-
-export PARSE_PRS_FLAGS
-
 include /usr/share/quilt/quilt.make
 
 DESTDIR=`pwd`/debian/tmp




More information about the Pkg-samba-maint mailing list