Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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 <[email protected]> Tue, 15 Oct 2024 07:48:40 +0200

python-cups (2.0.4-1) unstable; urgency=medium

* Team upload.
Expand Down
8 changes: 5 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Priority: optional
Maintainer: Debian Python Team <[email protected]>
Uploaders: Debian Printing Team <[email protected]>,
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading