mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Debian: Upload for PostgreSQL 15.
* debian/watch: Look at GitHub tags instead of releases.
This commit is contained in:
parent
ef28424ae1
commit
46f8fc0e17
5 changed files with 14 additions and 6 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -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 <myon@debian.org> Thu, 20 Oct 2022 15:32:55 +0200
|
||||
|
||||
hypopg (1.3.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
|
|
|
|||
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -4,16 +4,16 @@ Priority: optional
|
|||
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
|
||||
Uploaders:
|
||||
Christoph Berg <myon@debian.org>,
|
||||
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
|
||||
|
|
|
|||
2
debian/control.in
vendored
2
debian/control.in
vendored
|
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
|
||||
Uploaders:
|
||||
Christoph Berg <myon@debian.org>,
|
||||
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/
|
||||
|
|
|
|||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
|
|
@ -1,3 +1,3 @@
|
|||
Depends: @, make, postgresql-contrib-14
|
||||
Depends: @, make, postgresql-contrib-15
|
||||
Tests: installcheck
|
||||
Restrictions: allow-stderr
|
||||
|
|
|
|||
3
debian/watch
vendored
3
debian/watch
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue