Author: aurel32
Date: 2012-02-26 17:50:24 +0000 (Sun, 26 Feb 2012)
New Revision: 5172

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
  * Don't provide debug files for biarch packages to make libc6-dbg 
    co-installable.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2012-02-26 17:34:22 UTC (rev 
5171)
+++ glibc-package/trunk/debian/changelog        2012-02-26 17:50:24 UTC (rev 
5172)
@@ -27,6 +27,8 @@
     test-fenv.out to the list of known failures, it fails on loongson 2
     machines due to a CPU bug.
   * Bump to Standards-Version 3.9.3 (no changes).
+  * Don't provide debug files for biarch packages to make libc6-dbg 
+    co-installable.
 
  -- Aurelien Jarno <[email protected]>  Sun, 05 Feb 2012 11:12:52 +0100
 

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules    2012-02-26 17:34:22 UTC (rev 5171)
+++ glibc-package/trunk/debian/rules    2012-02-26 17:50:24 UTC (rev 5172)
@@ -158,6 +158,15 @@
 # Don't put debug files from these packages in libc-dbg
 NODEBUG_libc-bin = 1
 NODEBUG_libc-dev-bin = 1
+NODEBUG_libc6-amd64 = 1
+NODEBUG_libc6-i386 = 1
+NODEBUG_libc6-mipsn32 = 1
+NODEBUG_libc6-powerpc = 1
+NODEBUG_libc6-ppc64 = 1
+NODEBUG_libc6-s390 = 1
+NODEBUG_libc6-s390x = 1
+NODEBUG_libc6-sparc64 = 1
+NODEBUG_libc6-mips64 = 1
 NODEBUG_nscd = 1
 
 ifeq ($(threads),yes)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to