mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Merge branch 'debian' into REL1_STABLE
This commit is contained in:
commit
f1e22244c2
9 changed files with 43 additions and 71 deletions
19
debian/changelog
vendored
19
debian/changelog
vendored
|
|
@ -1,9 +1,28 @@
|
|||
hypopg (1.3.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
* Fix github watch file.
|
||||
* Add myself to Uploaders.
|
||||
|
||||
-- Christoph Berg <myon@debian.org> Fri, 08 Oct 2021 10:40:57 +0200
|
||||
|
||||
hypopg (1.2.0-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
|
||||
-- Julien Rouhaud <rjuju123@gmail.com> Fri, 26 Feb 2021 14:51:06 +0800
|
||||
|
||||
hypopg (1.1.4-2) unstable; urgency=medium
|
||||
|
||||
* Team upload for PostgreSQL 13.
|
||||
* Use source format 3.0 (quilt).
|
||||
* Use dh --with pgxs_loop.
|
||||
* DH 13.
|
||||
* R³: no.
|
||||
* debian/tests: Use 'make' instead of postgresql-server-dev-all.
|
||||
|
||||
-- Christoph Berg <myon@debian.org> Sun, 18 Oct 2020 22:16:44 +0200
|
||||
|
||||
hypopg (1.1.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version with PG13 support.
|
||||
|
|
|
|||
1
debian/compat
vendored
1
debian/compat
vendored
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
56
debian/control
vendored
56
debian/control
vendored
|
|
@ -2,59 +2,21 @@ Source: hypopg
|
|||
Section: database
|
||||
Priority: optional
|
||||
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
|
||||
Standards-Version: 4.1.3
|
||||
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
|
||||
Uploaders:
|
||||
Christoph Berg <myon@debian.org>,
|
||||
Standards-Version: 4.6.0
|
||||
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
|
||||
Vcs-Browser: https://github.com/HypoPG/hypopg
|
||||
Vcs-Git: https://github.com/HypoPG/hypopg.git
|
||||
|
||||
Package: postgresql-9.3-hypopg
|
||||
Package: postgresql-14-hypopg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.3
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
|
||||
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
|
||||
if specific indexes can increase performance for problematic queries, since
|
||||
you can know if PostgreSQL will use these indexes or not without having to
|
||||
spend resources to create them.
|
||||
|
||||
Package: postgresql-9.4-hypopg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4
|
||||
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
|
||||
if specific indexes can increase performance for problematic queries, since
|
||||
you can know if PostgreSQL will use these indexes or not without having to
|
||||
spend resources to create them.
|
||||
|
||||
Package: postgresql-9.5-hypopg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5
|
||||
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
|
||||
if specific indexes can increase performance for problematic queries, since
|
||||
you can know if PostgreSQL will use these indexes or not without having to
|
||||
spend resources to create them.
|
||||
|
||||
Package: postgresql-9.6-hypopg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6
|
||||
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
|
||||
if specific indexes can increase performance for problematic queries, since
|
||||
you can know if PostgreSQL will use these indexes or not without having to
|
||||
spend resources to create them.
|
||||
|
||||
Package: postgresql-10-hypopg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10
|
||||
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
|
||||
if specific indexes can increase performance for problematic queries, since
|
||||
you can know if PostgreSQL will use these indexes or not without having to
|
||||
spend resources to create them.
|
||||
|
||||
|
|
|
|||
11
debian/control.in
vendored
11
debian/control.in
vendored
|
|
@ -2,11 +2,14 @@ Source: hypopg
|
|||
Section: database
|
||||
Priority: optional
|
||||
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
|
||||
Standards-Version: 4.1.3
|
||||
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
|
||||
Uploaders:
|
||||
Christoph Berg <myon@debian.org>,
|
||||
Standards-Version: 4.6.0
|
||||
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
|
||||
Vcs-Browser: https://github.com/HypoPG/hypopg
|
||||
Vcs-Git: https://github.com/HypoPG/hypopg.git
|
||||
|
||||
Package: postgresql-PGVERSION-hypopg
|
||||
Architecture: any
|
||||
|
|
|
|||
17
debian/rules
vendored
17
debian/rules
vendored
|
|
@ -3,26 +3,15 @@
|
|||
PKGVER = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }')
|
||||
EXCLUDE = --exclude-vcs --exclude=debian
|
||||
|
||||
include /usr/share/postgresql-common/pgxs_debian_control.mk
|
||||
|
||||
override_dh_auto_build:
|
||||
# do nothing
|
||||
|
||||
override_dh_auto_test:
|
||||
# nothing to do here, upstream tests used, see debian/tests/*
|
||||
|
||||
override_dh_auto_install:
|
||||
# build all supported versions
|
||||
+pg_buildext loop postgresql-%v-hypopg
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs --all CONTRIBUTORS.md README.md
|
||||
rm -rvf debian/*/usr/share/doc/postgresql-doc-*
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs CHANGELOG.md upstream
|
||||
dh_installchangelogs CHANGELOG.md
|
||||
|
||||
orig: debian/control clean
|
||||
cd .. && tar czf hypopg_$(PKGVER).orig.tar.gz $(EXCLUDE) hypopg-$(PKGVER)
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with pgxs_loop
|
||||
|
|
|
|||
2
debian/source/format
vendored
2
debian/source/format
vendored
|
|
@ -1 +1 @@
|
|||
1.0
|
||||
3.0 (quilt)
|
||||
|
|
|
|||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
|
|
@ -1,3 +1,3 @@
|
|||
Depends: @, postgresql-server-dev-all, postgresql-contrib-9.3, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6, postgresql-contrib-10
|
||||
Depends: @, make, postgresql-contrib-14
|
||||
Tests: installcheck
|
||||
Restrictions: allow-stderr
|
||||
|
|
|
|||
2
debian/tests/control.in
vendored
2
debian/tests/control.in
vendored
|
|
@ -1,3 +1,3 @@
|
|||
Depends: @, postgresql-server-dev-all, postgresql-contrib-PGVERSION
|
||||
Depends: @, make, postgresql-contrib-PGVERSION
|
||||
Tests: installcheck
|
||||
Restrictions: allow-stderr
|
||||
|
|
|
|||
4
debian/watch
vendored
4
debian/watch
vendored
|
|
@ -1,2 +1,2 @@
|
|||
version=3
|
||||
https://github.com/hypopg/hypopg/releases .*/archive/(.*).tar.gz
|
||||
version=4
|
||||
https://github.com/hypopg/hypopg/releases .*/(.*).tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue