diff -Nru hypopg-1.3.1/debian/changelog hypopg-1.3.1/debian/changelog --- hypopg-1.3.1/debian/changelog 2021-10-08 08:40:57.000000000 +0000 +++ hypopg-1.3.1/debian/changelog 2022-10-20 13:32:55.000000000 +0000 @@ -1,3 +1,10 @@ +hypopg (1.3.1-2) unstable; urgency=medium + + * Upload for PostgreSQL 15. + * debian/watch: Look at GitHub tags instead of releases. + + -- Christoph Berg Thu, 20 Oct 2022 15:32:55 +0200 + hypopg (1.3.1-1) unstable; urgency=medium * New upstream version. diff -Nru hypopg-1.3.1/debian/control hypopg-1.3.1/debian/control --- hypopg-1.3.1/debian/control 2021-10-08 08:40:57.000000000 +0000 +++ hypopg-1.3.1/debian/control 2022-10-20 13:32:55.000000000 +0000 @@ -4,16 +4,16 @@ Maintainer: Julien Rouhaud Uploaders: Christoph Berg , -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) Homepage: https://hypopg.readthedocs.io/ Vcs-Browser: https://github.com/HypoPG/hypopg Vcs-Git: https://github.com/HypoPG/hypopg.git -Package: postgresql-14-hypopg +Package: postgresql-15-hypopg Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14 +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15 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 diff -Nru hypopg-1.3.1/debian/control.in hypopg-1.3.1/debian/control.in --- hypopg-1.3.1/debian/control.in 2021-10-08 08:40:57.000000000 +0000 +++ hypopg-1.3.1/debian/control.in 2022-10-20 13:32:54.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Julien Rouhaud Uploaders: Christoph Berg , -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) Homepage: https://hypopg.readthedocs.io/ diff -Nru hypopg-1.3.1/debian/tests/control hypopg-1.3.1/debian/tests/control --- hypopg-1.3.1/debian/tests/control 2021-10-08 08:40:57.000000000 +0000 +++ hypopg-1.3.1/debian/tests/control 2022-10-20 13:32:55.000000000 +0000 @@ -1,3 +1,3 @@ -Depends: @, make, postgresql-contrib-14 +Depends: @, make, postgresql-contrib-15 Tests: installcheck Restrictions: allow-stderr diff -Nru hypopg-1.3.1/debian/watch hypopg-1.3.1/debian/watch --- hypopg-1.3.1/debian/watch 2021-10-08 08:40:57.000000000 +0000 +++ hypopg-1.3.1/debian/watch 2022-10-20 13:32:55.000000000 +0000 @@ -1,2 +1,3 @@ version=4 -https://github.com/hypopg/hypopg/releases .*/(.*).tar.gz +opts="uversionmangle=s/(beta)/~$1/" \ +https://github.com/hypopg/hypopg/tags .*/(.*).tar.gz