diff -Nru dh-autoreconf-16~cloud2/debian/changelog dh-autoreconf-17~cloud0/debian/changelog --- dh-autoreconf-16~cloud2/debian/changelog 2018-02-01 11:54:33.000000000 +0000 +++ dh-autoreconf-17~cloud0/debian/changelog 2018-03-22 09:24:20.000000000 +0000 @@ -1,8 +1,19 @@ -dh-autoreconf (16~cloud2) xenial-queens; urgency=medium +dh-autoreconf (17~cloud0) xenial-queens; urgency=medium * New upstream release for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Thu, 01 Feb 2018 11:54:33 +0000 + -- Openstack Ubuntu Testing Bot Thu, 22 Mar 2018 09:24:20 +0000 + +dh-autoreconf (17) unstable; urgency=medium + + * Add Breaks: quilt (<< 0.63-8.2~), dpatch (<< 2.0.38+nmu1~) (Closes: #889567) + * Move to Salsa + * Use debhelper compat level 11 + * Bump Standards-Version to 4.1.3 + * debian/copyright: Point to HTTPS Format url + * d/rules: Use /usr/share/dpkg/pkg-info.mk instead of dpkg-parsechangelog + + -- Julian Andres Klode Wed, 21 Mar 2018 23:43:37 +0100 dh-autoreconf (16) unstable; urgency=medium diff -Nru dh-autoreconf-16~cloud2/debian/compat dh-autoreconf-17~cloud0/debian/compat --- dh-autoreconf-16~cloud2/debian/compat 2018-01-24 21:26:43.000000000 +0000 +++ dh-autoreconf-17~cloud0/debian/compat 2018-03-21 22:43:37.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru dh-autoreconf-16~cloud2/debian/control dh-autoreconf-17~cloud0/debian/control --- dh-autoreconf-16~cloud2/debian/control 2018-01-24 21:26:43.000000000 +0000 +++ dh-autoreconf-17~cloud0/debian/control 2018-03-21 22:43:37.000000000 +0000 @@ -2,17 +2,18 @@ Section: devel Priority: optional Maintainer: Julian Andres Klode -Build-Depends: debhelper (>= 9) -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 11) +Standards-Version: 4.1.3 Rules-Requires-Root: no -Vcs-Git: https://anonscm.debian.org/git/collab-maint/dh-autoreconf.git -Vcs-Browser: https://anonscm.debian.org/git/collab-maint/dh-autoreconf.git +Vcs-Git: https://salsa.debian.org/debian/dh-autoreconf.git +Vcs-Browser: https://salsa.debian.org/debian/dh-autoreconf Package: dh-autoreconf Architecture: all Multi-Arch: foreign Depends: ${perl:Depends}, ${misc:Depends}, debhelper, autoconf, automake, autopoint, libtool (>= 2.4.2) +Breaks: quilt (<< 0.63-8.2~), dpatch (<< 2.0.38+nmu1~) Enhances: debhelper, cdbs Description: debhelper add-on to call autoreconf and clean up after the build dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two diff -Nru dh-autoreconf-16~cloud2/debian/copyright dh-autoreconf-17~cloud0/debian/copyright --- dh-autoreconf-16~cloud2/debian/copyright 2018-01-24 21:26:43.000000000 +0000 +++ dh-autoreconf-17~cloud0/debian/copyright 2018-03-21 22:43:37.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/ Files: * Copyright: © 2010-2014 Julian Andres Klode diff -Nru dh-autoreconf-16~cloud2/debian/rules dh-autoreconf-17~cloud0/debian/rules --- dh-autoreconf-16~cloud2/debian/rules 2018-01-24 21:26:43.000000000 +0000 +++ dh-autoreconf-17~cloud0/debian/rules 2018-03-21 22:43:37.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -version := $(shell dpkg-parsechangelog | sed -nr 's/^Version: (.*)/\1/p') -pod2man := pod2man -r "dh-autoreconf v$(version)" -c dh-autoreconf +include /usr/share/dpkg/pkg-info.mk +pod2man := pod2man -r "dh-autoreconf v$(DEB_VERSION)" -c dh-autoreconf %: dh $@