[SCM] postgis branch, master, updated. upstream/2.0.1-67-g277eecf

Markus Wanner markus at bluegap.ch
Wed Jul 31 11:22:47 UTC 2013


The following commit has been merged in the master branch:
commit 277eecf24f9e663f3be2f103cbe310a19bb47842
Author: Markus Wanner <markus at 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 <markus at 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



More information about the Pkg-grass-devel mailing list