The following commit has been merged in the master branch:
commit 277eecf24f9e663f3be2f103cbe310a19bb47842
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Tue Jul 30 22:20:33 2013 +0200

    Re-add postgis_restore.pl from the utils directory to the scripts
    package.

diff --git a/debian/changelog b/debian/changelog
index 928cd3a..2b8d03f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.0.3-6) UNRELEASED; urgency=low
 
   * Cleanup check target, reduce duplication.
+  * Re-add postgis_restore.pl from the utils directory. Closes: #718358.
 
  -- Markus Wanner <mar...@bluegap.ch>  Mon, 29 Jul 2013 17:01:22 +0200
 
diff --git a/debian/rules b/debian/rules
index e9afdba..9218c91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,8 +181,9 @@ install-indep: build-indep
        dh_prep -i 
        dh_installdirs -i
 
-#      Install extensions for the most recent Postgres version
+#      Install extensions and utils for the most recent Postgres version
        $(MAKE) -C extensions install DESTDIR=$(CURDIR)/debian/tmp
+       $(MAKE) -C utils install DESTDIR=$(CURDIR)/debian/tmp
 
 #      Install extensions for the older Postgres versions
        (set -e; \

-- 
PostGIS for PostgreSQL

_______________________________________________
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