[Fusionforge-commits] r8994 - trunk/gforge/debian

Christian Bayle cbayle at libremir.placard.fr.eu.org
Mon Mar 8 16:25:19 CET 2010


Author: cbayle
Date: 2010-03-08 16:25:18 +0100 (Mon, 08 Mar 2010)
New Revision: 8994

Modified:
   trunk/gforge/debian/rules
Log:
Take in account the new place for links files


Modified: trunk/gforge/debian/rules
===================================================================
--- trunk/gforge/debian/rules	2010-03-08 15:25:10 UTC (rev 8993)
+++ trunk/gforge/debian/rules	2010-03-08 15:25:18 UTC (rev 8994)
@@ -28,7 +28,7 @@
 	sh $(CURDIR)/deb-specific/manage-uufiles.sh clean
 
 .PHONY: conffiles
-conffiles: $(CRONDFILES) $(DIRSFILES) $(INSTALLFILES) $(DOCSFILES) debian/control
+conffiles: $(CRONDFILES) $(DIRSFILES) $(LINKSFILES) $(INSTALLFILES) $(DOCSFILES) debian/control
 
 debian/$(OLDPACKAGE)-%.cron.d:
 	(cat $(CURDIR)/packaging/cron.d/00phpcron ; sed -e 's/\$$FFUSER/$(OLDPACKAGE)/g' $(CURDIR)/packaging/cron.d/$*) > $@
@@ -36,6 +36,9 @@
 debian/$(OLDPACKAGE)-%.dirs:
 	cp $(CURDIR)/packaging/dirs/$* $@ 
 
+debian/$(OLDPACKAGE)-%.links:
+	cp $(CURDIR)/packaging/links/$* $@ 
+
 debian/$(OLDPACKAGE)-%.install:
 	cp $(CURDIR)/packaging/install/$* $@ 
 
@@ -81,6 +84,7 @@
 
 	rm -f $(CURDIR)/debian/*.cron.d
 	rm -f $(CURDIR)/debian/*.dirs
+	rm -f $(CURDIR)/debian/*.links
 	rm -f $(CURDIR)/debian/*.install
 	rm -f $(CURDIR)/debian/*.docs
 	rm -f $(CURDIR)/debian/$(OLDPACKAGE)-config.sgml




More information about the Fusionforge-commits mailing list