--- pgextwlist-1.6.orig/debian/changelog +++ pgextwlist-1.6/debian/changelog @@ -1,7 +1,7 @@ pgextwlist (1.6-1) unstable; urgency=medium * New upstream version with PostgreSQL 10 support, patch by - Oskari Saarenmaa. + Oskari Saarenmaa. (Closes: #876851) * Update Dimitri's email address. -- Christoph Berg Sun, 15 Oct 2017 13:21:54 +0200 --- pgextwlist-1.6.orig/debian/control +++ pgextwlist-1.6/debian/control @@ -1,19 +1,19 @@ Source: pgextwlist -Priority: extra +Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~) -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Section: database Homepage: https://github.com/dimitri/pgextwlist Vcs-Git: https://github.com/dimitri/pgextwlist.git Vcs-Browser: https://github.com/dimitri/pgextwlist XS-Testsuite: autopkgtest -Package: postgresql-9.6-pgextwlist +Package: postgresql-10-pgextwlist Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.6 +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-10 Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this --- pgextwlist-1.6.orig/debian/control.in +++ pgextwlist-1.6/debian/control.in @@ -1,9 +1,9 @@ Source: pgextwlist -Priority: extra +Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~) -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Section: database Homepage: https://github.com/dimitri/pgextwlist Vcs-Git: https://github.com/dimitri/pgextwlist.git --- pgextwlist-1.6.orig/debian/tests/control +++ pgextwlist-1.6/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all, postgresql-contrib-9.6 +Depends: @, postgresql-server-dev-all, postgresql-contrib-10 Tests: installcheck Restrictions: allow-stderr