diff -Nru ip4r-2.0.2/debian/changelog ip4r-2.0.2/debian/changelog --- ip4r-2.0.2/debian/changelog 2014-07-28 05:42:48.000000000 +0000 +++ ip4r-2.0.2/debian/changelog 2016-01-08 12:54:30.000000000 +0000 @@ -1,14 +1,14 @@ -ip4r (2.0.2-3build1) utopic; urgency=medium +ip4r (2.0.2-4) unstable; urgency=medium - * Rebuild against postgresql-common with 9.4 as default + * Upload to unstable for 9.5. - -- Martin Pitt Mon, 28 Jul 2014 07:42:48 +0200 + -- Christoph Berg Fri, 08 Jan 2016 13:54:15 +0100 ip4r (2.0.2-3) unstable; urgency=medium * Upload to unstable for 9.4. - -- Christoph Berg Mon, 28 Jul 2014 07:41:32 +0200 + -- Christoph Berg Fri, 25 Jul 2014 22:37:56 +0200 ip4r (2.0.2-2) experimental; urgency=medium diff -Nru ip4r-2.0.2/debian/control ip4r-2.0.2/debian/control --- ip4r-2.0.2/debian/control 2014-07-25 20:39:12.000000000 +0000 +++ ip4r-2.0.2/debian/control 2016-01-08 12:56:58.000000000 +0000 @@ -4,16 +4,16 @@ Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://pgfoundry.org/projects/ip4r/ Vcs-Git: git://anonscm.debian.org/pkg-postgresql/ip4r.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/ip4r.git XS-Testsuite: autopkgtest -Package: postgresql-9.4-ip4r +Package: postgresql-9.5-ip4r Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.4 -Description: IPv4 and IPv6 types for PostgreSQL 9.4 +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.5 +Description: IPv4 and IPv6 types for PostgreSQL 9.5 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.0.2/debian/control.in ip4r-2.0.2/debian/control.in --- ip4r-2.0.2/debian/control.in 2014-07-05 21:03:18.000000000 +0000 +++ ip4r-2.0.2/debian/control.in 2016-01-08 12:56:54.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://pgfoundry.org/projects/ip4r/ Vcs-Git: git://anonscm.debian.org/pkg-postgresql/ip4r.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/ip4r.git diff -Nru ip4r-2.0.2/debian/rules ip4r-2.0.2/debian/rules --- ip4r-2.0.2/debian/rules 2013-05-13 01:30:59.000000000 +0000 +++ ip4r-2.0.2/debian/rules 2016-01-08 12:56:27.000000000 +0000 @@ -10,6 +10,7 @@ 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