Skip to content

Commit 0529aba

Browse files
author
jef
committed
followup r13683
git-svn-id: http://svn.osgeo.org/qgis/trunk@13685 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7d924ed commit 0529aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/rules

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ TEMPLATES += $(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(subst {QGIS_ABI},$(QG
7878
$(foreach t,$(wildcard debian/*.in debian/*.$(DISTRIBUTION)),$(eval $(call gentemplate,$(t),$(basename $(t)))))
7979
$(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(eval $(call gentemplate,$(t),$(subst {QGIS_ABI},$(QGIS_ABI),$(t)))))
8080

81-
debian/build/CMakeCache.txt: CMakeLists.txt
81+
debian/build/CMakeCache.txt: $(TEMPLATES) CMakeLists.txt
8282
dh_testdir
8383
# Add here commands to configure the package.
8484
[ -d debian/build ] || mkdir debian/build
@@ -97,7 +97,7 @@ build-stamp: debian/build/CMakeCache.txt
9797

9898
cleantemplates:
9999
$(MAKE) -f debian/rules templateclean
100-
$(MAKE) -f debian/rules debian/control
100+
$(MAKE) -f debian/rules debian/control debian/compat
101101

102102
clean: cleantemplates
103103
dh_testdir
@@ -171,4 +171,4 @@ endif
171171
dh_builddeb
172172

173173
binary: binary-indep binary-arch
174-
.PHONY: build clean binary-indep binary-arch binary install debian/control
174+
.PHONY: build clean binary-indep binary-arch binary install debian/control cleantemplates templateclean

0 commit comments

Comments
 (0)