Package: unbound Version: 1.6.0-3 Severity: important Tags: patch User: [email protected] Usertags: origin-ubuntu artful ubuntu-patch
Hi Robert, In Ubuntu, we've begun the transition from python3.5 to python3.6, which in the first stages involves enabling python3.6 as a non-default, supported python3 version. The unbound package build-depends on python3-all-dev, so was in our list of packages needing rebuilt; however, it only references py3versions -d in debian/rules, so does not build support for any non-default python versions. Please find attached the small patch to debian/control, applied in Ubuntu, to switch from -all-dev to -dev, which optimizes the build and makes it clear how this package relates to python transitions. Thanks, -- 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 unbound-1.6.0/debian/control unbound-1.6.0/debian/control --- unbound-1.6.0/debian/control 2017-05-04 11:29:15.000000000 -0700 +++ unbound-1.6.0/debian/control 2017-06-06 23:30:48.000000000 -0700 @@ -24,10 +24,10 @@ nettle-dev, pkg-config, protobuf-c-compiler <!pkg.unbound.libonly>, - python-all-dev:any (>= 2.6.6-3~) <!pkg.unbound.libonly>, - libpython-all-dev (>= 2.6.6-3~) <!pkg.unbound.libonly>, - python3-all-dev:any <!pkg.unbound.libonly>, - libpython3-all-dev <!pkg.unbound.libonly>, + python-dev:any (>= 2.6.6-3~) <!pkg.unbound.libonly>, + libpython-dev (>= 2.6.6-3~) <!pkg.unbound.libonly>, + python3-dev:any <!pkg.unbound.libonly>, + libpython3-dev <!pkg.unbound.libonly>, swig <!pkg.unbound.libonly>, Standards-Version: 3.9.8 Homepage: https://www.unbound.net/

