Your message dated Fri, 13 May 2022 13:18:57 +0000
with message-id <[email protected]>
and subject line Bug#996245: fixed in dh-make 2.202201
has caused the Debian Bug report #996245,
regarding dh-make: make doc build arch-independent
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.)
--
996245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996245
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make
Version: 2.202102
Severity: normal
The dh-make template for python packages sets up debian/rules with a
special case for docs built using sphinx:
# And uncomment the following lines
#override_dh_auto_build: export http_proxy=127.0.0.1:9
#override_dh_auto_build: export https_proxy=127.0.0.1:9
#override_dh_auto_build:
# dh_auto_build
# PYTHONPATH=. python3 -m sphinx -N -bhtml \
# docs/ build/html # HTML generator
# PYTHONPATH=. python3 -m sphinx -N -bman \
# docs/ build/man # Manpage generator
If that template is used then it will set up a doc build for every
arch build. This is not what we usually want. -doc packages are
normally arch:all, so building for all arches is usually wasteful.
In some cases it's actually destructive. On some of the more obscure
architectures the doc build fails, which makes that arch FTBFS
unecessarily.
That last problem can be avoided just by setting up the doc build as
arch-independent:
# And uncomment the following lines
#override_dh_auto_build-indep: export http_proxy=127.0.0.1:9
#override_dh_auto_build-indep: export https_proxy=127.0.0.1:9
#override_dh_auto_build-indep:
# dh_auto_build
# PYTHONPATH=. python3 -m sphinx -N -bhtml \
# docs/ build/html # HTML generator
# PYTHONPATH=. python3 -m sphinx -N -bman \
# docs/ build/man # Manpage generator
--- End Message ---
--- Begin Message ---
Source: dh-make
Source-Version: 2.202201
Done: Baptiste Beauplat <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dh-make, 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.
Baptiste Beauplat <[email protected]> (supplier of updated dh-make 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: SHA256
Format: 1.8
Date: Fri, 13 May 2022 14:32:28 +0200
Source: dh-make
Architecture: source
Version: 2.202201
Distribution: unstable
Urgency: medium
Maintainer: Craig Small <[email protected]>
Changed-By: Baptiste Beauplat <[email protected]>
Closes: 995616 996245
Changes:
dh-make (2.202201) unstable; urgency=medium
.
[ Craig Small ]
* Make doc build arch-indep Closes: #996245
.
[ Gioele Barabucci ]
* watch.ex: Add pattern for GitLab
.
[ Guillem Jover ]
* Add a debian/.gitignore file
* Remove empty debian/examples
* Move license location on Debian systems into a Comment field
* Use BSD-3-clause instead of BSD-3-Clause
* Fix spacing issues in dh_make(1)
* Mark a replaceable text within <>
* Capitalize and terminate sentences with a dot
* Do not use unbalanced single quotes
* Wrap and sort -ast
* Use dh-sequence-python3 instead of dh-python and --with=python3
.
[ Baptiste Beauplat ]
* Bump Standards-Version to 4.6.1: no changes
* Bump templates Standards-Version to 4.6.1
* Fix subdirectory support for file in dhlib directory
* Add metadata example file (Closes: #995616)
* Fix typo in changelog
Checksums-Sha1:
a338074f67397b84205ef5a950abdb26024efccb 1094 dh-make_2.202201.dsc
643248de653fbfdda548c502595262a6d6c3d71d 39684 dh-make_2.202201.tar.xz
ee2435468f457b4e707b04a50c5ad5769e82bbae 6179 dh-make_2.202201_amd64.buildinfo
Checksums-Sha256:
d2b3459a6818c33a906c464ce0c8eab2e3849f0b99780d68065cdc3536201713 1094
dh-make_2.202201.dsc
dff77b0430c557429b351cd6d8ea3cc08b29eac317efd49e3b87dcb71d71ca85 39684
dh-make_2.202201.tar.xz
92eb416e8f066d9cf02034350d44d02041d17d3bcee2d914a76b4b5f4f3e7624 6179
dh-make_2.202201_amd64.buildinfo
Files:
8a97c56e49055dd6cc51dacf62d14d66 1094 devel optional dh-make_2.202201.dsc
87fabf830293713782fb41e793de9f99 39684 devel optional dh-make_2.202201.tar.xz
1eafab70fab9e469cbc377405c53e5d3 6179 devel optional
dh-make_2.202201_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIkEARYIADEWIQQt4kiVMTxdp/CJ4U4XSUsQeV3XMwUCYn5V3hMcbHlrbm9kZUBk
ZWJpYW4ub3JnAAoJEBdJSxB5XdczbQUA/0TMQli5YbTZRQRRFsu5ESYXHTQNSBgX
RBQXhPRzHEbSAQCCyVDC+gflE4bG+c7OYmScvK/uPeakE8d2GUX9+L2aDA==
=GPuF
-----END PGP SIGNATURE-----
--- End Message ---