diff -Nru portio-0.5/debian/changelog portio-0.5/debian/changelog --- portio-0.5/debian/changelog 2022-03-17 19:35:41.000000000 +0000 +++ portio-0.5/debian/changelog 2022-06-14 04:47:03.000000000 +0000 @@ -1,26 +1,17 @@ -portio (0.5-4build4) jammy; urgency=medium +portio (0.5-5) unstable; urgency=medium - * No-change rebuild with Python 3.10 only + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Sandro Tosi ] + * debian/rules + - clean _sources/index.html, which is generate by setup.py regardless of + the command used (like setup.py clean) - -- Graham Inggs Thu, 17 Mar 2022 19:35:41 +0000 - -portio (0.5-4build3) jammy; urgency=medium - - * No-change rebuild to add python3.10. - - -- Matthias Klose Sat, 16 Oct 2021 06:57:22 +0000 - -portio (0.5-4build2) hirsute; urgency=medium - - * No-change rebuild to drop python3.8 extensions. - - -- Matthias Klose Mon, 07 Dec 2020 18:41:13 +0100 - -portio (0.5-4build1) hirsute; urgency=medium - - * No-change rebuild to build with python3.9 as supported. - - -- Matthias Klose Sat, 24 Oct 2020 10:53:27 +0200 + -- Sandro Tosi Tue, 14 Jun 2022 00:47:03 -0400 portio (0.5-4) unstable; urgency=medium diff -Nru portio-0.5/debian/control portio-0.5/debian/control --- portio-0.5/debian/control 2020-03-30 13:47:48.000000000 +0000 +++ portio-0.5/debian/control 2022-06-14 04:47:03.000000000 +0000 @@ -1,17 +1,17 @@ Source: portio Section: net Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Debian Python Team Uploaders: Luca Boccassi , -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-all-dev, python3-setuptools -Vcs-Browser: https://salsa.debian.org/python-team/modules/portio.git -Vcs-Git: https://salsa.debian.org/python-team/modules/portio.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/portio +Vcs-Git: https://salsa.debian.org/python-team/packages/portio.git Homepage: http://portio.inrim.it -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Rules-Requires-Root: no Package: python3-portio diff -Nru portio-0.5/debian/copyright portio-0.5/debian/copyright --- portio-0.5/debian/copyright 2020-03-30 13:47:48.000000000 +0000 +++ portio-0.5/debian/copyright 2022-06-14 04:47:03.000000000 +0000 @@ -1,4 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: portio Files: * Copyright: 2006-2012 Fabrizio Pollastri diff -Nru portio-0.5/debian/rules portio-0.5/debian/rules --- portio-0.5/debian/rules 2020-03-30 13:47:48.000000000 +0000 +++ portio-0.5/debian/rules 2022-06-14 04:47:03.000000000 +0000 @@ -15,4 +15,4 @@ override_dh_auto_clean: dh_auto_clean - rm -f platform.h + rm -f platform.h _sources/index.html