We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a96b385 commit 93f117cCopy full SHA for 93f117c
debian/rules
@@ -67,6 +67,9 @@ $(2): $(1)
67
-e "s/{QGIS_ABI}/$(QGIS_ABI)/g" \
68
-e "s/{GRASS}/$(GRASS)/g" \
69
-e "s/{GRASS_ABI}/$(GRASS_ABI)/g" $$^ >$$@
70
+
71
+templateclean::
72
+ rm -f $(2)
73
endef
74
75
TEMPLATES := $(foreach t,$(wildcard debian/*.in debian/*.$(DISTRIBUTION)),$(basename $(t)))
@@ -92,7 +95,7 @@ build-stamp: debian/build/CMakeCache.txt
92
95
93
96
touch $@
94
97
-clean: $(TEMPLATES)
98
+clean: templateclean debian/control
99
dh_testdir
100
dh_testroot
101
rm -f build-stamp
0 commit comments