diff -Nru scour-0.37/debian/changelog scour-0.37/debian/changelog --- scour-0.37/debian/changelog 2018-08-01 19:38:03.000000000 +0000 +++ scour-0.37/debian/changelog 2019-01-13 12:01:02.000000000 +0000 @@ -1,6 +1,20 @@ +scour (0.37-2) unstable; urgency=medium + + [ Jeremy Bicha ] + * Add Provides: dh-sequence-scour. + Packages can now Build-Depend on dh-sequence-scour + instead of scour and then drop "--with scour" from debian/rules + (Requires debhelper 12) + + [ Martin Pitt ] + * Bump Standards-Version to 4.3.0. No changes necessary. + * Move to debhelper compat level 12. + + -- Martin Pitt Sun, 13 Jan 2019 12:01:02 +0000 + scour (0.37-1) unstable; urgency=medium - * New upstream version 0.37 (Closes #903004) + * New upstream version 0.37 (Closes: #903004) * Bump Standards-Version to 4.1.5. No changes necessary. diff -Nru scour-0.37/debian/compat scour-0.37/debian/compat --- scour-0.37/debian/compat 2018-08-01 19:38:03.000000000 +0000 +++ scour-0.37/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru scour-0.37/debian/control scour-0.37/debian/control --- scour-0.37/debian/control 2018-08-01 19:38:03.000000000 +0000 +++ scour-0.37/debian/control 2019-01-13 12:01:02.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Martin Pitt -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-python, python, python-setuptools, @@ -11,7 +11,7 @@ python3-setuptools, python3-six, Build-Depends-Indep: perl -Standards-Version: 4.1.5 +Standards-Version: 4.3.0 Homepage: https://github.com/codedread/scour Vcs-Git: https://salsa.debian.org/debian/scour.git Vcs-Browser: https://salsa.debian.org/debian/scour @@ -67,6 +67,7 @@ Suggests: gir1.2-rsvg-2.0, python3-gi-cairo, +Provides: dh-sequence-scour Conflicts: python-scour (<< 0.32-3~), python3-scour (<< 0.36-2~) Replaces: python-scour (<< 0.32-3~), python3-scour (<< 0.36-2~) Description: SVG scrubber and optimizer (CLI and debhelper)