diff --git a/debian/changelog b/debian/changelog index ca1bb00..a3ccf1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +python-cups (2.0.4-3) unstable; urgency=medium + + * Team upload. + + [ Colin Watson ] + * Remove Multi-Arch: same, since *.dist-info/WHEEL files conflict. + + [ Helmut Grohne ] + * Fix FTCBFS: Multiarchify python Build-Depends (closes: #1107129). + + -- Colin Watson Mon, 13 Oct 2025 01:02:02 +0100 + +python-cups (2.0.4-2) unstable; urgency=medium + + * Team upload. + * Use dh-sequence-python3 + * Set Rules-Requires-Root: no + * Add dependency on python3-setuptools (Closes: #1080730) + + -- Alexandre Detiste Tue, 15 Oct 2024 07:48:40 +0200 + python-cups (2.0.4-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 566b7b1..8d224eb 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,13 @@ Priority: optional Maintainer: Debian Python Team Uploaders: Debian Printing Team , Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, pybuild-plugin-pyproject, - python3-all-dev, + python3-all-dev:any, + libpython3-all-dev, + python3-setuptools, libcups2-dev +Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/OpenPrinting/pycups Vcs-Git: https://salsa.debian.org/python-team/packages/python-cups.git @@ -16,7 +19,6 @@ Testsuite: autopkgtest-pkg-python Package: python3-cups Architecture: any -Multi-Arch: same Provides: ${python3:Provides} Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python3 bindings for CUPS diff --git a/debian/rules b/debian/rules index bc8919d..a191092 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export CFLAGS=-DVERSION=\"$(DEB_VERSION_UPSTREAM)\" export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --buildsystem=pybuild --with=python3 + dh $@ --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs -k NEWS