[Fusionforge-commits] r8315 - trunk

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Oct 20 22:00:54 CEST 2009


Author: aljeux
Date: 2009-10-20 22:00:54 +0200 (Tue, 20 Oct 2009)
New Revision: 8315

Modified:
   trunk/Makefile.debian
Log:
Remove orig file before building all packages

Modified: trunk/Makefile.debian
===================================================================
--- trunk/Makefile.debian	2009-10-20 20:00:47 UTC (rev 8314)
+++ trunk/Makefile.debian	2009-10-20 20:00:54 UTC (rev 8315)
@@ -109,7 +109,7 @@
 # Build with cowbuilder or pbuilder
 #
 
-all: cowbuilddeb cowbuildubu # ***** Build all package for debian and ubuntu ***** #
+all: cleanorig cowbuilddeb cowbuildubu # ***** Build all package for debian and ubuntu ***** #
 
 deploy: repodeb repoubu # ***** Deploy packages in Debian and Ubuntu repositories ***** #
 
@@ -266,3 +266,6 @@
 
 cleancache: # Clean $(APTCACHE) (apt cache) #
 	rm -rf $(APTCACHE)
+
+cleanorig: # Clean $(TARBALLS)/$(ORIGFILE) #
+	rm -f $(TARBALLS)/$(ORIGFILE)
\ No newline at end of file




More information about the Fusionforge-commits mailing list