The following commit has been merged in the master branch:
commit eba5877565c275f3f177175e0166e5cb7cc6e100
Author: Bas Couwenberg <sebas...@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 <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to