This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis.
commit ffd12de065d5dc740cfec10878bd033b9c07c8cc Author: Christoph Berg <[email protected]> Date: Mon Sep 11 20:55:39 2017 +0200 debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. --- debian/changelog | 6 ++++++ debian/pgversions | 7 ++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ffe8db..ff444cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium + + * debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. + + -- Christoph Berg <[email protected]> Mon, 11 Sep 2017 20:54:16 +0200 + postgis (2.4.0~beta1+dfsg-1~exp1) experimental; urgency=medium * New upstream beta release. diff --git a/debian/pgversions b/debian/pgversions index 7fd5aed..3b18cdc 100644 --- a/debian/pgversions +++ b/debian/pgversions @@ -1,5 +1,2 @@ -# 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+ +# PostGIS requires PostgreSQL >= 9.3 +9.3+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

