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

CVS:oo-deb/debian rules,1.152,1.153



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

Modified Files:
	rules 
Log Message:
remove delzip files ourselves since dh_clean delzip doesn't do hat we want

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- rules	24 Oct 2003 08:33:25 -0000	1.152
+++ rules	24 Oct 2003 10:01:41 -0000	1.153
@@ -329,7 +329,10 @@
 	rm -f dmake/dmakeroot.h
 	find dmake/startup -name Makefile -exec rm {} \;
 
-	dh_clean delzip
+	# delete delzip files
+	find helpcontent/unx sysui/desktop -name "delzip" -exec rm {} \;
+	
+	dh_clean
 
 	rm -rf $(STAMP_DIR) $(DEBTREEDIR) stlport-home
 	rm -f makefile.mk $(ENVFILE) $(subst Env.Set.sh,Env.Set,$(ENVFILE)) \



Reply to: