diff -Nru fastkml-0.12/debian/changelog fastkml-0.12/debian/changelog --- fastkml-0.12/debian/changelog 2024-03-01 06:12:13.000000000 +0000 +++ fastkml-0.12/debian/changelog 2024-03-27 15:30:09.000000000 +0000 @@ -1,3 +1,16 @@ +fastkml (0.12-3) unstable; urgency=medium + + * Add my ID to Uploaders + Closes: #1065140 + * d/watch: Use github API to find latest stable release reliably + * Standards-Version: 4.6.2 (routine-update) + * Testsuite: autopkgtest-pkg-python (routine-update) + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + * Rules-Requires-Root: no (routine-update) + Set upstream metadata fields: Repository. + + -- Andreas Tille Wed, 27 Mar 2024 16:30:09 +0100 + fastkml (0.12-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru fastkml-0.12/debian/control fastkml-0.12/debian/control --- fastkml-0.12/debian/control 2024-03-01 06:12:13.000000000 +0000 +++ fastkml-0.12/debian/control 2024-03-27 15:30:09.000000000 +0000 @@ -1,10 +1,13 @@ Source: fastkml Section: python +Testsuite: autopkgtest-pkg-python Priority: optional Maintainer: Debian Python Team -Build-Depends: debhelper-compat (= 13), python3, dh-python, python3-setuptools, python3-pygeoif, python3-dateutil, python3-pytest -Standards-Version: 4.6.1 +Uploaders: Andreas Tille +Build-Depends: debhelper-compat (= 13), python3, dh-sequence-python3, python3-setuptools, python3-pygeoif, python3-dateutil, python3-pytest +Standards-Version: 4.6.2 Homepage: https://github.com/cleder/fastkml +Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/python-team/packages/fastkml.git Vcs-Browser: https://salsa.debian.org/python-team/packages/fastkml diff -Nru fastkml-0.12/debian/rules fastkml-0.12/debian/rules --- fastkml-0.12/debian/rules 2024-03-01 06:12:13.000000000 +0000 +++ fastkml-0.12/debian/rules 2024-03-27 15:30:09.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_install: python3 setup.py install --root=debian/python3-fastkml --install-layout=deb diff -Nru fastkml-0.12/debian/upstream/metadata fastkml-0.12/debian/upstream/metadata --- fastkml-0.12/debian/upstream/metadata 2024-03-01 06:12:13.000000000 +0000 +++ fastkml-0.12/debian/upstream/metadata 2024-03-27 15:30:09.000000000 +0000 @@ -1,4 +1,5 @@ --- Bug-Database: https://github.com/cleder/fastkml/issues Bug-Submit: https://github.com/cleder/fastkml/issues/new +Repository: https://github.com/cleder/fastkml.git Repository-Browse: https://github.com/cleder/fastkml diff -Nru fastkml-0.12/debian/watch fastkml-0.12/debian/watch --- fastkml-0.12/debian/watch 2024-03-01 06:12:13.000000000 +0000 +++ fastkml-0.12/debian/watch 2024-03-27 15:30:09.000000000 +0000 @@ -1,3 +1,4 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%fastkml-$1.tar.gz%" \ -https://github.com/cleder/fastkml/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz + +opts="mode=git" \ + https://github.com/cleder/fastkml refs/tags/v?([\d\.\d]+)