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

r2354 - in glibc-package/branches/glibc-2.6/debian: . rules.d



Author: madcoder
Date: 2007-06-05 18:17:49 +0000 (Tue, 05 Jun 2007)
New Revision: 2354

Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/rules.d/debhelper.mk
Log:
ignore /usr/lib/debug to generate shlibs. Closes: 427637


Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-06-05 03:12:13 UTC (rev 2353)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-06-05 18:17:49 UTC (rev 2354)
@@ -80,8 +80,12 @@
     in config.make.in still needed by linuxthreads.
   * patches/local-tst-mktime2.diff: fix time/tst-mktime2.c.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 May 2007 21:02:22 +0200
+  [ Pierre Habouzit ]
+  * pass -X/usr/lib/debug to dh_makeshlibs so that libc6-dbg gets no useless
+    shlibs. Closes: 427637.
 
+ -- Pierre Habouzit <madcoder@debian.org>  Tue, 05 Jun 2007 20:16:20 +0200
+
 glibc (2.5-10) UNRELEASED; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/branches/glibc-2.6/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/glibc-2.6/debian/rules.d/debhelper.mk	2007-06-05 03:12:13 UTC (rev 2353)
+++ glibc-package/branches/glibc-2.6/debian/rules.d/debhelper.mk	2007-06-05 18:17:49 UTC (rev 2354)
@@ -116,7 +116,7 @@
 		-o -regex '.*lib[0-9]*/libpthread-.*so' \
 		-o -regex '.*lib[0-9]*/libc-.*so' \) \
 		-exec chmod a+x '{}' ';'
-	dh_makeshlibs -p$(curpass) -V "$(call xx,shlib_dep)"
+	dh_makeshlibs -X/usr/lib/debug -p$(curpass) -V "$(call xx,shlib_dep)"
 
 	if [ -f debian/$(curpass).lintian ] ; then \
 		install -d -m 755 -o root -g root debian/$(curpass)/usr/share/lintian/overrides/ ; \
@@ -157,7 +157,7 @@
 		-o -regex '.*lib[0-9]*/.*libpthread.*so.*' \
 		-o -regex '.*lib[0-9]*/libc[.-].*so.*' \) \
 		-exec chmod a+x '{}' ';'
-	# dh_makeshlibs -p$(curpass) -V "$(call xx,shlib_dep)"
+	# dh_makeshlibs -X/usr/lib/debug -p$(curpass) -V "$(call xx,shlib_dep)"
 	dh_installdeb -p$(curpass)
 	# dh_shlibdeps -p$(curpass)
 	dh_gencontrol -p$(curpass)



Reply to: