diff -Nru dh-dist-zilla-1.3.6/debian/changelog dh-dist-zilla-1.3.7/debian/changelog --- dh-dist-zilla-1.3.6/debian/changelog 2017-11-05 15:59:00.000000000 +0000 +++ dh-dist-zilla-1.3.7/debian/changelog 2018-01-22 00:26:45.000000000 +0000 @@ -1,3 +1,13 @@ +dh-dist-zilla (1.3.7) unstable; urgency=medium + + * Add dependency on debhelper (<< 10.10.6~) | debhelper (>= 11.1.3~) to + exclude debhelper versions affected by #887727. + * Declare compliance with Debian Policy 4.1.3. No changes needed. + * Bump debhelper compatibility level to 11. + + Update versioned debhelper build-dependency accordingly. + + -- Axel Beckert Mon, 22 Jan 2018 01:26:45 +0100 + dh-dist-zilla (1.3.6) unstable; urgency=medium * Fix clean target (and possibly other targets) under non-existing $HOME diff -Nru dh-dist-zilla-1.3.6/debian/compat dh-dist-zilla-1.3.7/debian/compat --- dh-dist-zilla-1.3.6/debian/compat 2017-10-30 03:07:47.000000000 +0000 +++ dh-dist-zilla-1.3.7/debian/compat 2018-01-20 15:27:30.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru dh-dist-zilla-1.3.6/debian/control dh-dist-zilla-1.3.7/debian/control --- dh-dist-zilla-1.3.6/debian/control 2017-10-30 03:07:54.000000000 +0000 +++ dh-dist-zilla-1.3.7/debian/control 2018-01-20 15:27:26.000000000 +0000 @@ -3,9 +3,9 @@ Priority: optional Maintainer: Elmar S. Heeb Uploaders: Axel Beckert -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17) -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 Vcs-Git: https://github.com/elmar/dh-dist-zilla.git Vcs-Browser: https://github.com/elmar/dh-dist-zilla Homepage: https://github.com/elmar/dh-dist-zilla @@ -15,6 +15,7 @@ Architecture: all Multi-Arch: foreign Depends: debhelper (>= 7), + debhelper (<< 10.10.6~) | debhelper (>= 11.1.3~), libdist-zilla-perl, ${misc:Depends}, ${perl:Depends}