This is an automated email from the git hooks/post-receive script. fladi pushed a commit to branch master in repository pgsql-ogr-fdw.
commit a4d371681836b75e04d5e87e90dc51e1a93002b8 Author: Michael Fladischer <[email protected]> Date: Tue Oct 17 18:19:24 2017 +0200 Replace Priority extra with optional as required by policy 4.0.1. --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ddf62b7..2268787 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pgsql-ogr-fdw (1.0.4-1) UNRELEASED; urgency=low * Drop gdal-2.2 patch, included by upstream. * New upstream release. + * Replace Priority extra with optional as required by policy 4.0.1. -- Michael Fladischer <[email protected]> Tue, 17 Oct 2017 16:49:13 +0200 diff --git a/debian/control b/debian/control index 30e99b5..2e06f4c 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: pgsql-ogr-fdw Section: database -Priority: extra +Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Michael Fladischer <[email protected]>, Christoph Berg <[email protected]> diff --git a/debian/control.in b/debian/control.in index 6e85d46..4d35aa7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,6 +1,6 @@ Source: pgsql-ogr-fdw Section: database -Priority: extra +Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Michael Fladischer <[email protected]>, Christoph Berg <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

