Your message dated Tue, 04 Aug 2020 09:03:56 +0000
with message-id <[email protected]>
and subject line Bug#946110: fixed in silx 0.13.1+dfsg-1
has caused the Debian Bug report #946110,
regarding silx FTCBFS: unsatisfiable cross Build-Depends
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.)


-- 
946110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946110
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: silx
Version: 0.11.0+dfsg-2
Tags: patch
User: [email protected]
Usertags: cross-satisfiability

silx cannot satisfy its cross Build-Depends for many reasons. One of
them is sphinx. However, sphinx is only needed for building the arch:all
documentation package, so it should only be required by
Build-Depends-Indep. The attached patch implements that and thus reduces
dependencies for arch-only builds such as cross builds. Please consider
applying it. I used reproducible builds to verify that the artifacts
remain unchanged by the patch.

Helmut
diff --minimal -Nru silx-0.11.0+dfsg/debian/changelog 
silx-0.11.0+dfsg/debian/changelog
--- silx-0.11.0+dfsg/debian/changelog   2019-10-19 13:19:44.000000000 +0200
+++ silx-0.11.0+dfsg/debian/changelog   2019-12-03 20:32:52.000000000 +0100
@@ -1,3 +1,10 @@
+silx (0.11.0+dfsg-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Demote documentation dependencies to B-D-I. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 03 Dec 2019 20:32:52 +0100
+
 silx (0.11.0+dfsg-2) unstable; urgency=medium
 
   * Use debhelper-compat instead of debian/compat.
diff --minimal -Nru silx-0.11.0+dfsg/debian/control 
silx-0.11.0+dfsg/debian/control
--- silx-0.11.0+dfsg/debian/control     2019-10-19 13:19:44.000000000 +0200
+++ silx-0.11.0+dfsg/debian/control     2019-12-03 20:32:44.000000000 +0100
@@ -12,7 +12,6 @@
                help2man,
                ipython3,
                ipython3-qtconsole,
-               pandoc <!nodoc>,
                python3-all-dbg,
                python3-all-dev,
                python3-fabio,
@@ -22,7 +21,6 @@
                python3-mako,
                python3-matplotlib,
                python3-matplotlib-dbg,
-               python3-nbsphinx <!nodoc>,
                python3-numpy,
                python3-numpy-dbg,
                python3-opengl,
@@ -38,10 +36,13 @@
                python3-scipy,
                python3-scipy-dbg,
                python3-setuptools,
-               python3-sphinx,
-               python3-sphinxcontrib.programoutput,
                xauth,
                xvfb
+Build-Depends-Indep:
+               pandoc <!nodoc>,
+               python3-nbsphinx <!nodoc>,
+               python3-sphinx,
+               python3-sphinxcontrib.programoutput,
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/science-team/silx
 Vcs-Git: https://salsa.debian.org/science-team/silx.git
diff --minimal -Nru silx-0.11.0+dfsg/debian/rules silx-0.11.0+dfsg/debian/rules
--- silx-0.11.0+dfsg/debian/rules       2019-10-19 13:19:44.000000000 +0200
+++ silx-0.11.0+dfsg/debian/rules       2019-12-03 20:31:15.000000000 +0100
@@ -11,6 +11,8 @@
 export SPECFILE_USE_GNU_SOURCE=1
 export SILX_FULL_INSTALL_REQUIRES=1
 
+DOPACKAGES=$(shell dh_listpackages)
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Make does not offer a recursive wildcard function, so here's one:
@@ -24,7 +26,8 @@
 PY3VER := $(shell py3versions -dv)
 
 %:
-       dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+       dh $@ --with python3 $(DH_ADDONS) --buildsystem=pybuild
+build binary %-indep: DH_ADDONS=--with=sphinxdoc
 
 override_dh_clean:
        dh_clean

--- End Message ---
--- Begin Message ---
Source: silx
Source-Version: 0.13.1+dfsg-1
Done: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
silx, 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.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated silx 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: Tue, 04 Aug 2020 10:25:26 +0200
Source: silx
Architecture: source
Version: 0.13.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Closes: 946110 966933
Changes:
 silx (0.13.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 0.13.1+dfsg (Closes: #966933)
   * d/control: Standards-Version bumped to 4.1.3 (nothing to do)
   * d/control: Rules-Requires-Root: no
   * Demote documentation dependencies to B-D-I. (Closes: #946110)
     Thanks Helmut Grohne for the patch
Checksums-Sha1:
 ba8981df1b78ca794687868b60da2c074d5764c4 3127 silx_0.13.1+dfsg-1.dsc
 0a7af3775fed6daf8cb4eca01570d174ec8458b9 11863408 silx_0.13.1+dfsg.orig.tar.xz
 372b7abc8b427916465f8e7312a623710cacbcb4 20464 silx_0.13.1+dfsg-1.debian.tar.xz
Checksums-Sha256:
 f05a5e1a9939cfc84a9cf3fa5762958cbcaeb5a8b3266065ac283df709a51ba3 3127 
silx_0.13.1+dfsg-1.dsc
 6c426d37f0051fc665ea879159f3a9ef568d64d8a878d14154acdfdb8aee421c 11863408 
silx_0.13.1+dfsg.orig.tar.xz
 7ba62a96ef9765906e4f6a0816f20232bb4bae4ef2cc75cec5e541b1569fd294 20464 
silx_0.13.1+dfsg-1.debian.tar.xz
Files:
 011d64157dd6f0f7991fc0e812671b3c 3127 science optional silx_0.13.1+dfsg-1.dsc
 531fa26ba747bd70a34c4a17e58a79aa 11863408 science optional 
silx_0.13.1+dfsg.orig.tar.xz
 7485112c19e0a2f12e64e83b3d908444 20464 science optional 
silx_0.13.1+dfsg-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAl8pIhkRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALuCwg/8ChDl6wX3P65iKpe2gukuRG5HNBjP/tYj
Gn6FzU8TRq8urSrLDyg8ewoMru21Fm7aGk461xwZh3ifbLuhf4Cmv1QALNzp+P+2
sdOZUYX82/k53I37hhkjCLXR4SiZInovMRhWW4MI9sq0T+HoGal5edjJRggAa1el
kGeiAMAaK7Hh3ZvRwdRYDpH28CHi6L0KQHksfiVHCfD0vt/vmO/bGvtabyDI46rI
+Lz0VCKTpSCQ1WCfb/mM9A/u086U8byruTsP4IlDqjui+Trc8IwrbaQqOctsv3d8
dq07HS/iYda5TMaL/yJqb5YUGzYrX00MKZn9N4PgRBye/oVT9fFaFN1sRj+SNOHA
scwDKNb8sZ+jYRBxd3l3DmMLRwR25idzIF3ZD4KsF0Wfh3eGWqEERmKPnm588zIX
qcPG3gkaDDrJEc+AZOMzZF9j2EqVWzV4WSX8F0/AlvfAZ2DCpLVBmeaidL6oHgnB
mKgNGHHWuMPEdDv/NVMyoaP6Z9/sw1JcdG1f716qingNqSJn3ZQ1qpDbnMfp3l/H
OOaAsUHOEDdP8PbtUMWavupJgvw7/37cxdtc6Y6M6whJat7HEFN2w/ZlkjSwf9Wq
z+B0sGGEPIupjcHK6npG/MICDVTRxEoVUXkELRcnT7f78GSWjwHu8E+CrMcbKm43
0M9GyjVd+Cs=
=Gxsu
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to