[SCM] tinyows branch, master, updated. debian/0.9.0-2-40-g0ce88fb
Bas Couwenberg
sebastic at xs4all.nl
Thu Sep 19 00:08:50 UTC 2013
The following commit has been merged in the master branch:
commit 27bfe85fbe969dce3437727055e225f419d88f3f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 21 22:22:17 2013 +0200
Remove autogenerated files on clean.
diff --git a/debian/changelog b/debian/changelog
index c63f540..5503a57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ tinyows (1.1.0-3) UNRELEASED; urgency=low
* Add lintian override for configure-generated-file-in-source config.log
false positive, dh_clean and dh_autoreconf take care of this.
* Bump Standards-Version to 3.9.4.
+ * Remove autogenerated files on clean.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 21 Jul 2013 15:37:59 +0200
diff --git a/debian/rules b/debian/rules
index 6d8b80f..92530c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,12 @@ UPSTREAM_VERSION ?= $(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<
override_dh_clean:
dh_clean -Xautom4te.cache
+ # remove automatically generated files
+ rm -f $(CURDIR)/test/wfs_100/config_wfs_100.xml
+ rm -f $(CURDIR)/test/wfs_100/install_wfs_100.sh
+ rm -f $(CURDIR)/test/wfs_110/config_wfs_110.xml
+ rm -f $(CURDIR)/test/wfs_110/install_wfs_110.sh
+
override_dh_auto_configure:
dh_auto_configure -- --with-shp2pgsql=/usr/bin/shp2pgsql
--
A simple WFS-T server
More information about the Pkg-grass-devel
mailing list