[Pkg-octave-commit] r1370 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 5 18:15:24 UTC 2008


Author: rafael
Date: 2008-03-05 18:15:24 +0000 (Wed, 05 Mar 2008)
New Revision: 1370

Modified:
   qtoctave/trunk/debian/rules
Log:
Also delete qtoctave/qtoctave.pro in clean rule

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-03-05 18:11:28 UTC (rev 1369)
+++ qtoctave/trunk/debian/rules	2008-03-05 18:15:24 UTC (rev 1370)
@@ -47,8 +47,9 @@
 # Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) -n clean
 	-[ ! -f clean.sh ] || sh clean.sh
-	-$(DELFILE) qtoctave/qtoctave install-tool2/install-tool \
-		    widgetserver/widgetserver install-tool2/*.o
+	-$(DELFILE) qtoctave/qtoctave install-tool2/install-tool	\
+		    widgetserver/widgetserver install-tool2/*.o		\
+		    qtoctave/qtoctave.pro
 	-$(DELFILE) Makefile
 
 	rm -f icons.tar




More information about the Pkg-octave-commit mailing list