diff --git a/debian/changelog b/debian/changelog index 1209a26..fa28b39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,14 @@ hypopg (1.4.0-1) unstable; urgency=medium * New upstream version. - -- Julien Rouhaud Sat, 27 May 2021 15:26:37 +0800 + -- Julien Rouhaud Mon, 31 Jul 2023 12:28:46 +0200 + +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 diff --git a/debian/control b/debian/control index 96e0778..060f53d 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,16 @@ Priority: optional 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 --git a/debian/control.in b/debian/control.in index b854d00..feb6186 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional 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 --git a/debian/tests/control b/debian/tests/control index 5b07fc6..b0c877c 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, make, postgresql-contrib-14 +Depends: @, make, postgresql-contrib-15 Tests: installcheck Restrictions: allow-stderr diff --git a/debian/watch b/debian/watch index 041cbf3..25c084f 100644 --- a/debian/watch +++ b/debian/watch @@ -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