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

r5095 - glibc-package/trunk/debian



Author: aurel32
Date: 2011-12-18 18:05:40 +0000 (Sun, 18 Dec 2011)
New Revision: 5095

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
  * Don't provide debugging symbols for libc-bin, libc-dev-bin and nscd 
    packages to avoid conflicts with multiarch.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-12-18 16:36:14 UTC (rev 5094)
+++ glibc-package/trunk/debian/changelog	2011-12-18 18:05:40 UTC (rev 5095)
@@ -7,6 +7,8 @@
   * Update German debconf translation, by Helge Kreutzman.  Closes: #652556.
   * patches/any/cvs-tzfile.diff: fix integer overflow in timezone code.
     Closes: #650790.
+  * Don't provide debugging symbols for libc-bin, libc-dev-bin and nscd 
+    packages to avoid conflicts with multiarch.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 14 Dec 2011 00:42:25 +0100
 

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2011-12-18 16:36:14 UTC (rev 5094)
+++ glibc-package/trunk/debian/rules	2011-12-18 18:05:40 UTC (rev 5095)
@@ -154,6 +154,9 @@
 
 # Don't run dh_strip on this package
 NOSTRIP_$(libc)-dbg = 1
+NOSTRIP_libc-bin = 1
+NOSTRIP_libc-dev-bin = 1
+NOSTRIP_nscd = 1
 
 ifeq ($(threads),yes)
 DEB_ARCH_REGULAR_PACKAGES += nscd


Reply to: