Package: ldns Version: 1.7.0-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch
Dear Ondrej, In Ubuntu, we've begun the transition from python3.6 to python3.7, which in the first stages involves enabling python3.7 as a non-default, supported python3 version. The ldns package build-depends on python{,3}-all-dev, but does not build for any but the default version of python2 and python3. Attached is the patch I've applied to Ubuntu, to change the build-dependencies to python{,3}-dev, which avoids this package unnecessarily being targeted for rebuilds. You may wish to consider applying it in Debian. 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 https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru ldns-1.7.0/debian/control ldns-1.7.0/debian/control --- ldns-1.7.0/debian/control 2018-02-06 07:33:00.000000000 -0500 +++ ldns-1.7.0/debian/control 2018-07-18 11:45:50.000000000 -0400 @@ -11,8 +11,8 @@ libpcap-dev, libssl-dev (>= 1.1.0), pkg-config, - python-all-dev, - python3-all-dev, + python-dev, + python3-dev, swig Standards-Version: 3.9.8 Section: net