Your message dated Tue, 04 Jun 2024 20:37:17 +0000
with message-id <[email protected]>
and subject line Bug#949462: fixed in python-pygraphviz 1.13-1
has caused the Debian Bug report #949462,
regarding python-pygraphviz: please reduce build dependencies
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.)
--
949462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pygraphviz
Version: 1.5-1
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
python-pygraphviz cannot be cross built, because it has a fair number of
dependency issues. Involved packages include graphviz, python3-sphinx
and python*-mock. Without tackling the cross compilation part, we can
improve the dependency situation a lot:
* graphviz, *-nose and *-mock are only used for running tests. They can
be annotated with <!nocheck>.
* Documentation resides in an arch:all package. As such, we can move
the sphinx dependency and the sequencer to Build-Depends-Indep
leveraging a debhelper 12.5 feature of using delcarative sequencers.
Thanks to reproducible builds, we can verify that all these changes do
not affect the produced binary packages in any way. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru python-pygraphviz-1.5/debian/changelog
python-pygraphviz-1.5/debian/changelog
--- python-pygraphviz-1.5/debian/changelog 2018-11-23 18:42:16.000000000
+0100
+++ python-pygraphviz-1.5/debian/changelog 2020-01-21 06:35:07.000000000
+0100
@@ -1,3 +1,13 @@
+python-pygraphviz (1.5-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Reduce build dependencies:
+ + Annotate graphviz, *-nose and *-mock with <!nocheck>.
+ + Use sphinxdoc dh sequencer via Build-Depends-Indep.
+ + Only build documentation during indep build.
+
+ -- Helmut Grohne <[email protected]> Tue, 21 Jan 2020 06:35:07 +0100
+
python-pygraphviz (1.5-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --minimal -Nru python-pygraphviz-1.5/debian/control
python-pygraphviz-1.5/debian/control
--- python-pygraphviz-1.5/debian/control 2018-11-23 18:42:16.000000000
+0100
+++ python-pygraphviz-1.5/debian/control 2020-01-21 06:35:07.000000000
+0100
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Sandro Tosi <[email protected]>
Uploaders: Debian Python Modules Team
<[email protected]>
-Build-Depends: debhelper (>= 10), dh-python, python-all-dev (>= 2.3.5-11),
python-all-dbg, python3-all-dev, python3-all-dbg, libgraphviz-dev,
python-setuptools, python3-setuptools, pkg-config, graphviz, python-nose,
python3-nose, python3-sphinx, python-mock (>= 1.3), python3-mock (>= 1.3)
+Build-Depends: debhelper (>= 12.5), dh-python, python-all-dev (>= 2.3.5-11),
python-all-dbg, python3-all-dev, python3-all-dbg, libgraphviz-dev,
python-setuptools, python3-setuptools, pkg-config, graphviz <!nocheck>,
python-nose <!nocheck>, python3-nose <!nocheck>, python-mock (>= 1.3)
<!nocheck>, python3-mock (>= 1.3) <!nocheck>
+Build-Depends-Indep: dh-sequence-sphinxdoc, python3-sphinx
Standards-Version: 4.2.1
Homepage: https://pygraphviz.github.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pygraphviz.git
diff --minimal -Nru python-pygraphviz-1.5/debian/rules
python-pygraphviz-1.5/debian/rules
--- python-pygraphviz-1.5/debian/rules 2018-11-23 18:42:16.000000000 +0100
+++ python-pygraphviz-1.5/debian/rules 2020-01-21 06:35:07.000000000 +0100
@@ -2,9 +2,10 @@
PYTHON2=$(shell pyversions -r)
PYTHON3=$(shell py3versions -r)
+DO_PACKAGES=$(shell dh_listpackages)
%:
- dh $@ --with python2,python3,sphinxdoc
+ dh $@ --with python2,python3
override_dh_install:
set -e; \
@@ -23,7 +24,9 @@
$$python setup.py build; \
$$python-dbg setup.py build; \
done
+ifneq (,$(filter python-pygraphviz-doc,$(DO_PACKAGES)))
PYTHONPATH=$(CURDIR)/`python3 -c "from distutils.command.build import
build ; from distutils.core import Distribution ; b = build(Distribution()) ;
b.finalize_options() ; print (b.build_platlib)"` $(MAKE) -C doc html
+endif
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
--- End Message ---
--- Begin Message ---
Source: python-pygraphviz
Source-Version: 1.13-1
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pygraphviz, 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.
Alexandre Detiste <[email protected]> (supplier of updated python-pygraphviz
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 Jun 2024 21:40:16 +0200
Source: python-pygraphviz
Architecture: source
Version: 1.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>,
Changed-By: Alexandre Detiste <[email protected]>
Closes: 949462
Changes:
python-pygraphviz (1.13-1) unstable; urgency=medium
.
* New upstream version
* Reduce build dependencies (Closes: #949462)
* Standards-Version: 4.7.0 (routine-update)
* Testsuite: autopkgtest-pkg-python (routine-update)
Checksums-Sha1:
6e4e03c3b33ae170d46b5849a60679f253f01057 2447 python-pygraphviz_1.13-1.dsc
3d2af1d67667ab862b5664fa01612189f5a9cddc 110202
python-pygraphviz_1.13.orig.tar.gz
3c9c7f4b1bc26a180e4e94d0b8fbdd55eb15a629 9080
python-pygraphviz_1.13-1.debian.tar.xz
d8ab664d0687044c3907528f0c8e9ebaed9efcaa 12137
python-pygraphviz_1.13-1_source.buildinfo
Checksums-Sha256:
ea0d911db2d94852821e102b5bfe9c79b218edfac795b5e9f994efe8ecffa2f5 2447
python-pygraphviz_1.13-1.dsc
f7ca7d793a8c7a7119fc978ccd11162d2f6f726e554dadbd90df02e698b96e13 110202
python-pygraphviz_1.13.orig.tar.gz
28ec97e1c701113e1b1a5a5f7bd09522653f951bf3c6b6adce6f3f570673788c 9080
python-pygraphviz_1.13-1.debian.tar.xz
019bd29f4f92a116eccc57aeef9f061c01de78cd2d7b3ba7c762381f2ddb485d 12137
python-pygraphviz_1.13-1_source.buildinfo
Files:
55d1c92dcd3cdf501ef20cd8c562597b 2447 python optional
python-pygraphviz_1.13-1.dsc
dd999a124f6940fa7ed81a273e2a16be 110202 python optional
python-pygraphviz_1.13.orig.tar.gz
fe414d475b622d84b6650c318f373760 9080 python optional
python-pygraphviz_1.13-1.debian.tar.xz
59ed642fa64363e0ca7f158d2a9a7111 12137 python optional
python-pygraphviz_1.13-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmZfdboRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpyahAAjJsrib0y3ci6ePgBpordewpSAwXzYQr7
r4CQxipnOkavlU9J60W3HxCXOsB2P8G5XpTsTQ3fP+FCfxNlXjpJ7Nx49fOcoYPT
lPa9+jMPYervLSBhATrhaYVza6j3mlsO9eoZp0faUBI80nHMtzdzDZdV9oRWfv4z
cG1KA3BlkP1t/bMJY5XoZajRrhDtQqYXfogh1WDG7vQSUOb7aF8LXPYBX0VyKch6
z0sNCf4XTFqeQGsz7Eq/4TTLN6SULELqXGPbYS53bmcPWgvnuRyT2CWh1uA5vF9A
yRXyzqs/ekbNAXPlj9YP/CGVJq7kyWgL/eP+CzPhkqdEQvPOQivsiN9P5bO63C3a
X6r0TDDxrWhsMuHPbh8mLqMNt1v6LIMt0aHs0rbr9y8aq3O4KdJseEr9Cq8a4QdQ
5liZolidC5/E2sl95dFI0Bepc0OKi3DkPv5oz51F9OU3/tPz0kkgKDPJCzVsQTRZ
Gnj/qF3EBWK2fPrHwSxYWwL2y0NUTWvZvNs2ppmn4IdZ8kK8cFW1TOsnQ6pCtuNZ
Sso7P45vn/8jV8VYPu0FUFSF+J0RCY6pH39vQCqbpbRfBJ05mWSNkDlLTcjt08nX
8OSV4bhAzh9HGiFpE3bRDDAh3UZUVPxkagZ8+SJxdem/tYDwNXvB5C5qQ0bONS+7
rFMtkezh93M=
=LnDS
-----END PGP SIGNATURE-----
pgpq87BHtm4JD.pgp
Description: PGP signature
--- End Message ---