[pywps] 17/26: Remove compiled templates with dh_clean.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 13 23:05:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pywps.
commit 640e043c8d412c009df1d98fe6d19b660934dbe8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 13 20:28:23 2016 +0200
Remove compiled templates with dh_clean.
---
debian/changelog | 1 +
debian/rules | 3 +++
debian/source/include-binaries | 3 ---
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0fdb181..8474f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium
* Enable all hardening buildflags, except PIE (causes build failure).
* Add gbp.conf to use pristine-tar by default.
* Install AUTHORS & README files in docs.
+ * Remove compiled templates with dh_clean.
-- Bas Couwenberg <sebastic at debian.org> Fri, 13 May 2016 19:33:40 +0200
diff --git a/debian/rules b/debian/rules
index 389f8a7..d872d94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
%:
dh $@ --with python2 --buildsystem=pybuild --parallel
+override_dh_clean:
+ dh_clean pywps/Templates/*/*.tmplc
+
override_dh_install:
dh_install --list-missing
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
deleted file mode 100644
index 04431af..0000000
--- a/debian/source/include-binaries
+++ /dev/null
@@ -1,3 +0,0 @@
-pywps/Templates/1_0_0/DescribeProcess.tmplc
-pywps/Templates/1_0_0/Execute.tmplc
-pywps/Templates/1_0_0/GetCapabilities.tmplc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list