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

CVS:oo-deb/debian rules,1.156,1.157



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv15478

Modified Files:
	rules 
Log Message:
Remove -l switch from dh_slibdeps - now there are more warnings again but
ldd doesn't crash when used with fakeroot.


Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- rules	24 Oct 2003 16:33:26 -0000	1.156
+++ rules	27 Oct 2003 08:29:20 -0000	1.157
@@ -978,8 +978,10 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps -l $(MAINPKGDIR)-bin/$(OPENOFFICEDIR)/program \
-		$(SHLIBS_OVERRIDE)
+	dh_shlibdeps $(SHLIBS_OVERRIDE)
+# This switch to dh_shlibdeps reduces the 'libXXX not found' warnings but
+# causes ldd crashes sometimes when used with fakeroot:
+#          -l $(MAINPKGDIR)-bin/$(OPENOFFICEDIR)/program 
 	dh_gencontrol  -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))'
 	dh_md5sums
 	dh_builddeb



Reply to: