From 43692e80932183c2ab7a6d3a99bce42348dca621 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 19 Oct 2020 12:40:13 +0200 Subject: [PATCH] Upload for PostgreSQL 13. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Use dh --with pgxs. * R³: no. * DH 13. * debian/tests: Use 'make' instead of postgresql-server-dev-all. --- debian/changelog | 10 ++++++++++ debian/compat | 1 - debian/control.in | 5 +++-- debian/rules | 17 +---------------- debian/source/lintian-overrides | 2 -- debian/tests/control | 2 +- 6 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 debian/compat delete mode 100644 debian/source/lintian-overrides diff --git a/debian/changelog b/debian/changelog index dd636fa..1330f49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +pgfincore (1.2.2-2) unstable; urgency=medium + + * Upload for PostgreSQL 13. + * Use dh --with pgxs. + * R³: no. + * DH 13. + * debian/tests: Use 'make' instead of postgresql-server-dev-all. + + -- Christoph Berg Mon, 19 Oct 2020 12:39:15 +0200 + pgfincore (1.2.2-1) unstable; urgency=medium * Upload for PostgreSQL 12. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control.in b/debian/control.in index 9ce58b8..bf585d7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,8 +3,9 @@ Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Cédric Villemain , Dimitri Fontaine , Christoph Berg -Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.4.0 +Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) +Standards-Version: 4.5.0 +Rules-Requires-Root: no Vcs-Git: git://git.postgresql.org/git/pgfincore.git Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore diff --git a/debian/rules b/debian/rules index c41feb7..4125bf7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,22 +1,7 @@ #!/usr/bin/make -f -include /usr/share/postgresql-common/pgxs_debian_control.mk - -override_dh_auto_build: - +pg_buildext build build-%v - -override_dh_auto_test: - # nothing to do here, see debian/tests/* instead - -override_dh_auto_install: - +pg_buildext install build-%v postgresql-%v-pgfincore - override_dh_installdocs: dh_installdocs --all README.* -override_dh_auto_clean: - +pg_buildext clean build-%v - rm -rf results # clean up behind debian/tests/installcheck - %: - dh $@ + dh $@ --with pgxs diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides deleted file mode 100644 index ee28571..0000000 --- a/debian/source/lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -pgfincore source: changelog-should-mention-nmu -pgfincore source: source-nmu-has-incorrect-version-number diff --git a/debian/tests/control b/debian/tests/control index b0dc4e8..8af9907 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all +Depends: @, make Tests: installcheck Restrictions: allow-stderr -- 2.39.5