mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-23 09:08:45 +00:00
Merge branch 'debian' into REL1_STABLE
This commit is contained in:
commit
e716f342ed
5 changed files with 15 additions and 7 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -2,7 +2,14 @@ hypopg (1.4.0-1) unstable; urgency=medium
|
|||
|
||||
* New upstream version.
|
||||
|
||||
-- Julien Rouhaud <rjuju123@gmail.com> Sat, 27 May 2021 15:26:37 +0800
|
||||
-- Julien Rouhaud <rjuju123@gmail.com> 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 <myon@debian.org> Thu, 20 Oct 2022 15:32:55 +0200
|
||||
|
||||
hypopg (1.3.1-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
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