diff -Nru pydecorate-0.3.1/debian/changelog pydecorate-0.3.1/debian/changelog --- pydecorate-0.3.1/debian/changelog 2020-04-12 14:47:11.000000000 +0000 +++ pydecorate-0.3.1/debian/changelog 2021-10-02 10:13:29.000000000 +0000 @@ -1,3 +1,17 @@ +pydecorate (0.3.1-2) unstable; urgency=medium + + [ Bas Couwenberg ] + * Bump Standards-Version to 4.6.0, no changes. + + [ Antonio Valentino ] + * Update the debian/watch file. + * debian/patches: + - set Forwarded field in all patches. + * debian/control: + - add build-dependency on dh-sequence-python3. + + -- Antonio Valentino Sat, 02 Oct 2021 10:13:29 +0000 + pydecorate (0.3.1-1) unstable; urgency=medium [ Bas Couwenberg ] diff -Nru pydecorate-0.3.1/debian/control pydecorate-0.3.1/debian/control --- pydecorate-0.3.1/debian/control 2020-04-12 14:47:11.000000000 +0000 +++ pydecorate-0.3.1/debian/control 2021-10-02 10:13:29.000000000 +0000 @@ -7,6 +7,7 @@ Rules-Requires-Root: no Build-Depends: debhelper-compat (= 12), dh-python, + dh-sequence-python3, fonts-dejavu-core, python3-aggdraw, python3-all, @@ -15,7 +16,7 @@ python3-pytest, python3-setuptools, python3-trollimage -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pydecorate Vcs-Git: https://salsa.debian.org/debian-gis-team/pydecorate.git Homepage: https://github.com/pytroll/pydecorate diff -Nru pydecorate-0.3.1/debian/patches/0001-No-setuptools_scm.patch pydecorate-0.3.1/debian/patches/0001-No-setuptools_scm.patch --- pydecorate-0.3.1/debian/patches/0001-No-setuptools_scm.patch 2020-04-12 14:47:11.000000000 +0000 +++ pydecorate-0.3.1/debian/patches/0001-No-setuptools_scm.patch 2021-10-02 10:13:29.000000000 +0000 @@ -2,6 +2,7 @@ Date: Sun, 12 Apr 2020 14:45:03 +0000 Subject: No setuptools_scm +Forwarded: not-needed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -Nru pydecorate-0.3.1/debian/watch pydecorate-0.3.1/debian/watch --- pydecorate-0.3.1/debian/watch 2018-12-30 18:19:49.000000000 +0000 +++ pydecorate-0.3.1/debian/watch 2021-10-02 10:13:29.000000000 +0000 @@ -5,4 +5,4 @@ filenamemangle=s/(?:.*?)?(?:rel|v|pydecorate)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pydecorate-$1.$2/,\ repacksuffix=+ds \ https://github.com/pytroll/pydecorate/releases \ -(?:.*?/archive/)?(?:rel|v|pydecorate)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +(?:.*?/archive/(?:.*?/)?)?(?:rel|v|pydecorate)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))