Package: pykcs11 Version: 1.3.0-1 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu wily ubuntu-patch
Hi Ludovic, The pykcs11 package currently has a build-dependency on python3-all-dev. However, it doesn't have any build logic to build for multiple versions of python3; it will only build for the current version. As a result, the python3-all-dev build-dependency is useless, and the package should just build-depend on python3-dev instead. This issue was noticed while preparing the python3.5 transition in Ubuntu, because a no-change rebuild of pykcs11 didn't result in any support for python3.5 as a non-default supported version. Thanks for considering the patch. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
diff -Nru pykcs11-1.3.0/debian/changelog pykcs11-1.3.0/debian/changelog diff -Nru pykcs11-1.3.0/debian/control pykcs11-1.3.0/debian/control --- pykcs11-1.3.0/debian/control 2015-07-22 14:21:09.000000000 -0700 +++ pykcs11-1.3.0/debian/control 2015-07-24 18:32:20.000000000 -0700 @@ -2,7 +2,7 @@ Priority: optional Maintainer: Ludovic Rousseau <[email protected]> Uploaders: Debian Python Modules Team <[email protected]>, David Smith <[email protected]> -Build-Depends: debhelper (>= 9), swig, python3-all-dev +Build-Depends: debhelper (>= 9), swig, python3-dev Standards-Version: 3.9.5 Section: python Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pykcs11/trunk/

