Skip to content

Commit 9ca9a74

Browse files
feat: update python-cups to 2.0.4-3
1 parent d357212 commit 9ca9a74

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
python-cups (2.0.4-3) unstable; urgency=medium
2+
3+
* Team upload.
4+
5+
[ Colin Watson ]
6+
* Remove Multi-Arch: same, since *.dist-info/WHEEL files conflict.
7+
8+
[ Helmut Grohne ]
9+
* Fix FTCBFS: Multiarchify python Build-Depends (closes: #1107129).
10+
11+
-- Colin Watson <[email protected]> Mon, 13 Oct 2025 01:02:02 +0100
12+
13+
python-cups (2.0.4-2) unstable; urgency=medium
14+
15+
* Team upload.
16+
* Use dh-sequence-python3
17+
* Set Rules-Requires-Root: no
18+
* Add dependency on python3-setuptools (Closes: #1080730)
19+
20+
-- Alexandre Detiste <[email protected]> Tue, 15 Oct 2024 07:48:40 +0200
21+
122
python-cups (2.0.4-1) unstable; urgency=medium
223

324
* Team upload.

debian/control

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ Priority: optional
44
Maintainer: Debian Python Team <[email protected]>
55
Uploaders: Debian Printing Team <[email protected]>,
66
Build-Depends: debhelper-compat (= 13),
7-
dh-python,
7+
dh-sequence-python3,
88
pybuild-plugin-pyproject,
9-
python3-all-dev,
9+
python3-all-dev:any,
10+
libpython3-all-dev,
11+
python3-setuptools,
1012
libcups2-dev
13+
Rules-Requires-Root: no
1114
Standards-Version: 4.7.0
1215
Homepage: https://github.com/OpenPrinting/pycups
1316
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cups.git
@@ -16,7 +19,6 @@ Testsuite: autopkgtest-pkg-python
1619

1720
Package: python3-cups
1821
Architecture: any
19-
Multi-Arch: same
2022
Provides: ${python3:Provides}
2123
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
2224
Description: Python3 bindings for CUPS

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CFLAGS=-DVERSION=\"$(DEB_VERSION_UPSTREAM)\"
99
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1010

1111
%:
12-
dh $@ --buildsystem=pybuild --with=python3
12+
dh $@ --buildsystem=pybuild
1313

1414
override_dh_installchangelogs:
1515
dh_installchangelogs -k NEWS

0 commit comments

Comments
 (0)