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

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



Author: aurel32
Date: 2007-09-09 13:18:19 +0000 (Sun, 09 Sep 2007)
New Revision: 2538

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * debian/rules.d/debhelper.mk: modify nscd/DEBIAN/control during build
    to workaround a dpkg-shlibdeps bug.  Closes: bug#433723.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-09-09 11:11:47 UTC (rev 2537)
+++ glibc-package/trunk/debian/changelog	2007-09-09 13:18:19 UTC (rev 2538)
@@ -4,8 +4,10 @@
     that they are compatible.
   * sysdeps/i386.mk: uses x86_64 headers also for the main flavour.
   * debian/local/etc_default/locale: remove.  Closes: bug#441360.
+  * debian/rules.d/debhelper.mk: modify nscd/DEBIAN/control during build
+    to workaround a dpkg-shlibdeps bug.  Closes: bug#433723.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun,  9 Sep 2007 13:10:21 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 09 Sep 2007 15:16:53 +0200
 
 glibc (2.6.1-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2007-09-09 11:11:47 UTC (rev 2537)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2007-09-09 13:18:19 UTC (rev 2538)
@@ -127,6 +127,7 @@
 	dh_installdeb -p$(curpass)
 	if [ $(curpass) = nscd ] ; then \
 		dh_shlibdeps -p$(curpass) ; \
+		sed -e "s/\(Depends:.*libc[0-9.]\+\)-[a-z0-9]\+/\1/" debian/nscd/DEBIAN/control ; \
 	fi
 	dh_gencontrol -p$(curpass) -- $($(curpass)_control_flags)
 	dh_md5sums -p$(curpass)



Reply to: