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 8a4401df6165d7742ca00cb460cbb98d3224eacc Author: Michael Fladischer <[email protected]> Date: Tue Oct 17 16:00:08 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 f267770..e74aad0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pgsql-ogr-fdw (1.0.4-1) UNRELEASED; urgency=low * New upstream release. * Drop gdal-2.2 patch, included by upstream. + * Replace Priority extra with optional as required by policy 4.0.1. -- Michael Fladischer <[email protected]> Tue, 17 Oct 2017 15:39:20 +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

