diff -Nru ip4r-2.4.1/debian/changelog ip4r-2.4.1/debian/changelog --- ip4r-2.4.1/debian/changelog 2019-10-29 09:37:16.000000000 +0000 +++ ip4r-2.4.1/debian/changelog 2020-10-09 12:04:22.000000000 +0000 @@ -1,3 +1,29 @@ +ip4r (2.4.1-4) unstable; urgency=medium + + * R³: no. + + -- Christoph Berg Fri, 09 Oct 2020 14:04:22 +0200 + +ip4r (2.4.1-3) unstable; urgency=low + + [ Debian Janitor ] + * Use secure URI in Homepage field. + * Bump debhelper from deprecated 9 to 10. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Remove unnecessary XS-Testsuite field in debian/control. + * Update standards version to 4.2.1, no changes needed. + + [ Christoph Berg ] + * Upload for PostgreSQL 13. + * Use dh --with pgxs. + * DH 13. + * debian/tests/control: Use 'make' instead of postgresql-server-dev-all. + * debian/tests: Simplify to "pg_buildext installcheck". + * Move homepage to https://github.com/RhodiumToad/ip4r. + + -- Christoph Berg Thu, 01 Oct 2020 14:30:04 +0200 + ip4r (2.4.1-2) unstable; urgency=medium * Upload for PostgreSQL 12. diff -Nru ip4r-2.4.1/debian/compat ip4r-2.4.1/debian/compat --- ip4r-2.4.1/debian/compat 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru ip4r-2.4.1/debian/control ip4r-2.4.1/debian/control --- ip4r-2.4.1/debian/control 2019-10-29 09:37:16.000000000 +0000 +++ ip4r-2.4.1/debian/control 2020-10-09 12:04:20.000000000 +0000 @@ -3,17 +3,17 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg -Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.2.0 -Homepage: http://pgfoundry.org/projects/ip4r/ +Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://github.com/RhodiumToad/ip4r Vcs-Git: https://salsa.debian.org/postgresql/ip4r.git Vcs-Browser: https://salsa.debian.org/postgresql/ip4r -XS-Testsuite: autopkgtest -Package: postgresql-12-ip4r +Package: postgresql-13-ip4r Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-12 -Description: IPv4 and IPv6 types for PostgreSQL 12 +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-13 +Description: IPv4 and IPv6 types for PostgreSQL 13 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . diff -Nru ip4r-2.4.1/debian/control.in ip4r-2.4.1/debian/control.in --- ip4r-2.4.1/debian/control.in 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/control.in 2020-10-09 12:04:20.000000000 +0000 @@ -3,12 +3,12 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg -Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.2.0 -Homepage: http://pgfoundry.org/projects/ip4r/ +Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://github.com/RhodiumToad/ip4r Vcs-Git: https://salsa.debian.org/postgresql/ip4r.git Vcs-Browser: https://salsa.debian.org/postgresql/ip4r -XS-Testsuite: autopkgtest Package: postgresql-PGVERSION-ip4r Architecture: any diff -Nru ip4r-2.4.1/debian/copyright ip4r-2.4.1/debian/copyright --- ip4r-2.4.1/debian/copyright 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/copyright 2020-10-01 12:34:40.000000000 +0000 @@ -1,8 +1,6 @@ This package was debianized by Robert Edmonds on Thu, 16 Mar 2006 13:50:09 -0500. -It was downloaded from http://pgfoundry.org/projects/ip4r/ - Copyright Holders: Copyright (c) 2004-2011 Andrew Gierth diff -Nru ip4r-2.4.1/debian/rules ip4r-2.4.1/debian/rules --- ip4r-2.4.1/debian/rules 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/rules 2020-10-01 12:31:21.000000000 +0000 @@ -1,22 +1,7 @@ #!/usr/bin/make -f -SRCDIR=$(CURDIR) -include /usr/share/postgresql-common/pgxs_debian_control.mk -clean: debian/control -.PHONY: debian/control - -override_dh_auto_build: - +pg_buildext build $(SRCDIR) build-%v "$(CFLAGS)" - -override_dh_auto_clean: - +pg_buildext clean $(SRCDIR) build-%v - rm -rf results/ - -override_dh_auto_install: - +pg_buildext install $(SRCDIR) build-%v postgresql-%v-ip4r - override_dh_installdocs: dh_installdocs --all README.ip4r %: - dh $@ + dh $@ --with pgxs diff -Nru ip4r-2.4.1/debian/source/lintian-overrides ip4r-2.4.1/debian/source/lintian-overrides --- ip4r-2.4.1/debian/source/lintian-overrides 2018-11-29 09:23:52.000000000 +0000 +++ ip4r-2.4.1/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# don't bug people uploading from @work -source: changelog-should-mention-nmu -source: source-nmu-has-incorrect-version-number diff -Nru ip4r-2.4.1/debian/tests/control ip4r-2.4.1/debian/tests/control --- ip4r-2.4.1/debian/tests/control 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/tests/control 2020-10-01 12:30:04.000000000 +0000 @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all +Depends: @, make Tests: installcheck Restrictions: allow-stderr diff -Nru ip4r-2.4.1/debian/tests/installcheck ip4r-2.4.1/debian/tests/installcheck --- ip4r-2.4.1/debian/tests/installcheck 2018-11-29 09:22:21.000000000 +0000 +++ ip4r-2.4.1/debian/tests/installcheck 2020-10-01 12:31:21.000000000 +0000 @@ -1,11 +1,3 @@ #!/bin/sh -set -e - -for v in $(pg_buildext supported-versions); do - mkdir -p build-$v - test -L build-$v/sql || ln -s ../sql build-$v/ - test -L build-$v/expected || ln -s ../expected build-$v/ - - pg_buildext installcheck-$v -done +pg_buildext installcheck diff -Nru ip4r-2.4.1/debian/upstream/metadata ip4r-2.4.1/debian/upstream/metadata --- ip4r-2.4.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ ip4r-2.4.1/debian/upstream/metadata 2020-06-22 12:55:21.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/RhodiumToad/ip4r/issues +Bug-Submit: https://github.com/RhodiumToad/ip4r/issues/new +Repository: https://github.com/RhodiumToad/ip4r.git +Repository-Browse: https://github.com/RhodiumToad/ip4r