Control: tags 1123057 + patch Control: tags 1123057 + pending
Dear maintainer, I've prepared an NMU for python-cbor (versioned as 1.0.0-1.3) and uploaded it to DELAYED/10. Please feel free to tell me if I should cancel it. Regards. diffstat for python-cbor-1.0.0 python-cbor-1.0.0 changelog | 18 ++++++++++++++++++ compat | 1 - control | 13 ++++++------- copyright | 2 +- rules | 4 +++- salsa-ci.yml | 3 +++ 6 files changed, 31 insertions(+), 10 deletions(-) diff -Nru python-cbor-1.0.0/debian/changelog python-cbor-1.0.0/debian/changelog --- python-cbor-1.0.0/debian/changelog 2022-11-13 03:04:41.000000000 -0500 +++ python-cbor-1.0.0/debian/changelog 2025-12-16 09:50:55.000000000 -0500 @@ -1,3 +1,21 @@ +python-cbor (1.0.0-1.3) unstable; urgency=medium + + * Non-maintainer upload. + + [ Ondřej Nový ] + * d/control: Remove ancient X-Python-Version field + * d/control: Remove ancient X-Python3-Version field + * d/copyright: Use https protocol in Format field + * d/control: Set Vcs-* to salsa.debian.org (Closes: #1123057) + + [ Boyuan Yang ] + * Non-maintainer upload. + * debian/control: Bump to debhelper compat v13 and Standards-Version 4.7.2. + * debian/salsa-ci.yml: Updated. + * debian/rules: Enable full hardening. + + -- Boyuan Yang <[email protected]> Tue, 16 Dec 2025 09:50:55 -0500 + python-cbor (1.0.0-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-cbor-1.0.0/debian/compat python-cbor-1.0.0/debian/compat --- python-cbor-1.0.0/debian/compat 2015-09-03 14:13:28.000000000 -0400 +++ python-cbor-1.0.0/debian/compat 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -9 diff -Nru python-cbor-1.0.0/debian/control python-cbor-1.0.0/debian/control --- python-cbor-1.0.0/debian/control 2022-11-13 02:54:47.000000000 -0500 +++ python-cbor-1.0.0/debian/control 2025-12-16 09:37:33.000000000 -0500 @@ -2,17 +2,16 @@ Section: python Priority: optional Maintainer: Agustin Henze <[email protected]> -Build-Depends: debhelper (>= 9), - dh-python, +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, python3-all, python3-setuptools, python3-all-dev, -Standards-Version: 4.0.0 -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.3 +Standards-Version: 4.7.2 Homepage: https://github.com/brianolson/cbor_py -Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-cbor.git -Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-cbor.git +Vcs-Git: https://salsa.debian.org/debian/python-cbor.git +Vcs-Browser: https://salsa.debian.org/debian/python-cbor Package: python3-cbor Architecture: any diff -Nru python-cbor-1.0.0/debian/copyright python-cbor-1.0.0/debian/copyright --- python-cbor-1.0.0/debian/copyright 2022-11-13 02:55:13.000000000 -0500 +++ python-cbor-1.0.0/debian/copyright 2025-12-16 09:34:56.000000000 -0500 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-cbor Upstream-Contact: https://github.com/brianolson/cbor_py Source: https://github.com/brianolson/cbor_py diff -Nru python-cbor-1.0.0/debian/rules python-cbor-1.0.0/debian/rules --- python-cbor-1.0.0/debian/rules 2019-10-14 20:56:07.000000000 -0400 +++ python-cbor-1.0.0/debian/rules 2025-12-16 09:49:04.000000000 -0500 @@ -4,8 +4,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export PYBUILD_NAME=cbor %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild diff -Nru python-cbor-1.0.0/debian/salsa-ci.yml python-cbor-1.0.0/debian/salsa-ci.yml --- python-cbor-1.0.0/debian/salsa-ci.yml 1969-12-31 19:00:00.000000000 -0500 +++ python-cbor-1.0.0/debian/salsa-ci.yml 2025-12-16 09:36:31.000000000 -0500 @@ -0,0 +1,3 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

