From: Christoph Berg Date: Mon, 19 Oct 2020 10:40:13 +0000 (+0200) Subject: Upload for PostgreSQL 13. X-Git-Tag: debian/1.2.2-2~1 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=43692e80932183c2ab7a6d3a99bce42348dca621;p=pgfincore.git Upload for PostgreSQL 13. * Use dh --with pgxs. * R³: no. * DH 13. * debian/tests: Use 'make' instead of postgresql-server-dev-all. --- 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