--- hypopg-1.1.2.orig/Makefile +++ hypopg-1.1.2/Makefile @@ -4,7 +4,7 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config MODULE_big = hypopg OBJS = hypopg.o hypopg_import.o --- hypopg-1.1.2.orig/debian/control +++ hypopg-1.1.2/debian/control @@ -8,49 +8,9 @@ Vcs-Browser: https://github.com/hypopg/hypopg Vcs-Git: https://github.com/hypopg/hypopg.git -Package: postgresql-9.3-hypopg +Package: postgresql-11-hypopg Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.3 -Description: PostgreSQL extension adding support for hypothetical indexes. - An hypothetical, or virtual, index is an index that doesn't really exists, and - thus doesn't cost CPU, disk or any resource to create. They're useful to know - if specific indexes can increase performance for problematic queries, since - you can know if PostgreSQL will use these indexes or not without having to - spend resources to create them. - -Package: postgresql-9.4-hypopg -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4 -Description: PostgreSQL extension adding support for hypothetical indexes. - An hypothetical, or virtual, index is an index that doesn't really exists, and - thus doesn't cost CPU, disk or any resource to create. They're useful to know - if specific indexes can increase performance for problematic queries, since - you can know if PostgreSQL will use these indexes or not without having to - spend resources to create them. - -Package: postgresql-9.5-hypopg -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5 -Description: PostgreSQL extension adding support for hypothetical indexes. - An hypothetical, or virtual, index is an index that doesn't really exists, and - thus doesn't cost CPU, disk or any resource to create. They're useful to know - if specific indexes can increase performance for problematic queries, since - you can know if PostgreSQL will use these indexes or not without having to - spend resources to create them. - -Package: postgresql-9.6-hypopg -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6 -Description: PostgreSQL extension adding support for hypothetical indexes. - An hypothetical, or virtual, index is an index that doesn't really exists, and - thus doesn't cost CPU, disk or any resource to create. They're useful to know - if specific indexes can increase performance for problematic queries, since - you can know if PostgreSQL will use these indexes or not without having to - spend resources to create them. - -Package: postgresql-10-hypopg -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11 Description: PostgreSQL extension adding support for hypothetical indexes. An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know --- hypopg-1.1.2.orig/debian/tests/control +++ hypopg-1.1.2/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all, postgresql-contrib-9.3, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6, postgresql-contrib-10 +Depends: @, postgresql-server-dev-all, postgresql-contrib-11 Tests: installcheck Restrictions: allow-stderr