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

r3986 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2009-11-19 10:46:51 +0000 (Thu, 19 Nov 2009)
New Revision: 3986

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * rules.d/debhelper.mk: don't use --strip-unneeded when stripping .o 
    objects.  Closes: #556951.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-11-18 14:50:14 UTC (rev 3985)
+++ glibc-package/trunk/debian/changelog	2009-11-19 10:46:51 UTC (rev 3986)
@@ -15,9 +15,10 @@
     MADV_UNMERGEABLE. Closes: #556631.
   * Replace patches/locale/fix-C-first_weekday.diff by upstream version
     patches/locale/cvs-C-first_weekday.diff.  Closes: #556884.
-  * 
+  * rules.d/debhelper.mk: don't use --strip-unneeded when stripping .o 
+    objects.  Closes: #556951.
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 18 Nov 2009 15:50:02 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 19 Nov 2009 11:45:54 +0100
 
 eglibc (2.10.1-7) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2009-11-18 14:50:14 UTC (rev 3985)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2009-11-19 10:46:51 UTC (rev 3986)
@@ -95,7 +95,7 @@
 	     '{}' ';' || true);						\
 	  find debian/$(curpass) -name \*crt\*.o -exec			\
 	    strip --strip-debug --remove-section=.comment		\
-	    --remove-section=.note --strip-unneeded '{}' ';' || true;	\
+	    --remove-section=.note '{}' ';' || true;	\
 	fi
 endif
 


Reply to: