[QGIS Commit] r13673 - trunk/qgis/debian
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Jun 6 14:59:05 EDT 2010
Author: jef
Date: 2010-06-06 14:59:04 -0400 (Sun, 06 Jun 2010)
New Revision: 13673
Modified:
trunk/qgis/debian/rules
Log:
debian packaging update: include templates in clean
Modified: trunk/qgis/debian/rules
===================================================================
--- trunk/qgis/debian/rules 2010-06-06 18:52:47 UTC (rev 13672)
+++ trunk/qgis/debian/rules 2010-06-06 18:59:04 UTC (rev 13673)
@@ -67,6 +67,9 @@
-e "s/{QGIS_ABI}/$(QGIS_ABI)/g" \
-e "s/{GRASS}/$(GRASS)/g" \
-e "s/{GRASS_ABI}/$(GRASS_ABI)/g" $$^ >$$@
+
+templateclean::
+ rm -f $(2)
endef
TEMPLATES := $(foreach t,$(wildcard debian/*.in debian/*.$(DISTRIBUTION)),$(basename $(t)))
@@ -92,7 +95,7 @@
touch $@
-clean: $(TEMPLATES)
+clean: templateclean debian/control
dh_testdir
dh_testroot
rm -f build-stamp
More information about the QGIS-commit
mailing list