Source: lasagne Severity: normal User: [email protected] Usertags: python3.6
Dear Maintainer, The package ftbfs when multiple Python versions are supported because the Build-Depends are wrong. Attaching a simple patch to fix the problem. Cheers, mwh -- System Information: Debian Release: stretch/sid APT prefers artful-proposed APT policy: (500, 'artful-proposed'), (500, 'artful') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-81-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru lasagne-0.1+git20160728.8b66737/debian/changelog lasagne-0.1+git20160728.8b66737/debian/changelog --- lasagne-0.1+git20160728.8b66737/debian/changelog 2017-02-10 00:25:30.000000000 +1300 +++ lasagne-0.1+git20160728.8b66737/debian/changelog 2017-06-26 11:16:45.000000000 +1200 @@ -1,3 +1,10 @@ +lasagne (0.1+git20160728.8b66737-2ubuntu1) artful; urgency=medium + + * Fix build-depends, fixing the build when more than one version of Python 3 + is supported. + + -- Michael Hudson-Doyle <[email protected]> Mon, 26 Jun 2017 11:14:54 +1200 + lasagne (0.1+git20160728.8b66737-2) unstable; urgency=medium * Use inspect.signature instead of inspect.getargspec if possible diff -Nru lasagne-0.1+git20160728.8b66737/debian/control lasagne-0.1+git20160728.8b66737/debian/control --- lasagne-0.1+git20160728.8b66737/debian/control 2017-02-10 00:15:56.000000000 +1300 +++ lasagne-0.1+git20160728.8b66737/debian/control 2017-06-26 11:15:13.000000000 +1200 @@ -1,12 +1,13 @@ Source: lasagne -Maintainer: Daniel Stender <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Daniel Stender <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), dh-python, - python-all, - python3-all, + python-all-dev, + python3-all-dev, python-setuptools, python3-setuptools, python-theano (>= 0.8.0),

