[QGIS Commit] r13685 - trunk/qgis/debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jun 7 18:26:53 EDT 2010


Author: jef
Date: 2010-06-07 18:26:52 -0400 (Mon, 07 Jun 2010)
New Revision: 13685

Modified:
   trunk/qgis/debian/rules
Log:
followup r13683

Modified: trunk/qgis/debian/rules
===================================================================
--- trunk/qgis/debian/rules	2010-06-07 21:55:03 UTC (rev 13684)
+++ trunk/qgis/debian/rules	2010-06-07 22:26:52 UTC (rev 13685)
@@ -78,7 +78,7 @@
 $(foreach t,$(wildcard debian/*.in debian/*.$(DISTRIBUTION)),$(eval $(call gentemplate,$(t),$(basename $(t)))))
 $(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(eval $(call gentemplate,$(t),$(subst {QGIS_ABI},$(QGIS_ABI),$(t)))))
 
-debian/build/CMakeCache.txt: CMakeLists.txt
+debian/build/CMakeCache.txt: $(TEMPLATES) CMakeLists.txt
 	dh_testdir
 	# Add here commands to configure the package.
 	[ -d debian/build ] || mkdir debian/build
@@ -97,7 +97,7 @@
 
 cleantemplates:
 	$(MAKE) -f debian/rules templateclean
-	$(MAKE) -f debian/rules debian/control
+	$(MAKE) -f debian/rules debian/control debian/compat
 
 clean: cleantemplates
 	dh_testdir
@@ -171,4 +171,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install debian/control
+.PHONY: build clean binary-indep binary-arch binary install debian/control cleantemplates templateclean



More information about the QGIS-commit mailing list