Your message dated Wed, 19 Feb 2020 22:00:17 +0100
with message-id <[email protected]>
and subject line Issue is fixed but bug was not closed in changelog
has caused the Debian Bug report #923660,
regarding nipy: do not Build-Depends: python-sphinx
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
923660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923660
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Closing bug since issue is fixed but bug was not closed in changelog.

-- 
http://fam-tille.de

--- End Message ---

Reply via email to