Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
followup r13683
git-svn-id: http://svn.osgeo.org/qgis/trunk@13685 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 7, 2010
1 parent 7d924ed commit 0529aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/rules
Expand Up @@ -78,7 +78,7 @@ TEMPLATES += $(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(subst {QGIS_ABI},$(QG
$(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
Expand All @@ -97,7 +97,7 @@ build-stamp: debian/build/CMakeCache.txt

cleantemplates:
$(MAKE) -f debian/rules templateclean
$(MAKE) -f debian/rules debian/control
$(MAKE) -f debian/rules debian/control debian/compat

clean: cleantemplates
dh_testdir
Expand Down Expand Up @@ -171,4 +171,4 @@ endif
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

0 comments on commit 0529aba

Please sign in to comment.