[SCM] tinyows branch, master, updated. debian/0.9.0-2-40-g0ce88fb

Bas Couwenberg sebastic at xs4all.nl
Thu Sep 19 00:08:29 UTC 2013


The following commit has been merged in the master branch:
commit eba5877565c275f3f177175e0166e5cb7cc6e100
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 21 16:38:45 2013 +0200

    Don't remove autom4te.cache on clean, is contained in upstream source.

diff --git a/debian/changelog b/debian/changelog
index 57a628a..81e4569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ tinyows (1.1.0-3) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Use canonical URL for Vcs-* fields.
   * Migrated to debhelper level 9.
+  * Don't remove autom4te.cache on clean, is contained in upstream source.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 21 Jul 2013 15:37:59 +0200
 
diff --git a/debian/rules b/debian/rules
index 4046b4e..67fc0dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ clean: unpatch
 # 	Add here commands to clean up after the build process.
 	if test -f $(CURDIR)/Makefile; then $(MAKE) -f $(CURDIR)/Makefile clean; fi
 
-	dh_clean 
+	dh_clean -Xautom4te.cache
 
 install: build
 	dh_testdir

-- 
A simple WFS-T server



More information about the Pkg-grass-devel mailing list