Source: nipy Version: 0.4.2-2 Tags: patch User: [email protected] Usertags: cross-satisfiability
nipy cannot satisfy its cross Build-Depends. One reason is its dependency on python-sphinx. Closer inspection reveals, that sphinx is only used during the doc-stamp target in debian/rules, which is only invoked for binary-indep. Thus python-sphinx can be moved to Build-Depends-Indep with no effort. Please consider applying the attached patch. Helmut
diff --minimal -Nru nipy-0.4.2/debian/changelog nipy-0.4.2/debian/changelog --- nipy-0.4.2/debian/changelog 2019-01-10 17:05:31.000000000 +0100 +++ nipy-0.4.2/debian/changelog 2019-03-03 13:17:48.000000000 +0100 @@ -1,3 +1,10 @@ +nipy (0.4.2-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Demote python-sphinx to Build-Depends-Indep. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 03 Mar 2019 13:17:48 +0100 + nipy (0.4.2-2) unstable; urgency=medium * Cherry picked a number of fixes from upstream/PRs to become a part of the diff --minimal -Nru nipy-0.4.2/debian/control nipy-0.4.2/debian/control --- nipy-0.4.2/debian/control 2019-01-10 17:05:31.000000000 +0100 +++ nipy-0.4.2/debian/control 2019-03-03 13:17:47.000000000 +0100 @@ -5,13 +5,14 @@ Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]> Build-Depends: debhelper (>=9), python-all-dev (>= 2.5), python-scipy (>= 0.5), python-numpy (>= 1:1.2), python-matplotlib (>= 0.98.3), - python-sphinx (>= 0.6), cython, + cython, python-numpydoc, python-nibabel, python-nose, python-sympy (>= 0.6.6), liblapack-dev, python-all-dbg, python-numpy-dbg, python-scipy-dbg, cython-dbg, graphviz, dvipng, help2man, +Build-Depends-Indep: python-sphinx (>= 0.6), Standards-Version: 4.1.2 Homepage: http://neuroimaging.scipy.org Vcs-Browser: https://salsa.debian.org/neurodebian-team/nipy

