diff -Nru bgw-replstatus-1.0.4/debian/changelog bgw-replstatus-1.0.5/debian/changelog --- bgw-replstatus-1.0.4/debian/changelog 2019-10-29 08:40:31.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/changelog 2020-10-18 19:51:33.000000000 +0000 @@ -1,3 +1,22 @@ +bgw-replstatus (1.0.5) unstable; urgency=medium + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Bump debhelper from deprecated 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Update standards version to 4.2.1, no changes needed. + + [ Christoph Berg ] + * Upload for PostgreSQL 13. + * Use dh --with pgxs. + * Build-depend on netcat-openbsd and run tests at build time as well. + * DH 13. + * R³: no. + * debian/tests: Use 'make' instead of postgresql-server-dev-all. + * Add myself to uploaders. + + -- Christoph Berg Sun, 18 Oct 2020 21:51:33 +0200 + bgw-replstatus (1.0.4) unstable; urgency=medium * Team upload for PostgreSQL 12. diff -Nru bgw-replstatus-1.0.4/debian/compat bgw-replstatus-1.0.5/debian/compat --- bgw-replstatus-1.0.4/debian/compat 2017-03-31 12:19:55.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru bgw-replstatus-1.0.4/debian/control bgw-replstatus-1.0.5/debian/control --- bgw-replstatus-1.0.4/debian/control 2019-10-29 08:40:31.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/control 2020-10-18 19:51:33.000000000 +0000 @@ -2,16 +2,21 @@ Section: database Priority: optional Maintainer: Magnus Hagander -Uploaders: Debian PostgreSQL Maintainers -Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.2.0 +Uploaders: Debian PostgreSQL Maintainers , + Christoph Berg , +Build-Depends: + debhelper-compat (= 13), + netcat-openbsd, + postgresql-all (>= 217~), +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/mhagander/bgw_replstatus Vcs-Git: https://github.com/mhagander/bgw_replstatus.git Vcs-Browser: https://github.com/mhagander/bgw_replstatus -Package: postgresql-12-bgw-replstatus +Package: postgresql-13-bgw-replstatus Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-12 +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-13 Description: report whether PostgreSQL node is master or standby bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the replication status of a node. It's intended to be polled by a load balancer diff -Nru bgw-replstatus-1.0.4/debian/control.in bgw-replstatus-1.0.5/debian/control.in --- bgw-replstatus-1.0.4/debian/control.in 2018-12-03 08:34:54.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/control.in 2020-10-18 19:51:33.000000000 +0000 @@ -2,9 +2,14 @@ Section: database Priority: optional Maintainer: Magnus Hagander -Uploaders: Debian PostgreSQL Maintainers -Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.2.0 +Uploaders: Debian PostgreSQL Maintainers , + Christoph Berg , +Build-Depends: + debhelper-compat (= 13), + netcat-openbsd, + postgresql-all (>= 217~), +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/mhagander/bgw_replstatus Vcs-Git: https://github.com/mhagander/bgw_replstatus.git Vcs-Browser: https://github.com/mhagander/bgw_replstatus diff -Nru bgw-replstatus-1.0.4/debian/copyright bgw-replstatus-1.0.5/debian/copyright --- bgw-replstatus-1.0.4/debian/copyright 2018-01-17 13:28:14.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/copyright 2020-10-18 19:51:17.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bgw_replstatus Source: https://github.com/mhagander/bgw_replstatus diff -Nru bgw-replstatus-1.0.4/debian/rules bgw-replstatus-1.0.5/debian/rules --- bgw-replstatus-1.0.4/debian/rules 2017-03-31 12:19:55.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/rules 2020-10-18 19:51:33.000000000 +0000 @@ -1,22 +1,10 @@ #!/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-bgw-replstatus - 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 +override_dh_pgxs_test: + pg_buildext -o 'shared_preload_libraries=bgw_replstatus' installcheck . . postgresql-%v-bgw-replstatus %: - dh $@ + dh $@ --with pgxs diff -Nru bgw-replstatus-1.0.4/debian/tests/control bgw-replstatus-1.0.5/debian/tests/control --- bgw-replstatus-1.0.4/debian/tests/control 2018-01-17 13:28:14.000000000 +0000 +++ bgw-replstatus-1.0.5/debian/tests/control 2020-10-18 19:51:33.000000000 +0000 @@ -1,2 +1,2 @@ -Depends: @, postgresql-server-dev-all, netcat-openbsd +Depends: @, make, netcat-openbsd Tests: installcheck