[SCM] qgis branch, master, updated. upstream/2.0.1-13436-g7969474
Bas Couwenberg
sebastic at xs4all.nl
Fri Sep 27 22:02:17 UTC 2013
The following commit has been merged in the master branch:
commit 7a5e45b5b1dc9a32d16d1312cd6081813bbcb1fe
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Sep 27 11:20:52 2013 +0200
Remove automatically generated files on clean.
diff --git a/debian/changelog b/debian/changelog
index b335ee7..9fbdeb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ qgis (2.0.1-1) UNRELEASED; urgency=low
* Install SVG icon for QGIS desktop files. (closes: #676562)
* Use pkgkde-gensymbols & pkgkde-symbolshelper to handle C++ symbols.
* Split libqgis libraries into separate packages.
+ * Remove automatically generated files on clean.
-- Bas Couwenberg <sebastic at xs4all.nl> Fri, 27 Sep 2013 02:05:32 +0200
diff --git a/debian/rules b/debian/rules
index e15259e..b2be9b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,6 +87,10 @@ endif
override_dh_clean:
dh_clean
+ # automatically generated files
+ -$(RM) -f $(CURDIR)/src/core/qgscontexthelp_texts.cpp
+ -$(RM) -f $(CURDIR)/src/core/qgsexpression_texts.cpp
+
-$(RM) -rf build/
override_dh_auto_configure:
--
The Quantum GIS in Debian project
More information about the Pkg-grass-devel
mailing list