--- amcheck-1.3.orig/debian/control +++ amcheck-1.3/debian/control @@ -2,43 +2,13 @@ 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 Vcs-Browser: https://github.com/petergeoghegan/amcheck XS-Testsuite: autopkgtest -Package: postgresql-9.4-amcheck -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.4 -Description: PostgreSQL extension that verifies indexes - This extension verifies the logical consistency of PostgreSQL B-Tree indexes. - 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. - -Package: postgresql-9.5-amcheck -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.5 -Description: PostgreSQL extension that verifies indexes - This extension verifies the logical consistency of PostgreSQL B-Tree indexes. - 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. - -Package: postgresql-9.6-amcheck -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.6 -Description: PostgreSQL extension that verifies indexes - This extension verifies the logical consistency of PostgreSQL B-Tree indexes. - 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. - Package: postgresql-10-amcheck Section: libs Architecture: any @@ -48,3 +18,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.3.orig/debian/tests/control +++ amcheck-1.3/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-10 Tests: installcheck Restrictions: allow-stderr