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

CVS:oo-deb/debian rules,1.231.2.15,1.231.2.16



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

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_3
	rules 
Log Message:
check DEB_BUILD_OPTIONS for nostrip before executing strip, thanks Chris

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.231.2.15
retrieving revision 1.231.2.16
diff -u -d -r1.231.2.15 -r1.231.2.16
--- rules	24 Oct 2004 00:36:52 -0000	1.231.2.15
+++ rules	25 Oct 2004 10:23:29 -0000	1.231.2.16
@@ -1227,9 +1227,11 @@
 	dh_link
 	dh_strip
 ifeq "$(MOZILLA)" "y"
+ifneq (nostrip,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	# they somehow are not stripped; do this manually
 	strip $(MAINPKGDIR)-bin/usr/lib/openoffice/program/libmozab2.so
 	strip $(MAINPKGDIR)-bin/usr/lib/openoffice/program/libmozabdrv2.so
+endif
 endif
 	dh_perl
 	dh_python



Reply to: