The following commit has been merged in the master branch:
commit 9565bd167315f57911b3f450a923dfc927b4eeb4
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Jul 21 20:15:24 2013 +0200

    Don't install .in files.

diff --git a/debian/changelog b/debian/changelog
index da0cecb..519cec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ tinyows (1.1.0-3) UNRELEASED; urgency=low
   * Set all hardening flags in CFLAGS, the only variable used by Makefile.
   * Update copyright to dep5 format.
   * Remove extra license files.
+  * Don't install .in files.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sun, 21 Jul 2013 15:37:59 +0200
 
diff --git a/debian/rules b/debian/rules
index e733838..6d8b80f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,14 @@ override_dh_auto_install:
        rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_100/cite/LICENSE
        rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_110/cite/LICENSE
 
+       # remove .in files
+       rm -f $(CURDIR)/debian/tinyows/usr/share/tinyows/demo/install.sh.in
+       rm -f $(CURDIR)/debian/tinyows/usr/share/tinyows/demo/tinyows.xml.in
+       rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_100/config_wfs_100.xml.in
+       rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_100/install_wfs_100.sh.in
+       rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_110/config_wfs_110.xml.in
+       rm -f 
$(CURDIR)/debian/tinyows/usr/share/tinyows/test/wfs_110/install_wfs_110.sh.in
+
 override_dh_installchangelogs:
        dh_installchangelogs NEWS
 

-- 
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