Merge branch 'debian' into REL1_STABLE

This commit is contained in:
Christoph Berg 2023-09-18 12:13:08 +02:00
commit 4520a493c8
4 changed files with 13 additions and 6 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
hypopg (1.4.0-2) unstable; urgency=medium
* Upload for PostgreSQL 16.
* Use ${postgresql:Depends}.
-- Christoph Berg <myon@debian.org> Mon, 18 Sep 2023 12:05:56 +0200
hypopg (1.4.0-1) unstable; urgency=medium
* New upstream version.

6
debian/control vendored
View file

@ -4,16 +4,16 @@ Priority: optional
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Uploaders:
Christoph Berg <myon@debian.org>,
Standards-Version: 4.6.1
Standards-Version: 4.6.2
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-15-hypopg
Package: postgresql-16-hypopg
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
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

4
debian/control.in vendored
View file

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Uploaders:
Christoph Berg <myon@debian.org>,
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Homepage: https://hypopg.readthedocs.io/
@ -13,7 +13,7 @@ Vcs-Git: https://github.com/HypoPG/hypopg.git
Package: postgresql-PGVERSION-hypopg
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
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

View file

@ -1,3 +1,3 @@
Depends: @, make, postgresql-contrib-15
Depends: @, make, postgresql-contrib-16
Tests: installcheck
Restrictions: allow-stderr