From 46f8fc0e1732cf893d518e09142192f144dd0d78 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 20 Oct 2022 15:35:32 +0200 Subject: [PATCH] Debian: Upload for PostgreSQL 15. * debian/watch: Look at GitHub tags instead of releases. --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/control.in | 2 +- debian/tests/control | 2 +- debian/watch | 3 ++- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11e097b..633e4e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --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