Your message dated Sat, 18 Sep 2021 13:48:37 +0000
with message-id <[email protected]>
and subject line Bug#983840: fixed in dipy 1.4.1-1
has caused the Debian Bug report #983840,
regarding dipy: move documentation dependencies to Build-Depends-Indep
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.)
--
983840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983840
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dipy
Version: 1.3.0-2
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
Thank you for applying my last Build-Depends reduction. Unfortunately,
there are more unsatisfiable cross Build-Depends left. I've found
another opportunity for reduction though: Skipping the documentation
build during arch-only. Once doing so, we can demode sphinx and numpydoc
to Build-Depends-Indep. Doing so requires changing debian/rules though.
Please consider applying the attached patch as well.
Helmut
diff --minimal -Nru dipy-1.3.0/debian/changelog dipy-1.3.0/debian/changelog
--- dipy-1.3.0/debian/changelog 2021-01-20 11:52:53.000000000 +0100
+++ dipy-1.3.0/debian/changelog 2021-03-01 20:50:15.000000000 +0100
@@ -1,3 +1,10 @@
+dipy (1.3.0-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Demote documentation dependecies to B-D-I. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Mon, 01 Mar 2021 20:50:15 +0100
+
dipy (1.3.0-2) unstable; urgency=medium
* Team upload.
diff --minimal -Nru dipy-1.3.0/debian/control dipy-1.3.0/debian/control
--- dipy-1.3.0/debian/control 2021-01-20 11:52:53.000000000 +0100
+++ dipy-1.3.0/debian/control 2021-03-01 20:50:12.000000000 +0100
@@ -14,8 +14,6 @@
python3-h5py,
python3-scipy,
python3-matplotlib <!nocheck>,
- python3-sphinx,
- python3-numpydoc,
python3-nose <!nocheck>,
python3-nibabel (>= 3.0.0),
python3-pytest <!nocheck>,
@@ -25,6 +23,8 @@
python3-tqdm,
xvfb <!nocheck>,
xauth <!nocheck>
+Build-Depends-Indep: python3-sphinx,
+ python3-numpydoc,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/dipy
Vcs-Git: https://salsa.debian.org/med-team/dipy.git
diff --minimal -Nru dipy-1.3.0/debian/rules dipy-1.3.0/debian/rules
--- dipy-1.3.0/debian/rules 2021-01-20 11:52:53.000000000 +0100
+++ dipy-1.3.0/debian/rules 2021-03-01 20:49:38.000000000 +0100
@@ -44,7 +44,7 @@
: # Prune duplicate LICENSE file
find debian/ -name LICENSE -delete
: # Only now lets build docs
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ifeq (python-dipy-doc_,$(filter python-dipy-doc,$(shell
dh_listpackages))_$(filter nodoc,$(DEB_BUILD_OPTIONS)))
export PYTHONPATH=$(shell pybuild --print build_dir --interpreter
python3) \
MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \
cd doc; $(MAKE) html-after-examples SPHINXOPTS="$(SPHINXOPTS)"
--- End Message ---
--- Begin Message ---
Source: dipy
Source-Version: 1.4.1-1
Done: Étienne Mollier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dipy, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Étienne Mollier <[email protected]> (supplier of updated dipy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 18 Sep 2021 12:58:08 +0200
Source: dipy
Architecture: source
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 983840
Changes:
dipy (1.4.1-1) unstable; urgency=medium
.
[ Helmut Grohne ]
* Demote documentation dependencies to B-D-I. (Closes: #983840)
.
[ Étienne Mollier ]
* New upstream version 1.4.1.
* d/watch: fix broken link to Github and refer through https instead of http.
* Standards-Version: 4.6.0 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Apply multi-arch hints.
+ python3-dipy-lib: Add Multi-Arch: same.
+ python-dipy-doc: Add Multi-Arch: foreign.
* d/control, crossbuild.patch: demote python3-h5py, -nibabel and -tqdm
build-dependencies as <!nocheck>, and prevent setup.py to forcefully
ask for the corresponding modules; this enables cross compilation.
(Also demote python3-scipy to reduce the load on nocheck build profiles.)
* d/control, d/rules: make python-dipy-doc depend on libjs-mathjax, and avoid
one to refer to mathjax online while reading the documentation, which would
otherwise be a privacy breach.
* d/control: add myself to uploaders.
* d/rules: make all example scripts not executable, for consistency.
* d/rules: enable hardening.
* d/copyright: update copyright years.
* add spelling-error-in-binary.patch.
Checksums-Sha1:
b6775d7a6ce833cda08b99b6488b05a8924c6c20 2575 dipy_1.4.1-1.dsc
8a3150347a1e361f4ab979ca58b9708a841760a2 6131226 dipy_1.4.1.orig.tar.gz
5e0310ef34afbf83aa71161665ac2d037dba1fcd 10800 dipy_1.4.1-1.debian.tar.xz
3581584e16717c7351164307663032c4148edf42 11616 dipy_1.4.1-1_amd64.buildinfo
Checksums-Sha256:
9e38b525813b613649997ac2bfb7caf89a69a824684f84d7fac02e59769ca414 2575
dipy_1.4.1-1.dsc
56150f27eaa7ba406126d59ef4bf0d48ef6549a068c4c86c53978f326f9d5565 6131226
dipy_1.4.1.orig.tar.gz
37c1c5b13e6e19c35803023ed45e17a5a330fa60b245ef44b029868cfc5b8873 10800
dipy_1.4.1-1.debian.tar.xz
920572768490898a5285f5385493a7f0c0193021198969ca0110b926fb2f69ce 11616
dipy_1.4.1-1_amd64.buildinfo
Files:
167727be7fbf8c5fb63ab9ed0e2e7b16 2575 python optional dipy_1.4.1-1.dsc
75d8f860d77274dabf3d5dd0e3c2d888 6131226 python optional dipy_1.4.1.orig.tar.gz
4a0e4b31d83030152ffa6fcc680b44c3 10800 python optional
dipy_1.4.1-1.debian.tar.xz
1a27e1b3a5a4e6c30369220bddbda0da 11616 python optional
dipy_1.4.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmFF6OQUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqhJg/+I/iBkzGgK5nIGDE8QcopSF2xtxli
CvO79EbEpUr1coEEIf8J4g7q7Gc6dcIZ1U8cQnEMtJ+NCKC9OGcOqM30LzdfW9dz
arZLDsTvNE+3KuVfPFITysrKy7terzpasTD7zDtm/7fdW9OQTCeshmH954R4NptM
WxBjt8pC4kDwdQzDXi4AI/sg7HUhb+JF4WkgQpm72ze+MhmfxirG1DB2E/kBzFDV
whQErmnFO4L97L+RaNgJo2BkUBfazne9Ydd/Jj/sNlTvi2a1rsTNfhrd8sOigYWi
vjlkEMbJitfzcN0ZhqiwBvQoHfSYG538g4QMdA3vjk39zM8lhg+176gYrFt6kbp0
dU1pO3t1olHV6lVjaD1A+FciqlYNsNuvrtZ1mpIJoF7xpwtZIwJ9PQ207ndVOaph
mO643qvDkZVw5BfG9EI4ZG+Dk1JCM9TGyzopT9Rb+vGrUGbKOWFxI+M0/xYWozwf
wWVCN5E80c2yemZ06qWVOxgZnO9hgUJge7JhQvpIMzMiVkrfjk3L4THeaSr+9iH3
UybiWhzB+DfT4aja3ifAZ50E37e6fc6GIWxMfcZMwwD/JXaa9i0xowPoGYNH1gdP
QFqs+PxnMmBKne2TKVdouG3hfFDHPovfQB4Ruq9OUqYYbHKsXBrW1+jzrFZFu1xB
uT3b3Vpuvpl9IO4=
=dH+7
-----END PGP SIGNATURE-----
--- End Message ---