diff -Nru python-sigmavirus24-urltemplate-4.1.1/debian/changelog python-sigmavirus24-urltemplate-4.1.1/debian/changelog --- python-sigmavirus24-urltemplate-4.1.1/debian/changelog 2021-10-17 06:22:06.000000000 +0000 +++ python-sigmavirus24-urltemplate-4.1.1/debian/changelog 2022-12-21 11:09:48.000000000 +0000 @@ -1,3 +1,14 @@ +python-sigmavirus24-urltemplate (4.1.1-2) unstable; urgency=medium + + * Fix d/watch issue + * d/control: + - Bump Standards-Version to 4.6.1.0 + - Remove constraints unnecessary since buster + * d/copyright: + - Update copyright year + + -- SZ Lin (林上智) Wed, 21 Dec 2022 19:09:48 +0800 + python-sigmavirus24-urltemplate (4.1.1-1) unstable; urgency=medium * Import new upstream release diff -Nru python-sigmavirus24-urltemplate-4.1.1/debian/control python-sigmavirus24-urltemplate-4.1.1/debian/control --- python-sigmavirus24-urltemplate-4.1.1/debian/control 2021-10-17 06:19:28.000000000 +0000 +++ python-sigmavirus24-urltemplate-4.1.1/debian/control 2022-12-21 11:05:18.000000000 +0000 @@ -4,9 +4,9 @@ Maintainer: SZ Lin (林上智) Build-Depends: debhelper-compat (= 13), dh-python, - python3 (>= 3.2), + python3, python3-setuptools -Standards-Version: 4.6.0.1 +Standards-Version: 4.6.1.0 Rules-Requires-Root: no Homepage: https://github.com/python-hyper/uritemplate Vcs-Git: https://salsa.debian.org/debian/python-sigmavirus24-urltemplate.git diff -Nru python-sigmavirus24-urltemplate-4.1.1/debian/copyright python-sigmavirus24-urltemplate-4.1.1/debian/copyright --- python-sigmavirus24-urltemplate-4.1.1/debian/copyright 2018-08-28 02:38:21.000000000 +0000 +++ python-sigmavirus24-urltemplate-4.1.1/debian/copyright 2022-12-21 11:08:47.000000000 +0000 @@ -7,7 +7,7 @@ License: Apache-2.0 or BSD-3-clause Files: debian/* -Copyright: 2016-2018 SZ Lin (林上智) +Copyright: 2016-2022 SZ Lin (林上智) License: Apache-2.0 or BSD-3-clause License: BSD-3-clause diff -Nru python-sigmavirus24-urltemplate-4.1.1/debian/watch python-sigmavirus24-urltemplate-4.1.1/debian/watch --- python-sigmavirus24-urltemplate-4.1.1/debian/watch 2019-12-25 06:17:04.000000000 +0000 +++ python-sigmavirus24-urltemplate-4.1.1/debian/watch 2022-12-21 11:05:04.000000000 +0000 @@ -1,4 +1,4 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-sigmavirus24-urltemplate-$1\.tar\.gz/ \ - https://github.com/sigmavirus24/uritemplate/releases \ - (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate + https://github.com/sigmavirus24/uritemplate/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz