diff -Nru pylzss-0+git20200722.871ef5a/debian/changelog pylzss-0.3/debian/changelog --- pylzss-0+git20200722.871ef5a/debian/changelog 2022-03-17 19:41:00.000000000 +0000 +++ pylzss-0.3/debian/changelog 2022-05-22 08:51:04.000000000 +0000 @@ -1,8 +1,15 @@ -pylzss (0+git20200722.871ef5a-4build1) jammy; urgency=medium +pylzss (0.3-1) unstable; urgency=medium - * No-change rebuild with Python 3.10 only + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Add debian/watch file, using pypi. - -- Graham Inggs Thu, 17 Mar 2022 19:41:00 +0000 + [ Julian Gilbey ] + * Continue to use GitHub for upstream sources, but use PyPI package + version number as GitHub does not use tags or releases + + -- Julian Gilbey Sun, 22 May 2022 09:51:04 +0100 pylzss (0+git20200722.871ef5a-4) unstable; urgency=medium diff -Nru pylzss-0+git20200722.871ef5a/debian/salsa-ci.yml pylzss-0.3/debian/salsa-ci.yml --- pylzss-0+git20200722.871ef5a/debian/salsa-ci.yml 2021-12-14 15:02:44.000000000 +0000 +++ pylzss-0.3/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ ---- -include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru pylzss-0+git20200722.871ef5a/debian/tests/pytest pylzss-0.3/debian/tests/pytest --- pylzss-0+git20200722.871ef5a/debian/tests/pytest 2021-12-14 15:02:44.000000000 +0000 +++ pylzss-0.3/debian/tests/pytest 2022-05-22 08:51:04.000000000 +0000 @@ -3,7 +3,7 @@ set -e cp test.py "$AUTOPKGTEST_TMP" -for py in $(py3versions -r 2>/dev/null) ; do +for py in $(py3versions -s) ; do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py test.py diff -Nru pylzss-0+git20200722.871ef5a/debian/upstream/metadata pylzss-0.3/debian/upstream/metadata --- pylzss-0+git20200722.871ef5a/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ pylzss-0.3/debian/upstream/metadata 2022-05-22 08:51:04.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/yyogo/pylzss/issues +Bug-Submit: https://github.com/yyogo/pylzss/issues/new +Repository: https://github.com/yyogo/pylzss.git +Repository-Browse: https://github.com/yyogo/pylzss diff -Nru pylzss-0+git20200722.871ef5a/debian/watch pylzss-0.3/debian/watch --- pylzss-0+git20200722.871ef5a/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ pylzss-0.3/debian/watch 2022-05-22 08:51:04.000000000 +0000 @@ -0,0 +1,3 @@ +version=4 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/lzss/lzss-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))