Your message dated Tue, 19 Oct 2021 11:33:27 +0000
with message-id <[email protected]>
and subject line Bug#983374: fixed in cvxopt 1.2.7+dfsg-1
has caused the Debian Bug report #983374,
regarding cvxopt: separate documentation dependencies to B-D-I
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.)
--
983374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cvxopt
Version: 1.2.5+dfsg-3
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
cvxopt cannot be cross built from source, because its Build-Depends are
not satisfiable. It already separates its documentation to a -doc
package and skips the documentation build during an arch-only build,
however it still requires the sphinxdoc addon for arch-only builds and
requires all the documentation dependencies as well. Please consider
applying the attached patch to fully separate them. In the process, I
also dropped the entirely unused texlive-plain-generic and converted
both dh addons to the declarative dependency style.
Helmut
diff --minimal -Nru cvxopt-1.2.5+dfsg/debian/changelog
cvxopt-1.2.5+dfsg/debian/changelog
--- cvxopt-1.2.5+dfsg/debian/changelog 2020-10-15 19:29:19.000000000 +0200
+++ cvxopt-1.2.5+dfsg/debian/changelog 2021-02-23 07:58:41.000000000 +0100
@@ -1,3 +1,10 @@
+cvxopt (1.2.5+dfsg-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Separate documentation dependencies to B-D-I. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Tue, 23 Feb 2021 07:58:41 +0100
+
cvxopt (1.2.5+dfsg-3) unstable; urgency=medium
* Team upload
diff --minimal -Nru cvxopt-1.2.5+dfsg/debian/control
cvxopt-1.2.5+dfsg/debian/control
--- cvxopt-1.2.5+dfsg/debian/control 2020-10-14 14:04:55.000000000 +0200
+++ cvxopt-1.2.5+dfsg/debian/control 2021-02-23 07:58:38.000000000 +0100
@@ -5,24 +5,24 @@
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
dvipng,
libblas-dev,
liblapack-dev,
- python3-sphinx,
- latexmk,
libglpk-dev,
libfftw3-dev,
libgsl-dev,
libdsdp-dev,
- texlive-latex-base,
- texlive-latex-recommended,
- texlive-latex-extra,
- texlive-fonts-recommended,
- texlive-plain-generic,
python3-all-dev,
- python3-sphinx-rtd-theme,
python3-setuptools
+Build-Depends-Indep: dh-sequence-sphinxdoc,
+ python3-sphinx,
+ latexmk,
+ texlive-latex-base,
+ texlive-latex-recommended,
+ texlive-latex-extra,
+ texlive-fonts-recommended,
+ python3-sphinx-rtd-theme,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/cvxopt
diff --minimal -Nru cvxopt-1.2.5+dfsg/debian/rules
cvxopt-1.2.5+dfsg/debian/rules
--- cvxopt-1.2.5+dfsg/debian/rules 2020-10-15 17:28:46.000000000 +0200
+++ cvxopt-1.2.5+dfsg/debian/rules 2021-02-23 07:57:33.000000000 +0100
@@ -8,7 +8,7 @@
export PYBUILD_TEST_ARGS=-s tests
%:
- dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
@@ -19,11 +19,9 @@
find debian/python*-cvxopt -name cvxopt -type d -empty -delete
override_dh_auto_build-indep:
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
# $(pyrun) 'make --directory=doc html latex'
make --directory=doc html latex
make --directory=doc/build/latex all-pdf
-endif
override_dh_auto_test-indep:
--- End Message ---
--- Begin Message ---
Source: cvxopt
Source-Version: 1.2.7+dfsg-1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cvxopt, 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.
Graham Inggs <[email protected]> (supplier of updated cvxopt 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, 19 Oct 2021 11:13:39 +0000
Source: cvxopt
Built-For-Profiles: noudeb
Architecture: source
Version: 1.2.7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 983374
Changes:
cvxopt (1.2.7+dfsg-1) unstable; urgency=medium
.
* Team upload
.
[ Helmut Grohne ]
* Separate documentation dependencies to B-D-I (Closes: #983374)
.
[ Graham Inggs ]
* Update debian/watch
* New upstream release
* Drop fix-typos.patch, included upstream
* Bump Standards-Version to 4.6.0, no changes
Checksums-Sha1:
cc0ef548a09f41941b0e45258f4d9bf9dc22dcd5 2413 cvxopt_1.2.7+dfsg-1.dsc
ea38623a865694702df57d36d4c5b702b5958e99 429024 cvxopt_1.2.7+dfsg.orig.tar.xz
518d933ca5d2f511468a4619ee090783278b03e8 6504 cvxopt_1.2.7+dfsg-1.debian.tar.xz
Checksums-Sha256:
7679da951d36aac53b93326c00b4de8ae5017090be6b9e857ed0ed550c205b43 2413
cvxopt_1.2.7+dfsg-1.dsc
08b497c5ea3c2d6f1ce208b6bcbf2d39eda4afc9c26bcfcb23ad5d908831feb9 429024
cvxopt_1.2.7+dfsg.orig.tar.xz
c33d2f75e16502e83b448016244fb84e8a6ca1e353f0c67b0dc78d57e382bf9a 6504
cvxopt_1.2.7+dfsg-1.debian.tar.xz
Files:
3fdeb5db7dc28f69fc51b93efdac3908 2413 python optional cvxopt_1.2.7+dfsg-1.dsc
bdf59bf6f675a28a51460d33fe6471bc 429024 python optional
cvxopt_1.2.7+dfsg.orig.tar.xz
12c747ed51801e8eb5aa8d324f70aa3b 6504 python optional
cvxopt_1.2.7+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmFuqR8ACgkQr8/sjmac
4cJj1BAAqBHT8dDfLI8xQpgvbH2MBoIQYqZ7gYPVTD2biKn658nIRLwWfDucJgum
dT7QiFJk8bglXK6LcFYxlXG3W1kHyLN5x/V/5Ipj1Bw+l+xtWhJ+ZNM3zc3V6b0C
VeyugQWMH9vyQna3GnuBtR6zRpppHVy/cwWq0h/dWNQR2gEb8O1Wxcr+pzpo3dpf
g/VU3jTj/oCr61YxZq6BhZK1JYK+T14bqeJmySXxHgCANV8Kk57GRu7ooP/a/4XU
CyrbBjqWrcwyyRYLsvIcoIKKaeVv18XB6nl3rjJqZlyMGerHkfJkhK+ePC5Tcfnj
uNuPpn813ZtRlQrzWeusP2wve+hV6BTn4EijboDndNWfuY1XQAl7WMrxKwdwXQxH
9RBoD4WjRRJ2eOz3T8yD3XDMeWx81lP8HayWJQW9OK5332eiVWq1gt3bii7yaFam
iRRFa+2uX5tlVjEAmDCEVPiAu77UfuqF9ptT1SPlZwdzW2+gXxYMBr3qXMVBN341
nTGFQRHZynRFS9z5N7BdYTKq2jzv8jjdCQURB+/B5+NQD42V5XViynk8Fd429GtG
NBZ+dRwiYrzSPIuBbNEUqNG1IjsQODK5BWQlpRwNxnbsdbrpiQw/SfrbzlgHkcff
anZp+AVWYSCMpiHcB9lojDEDS1cvKabrl2RVJMqO5nkCg0SCNdc=
=dyZ+
-----END PGP SIGNATURE-----
--- End Message ---