--- amcheck-1.5.orig/debian/changelog +++ amcheck-1.5/debian/changelog @@ -1,3 +1,10 @@ +amcheck (1.5-1.pgdg110+1) bullseye-pgdg; urgency=medium + + * Rebuild for bullseye-pgdg. + * No source changes. + + -- PostgreSQL on Debian and Ubuntu Wed, 06 Feb 2019 17:19:11 -0800 + amcheck (1.5-1) unstable; urgency=medium [ Peter Geoghegan ] --- amcheck-1.5.orig/debian/control +++ amcheck-1.5/debian/control @@ -2,7 +2,7 @@ Priority: extra Maintainer: Peter Geoghegan Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~) -Standards-Version: 3.9.6 +Standards-Version: 4.1.1 Section: database Homepage: https://github.com/petergeoghegan/amcheck Vcs-Git: https://github.com/petergeoghegan/amcheck.git @@ -47,3 +47,4 @@ The extension consists of SQL-callable functions. When no error is raised during a call to these verification functions, no logical inconsistency was detected. This is useful as a general smoke test to detect corruption. + --- amcheck-1.5.orig/debian/tests/control +++ amcheck-1.5/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6 +Depends: @, postgresql-server-dev-all, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6, postgresql-contrib-10 Tests: installcheck Restrictions: allow-stderr