[postgis] 01/01: Try excluding version 9.5 to see if the package builds on pgapt.
    Markus Wanner 
    markus_wanner-guest at moszumanska.debian.org
       
    Tue Sep 27 18:06:58 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
markus_wanner-guest pushed a commit to branch pgapt
in repository postgis.
commit 5e5a15313e1071d5d01532b5c0618536d6ca2acf
Author: Markus Wanner <markus at bluegap.ch>
Date:   Tue Sep 27 20:06:05 2016 +0200
    Try excluding version 9.5 to see if the package builds on pgapt.
---
 debian/changelog  | 3 ++-
 debian/pgversions | 7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8b01273..7209e5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
 
-  * Update pgversions to require PostgreSQL 9.2 or newer.
+  * Update pgversions to require PostgreSQL 9.2 or newer, but
+    try excluding 9.5.
 
  -- Markus Wanner <markus at bluegap.ch>  Tue, 27 Sep 2016 19:37:29 +0200
 
diff --git a/debian/pgversions b/debian/pgversions
index 7fd5aed..a746b9a 100644
--- a/debian/pgversions
+++ b/debian/pgversions
@@ -1,5 +1,8 @@
 # Note: Listing each version individually triggers an issue on
 # distributions where the default version of Postgres isn't the newest
 # one. '9.2+' circumvents that issue with current pg_buildext.
-#	
-9.2+
+#
+9.2
+9.3
+9.4
+9.6
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git
    
    
More information about the Pkg-grass-devel
mailing list