Your message dated Tue, 08 Aug 2023 19:20:13 +0000
with message-id <[email protected]>
and subject line Bug#1043268: fixed in libnetfilter-conntrack 1.0.9-4
has caused the Debian Bug report #1043268,
regarding libnetfilter-conntrack: please disable documentation build when not 
building libnetfilter-conntrack-doc
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.)


-- 
1043268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043268
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libnetfilter-conntrack
Version: 1.0.9-3
Severity: wishlist
Tags: patch
X-Debbugs-Cc: [email protected]

The riscv64 port is currently being bootstrapped, and I noticed that
packages like gtk4 are currently unbuildable because they are waiting
for src:systemd. Looking at the dependency chain for src:systemd,
it indirectly depends on libnetfilter-conntrack, which is currently
unbuildable because of a long dependency chain starting with graphviz
(and ending at abseil, which takes a long time to build on riscv64 and
failed several times with timeouts).

libnetfilter-conntrack only needs graphviz (and doxygen) for its API
documentation, so an easy way to break this dependency chain would be
for libnetfilter-conntrack to only build its API documentation when
"Architecture: all" packages are being built. A side benefit is that
this would make official builds by the buildds a bit faster.

Please consider applying the attached patch, with the "Closes" line
amended to mention this bug report's bug number. I used diffoscope to
confirm that this change does not alter the contents of either the _amd64
or _all binary packages.

Thanks,
    smcv
>From 962990823787cb3cf795106238e9d5d6db5e8b41 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Tue, 8 Aug 2023 09:28:35 +0100
Subject: [PATCH] d/control, d/rules: Only build API documentation if we need
 it

When only building the architecture-specific packages, as the buildds do,
we won't produce libnetfilter-conntrack-doc and therefore we don't need
to run doxygen.

Closes: -1
---
 debian/control | 4 ++--
 debian/rules   | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d5821ef..f3f0599 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders: Alexander Wirt <[email protected]>,
            Arturo Borrero Gonzalez <[email protected]>,
            Jeremy Sowden <[email protected]>
 Build-Depends: debhelper-compat (= 13),
-               doxygen,
-               graphviz,
                libmnl-dev,
                libnfnetlink-dev,
                libtool,
                pkg-config
+Build-Depends-Indep: doxygen,
+                     graphviz
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
diff --git a/debian/rules b/debian/rules
index 16a3bb6..2a25b68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build
+execute_after_dh_auto_build-indep:
 	doxygen doxygen.cfg
-- 
2.40.1


--- End Message ---
--- Begin Message ---
Source: libnetfilter-conntrack
Source-Version: 1.0.9-4
Done: Jeremy Sowden <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libnetfilter-conntrack, 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.
Jeremy Sowden <[email protected]> (supplier of updated libnetfilter-conntrack 
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, 08 Aug 2023 13:42:37 +0100
Source: libnetfilter-conntrack
Architecture: source
Version: 1.0.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Netfilter Packaging Team 
<[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 1043268
Changes:
 libnetfilter-conntrack (1.0.9-4) unstable; urgency=medium
 .
   [ Jeremy Sowden ]
   * [18ecdd5] d/control: use tracker.d.o address for `Maintainer:`
 .
   [ Simon McVittie ]
   * [da57dc7] d/control, d/rules: Only build API documentation if we need it
     (Closes: #1043268)
 .
   [ Jeremy Sowden ]
   * [f0617d3] d/control, d/rules: add `nodoc` build-profile support
   * [9aee291] d/gbp.conf: dch: update `commit-msg`
Checksums-Sha1:
 23c84816b351721953384fec3c9adce77ae00e23 2549 
libnetfilter-conntrack_1.0.9-4.dsc
 47bd60c801eef1477944855f11d72c744e5dbdf0 10568 
libnetfilter-conntrack_1.0.9-4.debian.tar.xz
 2013b3d65d089a1b4d8e999ab404d34eb9de6ab2 9441 
libnetfilter-conntrack_1.0.9-4_amd64.buildinfo
Checksums-Sha256:
 952dfcb2f4684e255348aa629fbb62a20eef54e89a41f3faf9ec1f8a137c90ce 2549 
libnetfilter-conntrack_1.0.9-4.dsc
 670f3f1d84e3a76752411409a06921796e4d30ce6ea6e3f9fe8f0e82b1bb0e9e 10568 
libnetfilter-conntrack_1.0.9-4.debian.tar.xz
 25ced1b6de378f6cb53335469652069d0de319c0ded87324ccb9399565fd0121 9441 
libnetfilter-conntrack_1.0.9-4_amd64.buildinfo
Files:
 24759dbc04453c4c1a50f15360cee492 2549 libs optional 
libnetfilter-conntrack_1.0.9-4.dsc
 08483f15fa79976bee02e8735a5716d4 10568 libs optional 
libnetfilter-conntrack_1.0.9-4.debian.tar.xz
 d23752d3f3f5345dcef473d67d8bc805 9441 libs optional 
libnetfilter-conntrack_1.0.9-4_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmTSj4ISHGplcmVteUBh
emF6ZWwubmV0AAoJECmGrAq98QQNbtoP/2Xw9XDotMDKrnMlsp1iQyTVsEZEl38Z
sXjUPDngNE7cD4ie1B2j2Rdz3oGibhW05A7tby5kpG5H/vIlI++X7ex0XY2SaRCt
GZHn/PKgawcAXDbb6Fem1XVp18ek4wwYDRELNbGndDUaOz+etqE3F7/JBlKW/LEP
b2B+1F/Ug+OwV3RMDH0LcZrmkDO9qkY7pCmnat9Lh/x0/fj2vw3EbA422av9NTin
zQcBaSnpdojPyhHKelPPo0gxwV/oW6IDGboOaPYPPq1IIdLn6sOEnwLOMy38Zlmw
jhCdnJNY0mwYppsn/YEnWFdqKrqu6sGJpy5hJ9412Bul2aIP+Uqcms4KFTtDoqnH
fhYYS0SdF3QCAuRM2zlqmxZSYiNc0REB6Od3h5c6TWUtapQRRKPfxXV+yBDRz1C1
1Gv+xm3ap59WyANs8GaSyvZUkWeWhac49e2Y3ikbWKvVRdxcr9gy6KPJahtCzj7G
zDYmIUnjuKS9WJkIANhu/0xp19zyzAQduN98ct5u/9LDXDp9zccY0t/Lk0GTs7/M
OcoOLFB3L6I1yqm6JH88g9DSDx3G8vaDrHT+oFZr+1lmbZO//5l7XmIZckarPkIC
liZAng9pRlFne14JrtpBLquGmwq7VEiKOKSaZXnXtYL4CnsjXtN+JkKB34tod4LS
O97aauLig5vV
=iI0X
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to