Package: python-enet Version: 0.0~vcs.2022.12.26.git-0.1 Severity: normal Tags: patch pending
Dear maintainer, Python extensions modules are supposed to build against all supported versions. In the case of python-enet, the only change required to implement that, is replacing python3-dev with python3-all-dev in Build-Depends. I've prepared an NMU for python-enet (versioned as 0.0~vcs.2022.12.26.git-0.2). The diff is attached to this message. Cheers -- Sebastian Ramacher
diff -Nru python-enet-0.0~vcs.2022.12.26.git/debian/changelog python-enet-0.0~vcs.2022.12.26.git/debian/changelog --- python-enet-0.0~vcs.2022.12.26.git/debian/changelog 2022-12-28 06:27:27.000000000 +0100 +++ python-enet-0.0~vcs.2022.12.26.git/debian/changelog 2023-01-20 12:02:17.000000000 +0100 @@ -1,3 +1,9 @@ +python-enet (0.0~vcs.2022.12.26.git-0.2) unstable; urgency=medium + + * debian/control: Build for all python3 versions. + + -- Sebastian Ramacher <sramac...@debian.org> Fri, 20 Jan 2023 12:02:17 +0100 + python-enet (0.0~vcs.2022.12.26.git-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-enet-0.0~vcs.2022.12.26.git/debian/control python-enet-0.0~vcs.2022.12.26.git/debian/control --- python-enet-0.0~vcs.2022.12.26.git/debian/control 2022-12-28 06:27:27.000000000 +0100 +++ python-enet-0.0~vcs.2022.12.26.git/debian/control 2023-01-20 12:02:09.000000000 +0100 @@ -7,7 +7,7 @@ debhelper-compat (= 13), dh-python, libenet-dev (>= 1.3.17), - python3-dev + python3-all-dev Standards-Version: 4.6.1 Homepage: https://github.com/aresch/pyenet Vcs-Browser: https://browse.dgit.debian.org/python-enet.git/