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

r3688 - glibc-package/branches/multiarch/debian/rules.d



Author: aurel32
Date: 2009-07-26 20:42:37 +0000 (Sun, 26 Jul 2009)
New Revision: 3688

Modified:
   glibc-package/branches/multiarch/debian/rules.d/debhelper.mk
Log:
Run dpkg-shlibdeps also on libc-bin and libc-dev-bin



Modified: glibc-package/branches/multiarch/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/multiarch/debian/rules.d/debhelper.mk	2009-07-26 20:27:42 UTC (rev 3687)
+++ glibc-package/branches/multiarch/debian/rules.d/debhelper.mk	2009-07-26 20:42:37 UTC (rev 3688)
@@ -106,9 +106,7 @@
 	fi
 
 	dh_installdeb -p$(curpass)
-	if [ $(curpass) = nscd ] ; then \
-		dh_shlibdeps -p$(curpass) ; \
-	fi
+	dh_shlibdeps -p$(curpass)
 	dh_gencontrol -p$(curpass) -- $($(curpass)_control_flags)
 	if [ $(curpass) = nscd ] ; then \
 		sed -i -e "s/\(Depends:.*libc[0-9.]\+\)-[a-z0-9]\+/\1/" debian/nscd/DEBIAN/control ; \


Reply to: