Your message dated Thu, 28 Jan 2021 19:36:55 +0000
with message-id <e1l5d67-000dzk...@fasolo.debian.org>
and subject line Bug#981134: fixed in hwloc 2.4.1~rc1+dfsg-1
has caused the Debian Bug report #981134,
regarding hwloc: reduce 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 ow...@bugs.debian.org
immediately.)


-- 
981134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hwloc
Version: 2.4.0+dfsg-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

hwloc participates in dependency loops relevant to architecture
bootstrap. Rather than work on such a difficult problem, I looked for
easily droppable dependencies. It turns out that on glibc systems, hwloc
prefers dlopen over ltdl, so we can restrict the dependency to !glibc
systems. The libxml2-utils dependency is used for xmllint, which is used
for tests. It can be annotated <!nocheck>. Finally, the documentation is
not rebuilt during package build. As a result, doxygen-latex, transfig
and w3m are unused and can be dropped. Please consider applying the
attached patch. Alternatively, consider actually rebuilding the
documentation during package build.

Helmut
diff --minimal -Nru hwloc-2.4.0+dfsg/debian/changelog 
hwloc-2.4.0+dfsg/debian/changelog
--- hwloc-2.4.0+dfsg/debian/changelog   2020-12-31 15:21:52.000000000 +0100
+++ hwloc-2.4.0+dfsg/debian/changelog   2021-01-26 14:20:03.000000000 +0100
@@ -1,3 +1,15 @@
+hwloc (2.4.0+dfsg-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Reduce Build-Depends: (Closes: #-1)
+    + Restrict libltdl-dev dependency to !glibc systems as hwloc prefers
+      dlopen for glibc.
+    + Annotate test dependency libxml2-utils <!nocheck>.
+    + Drop dependencies doxygen-latex, transfig and w3m as the documentation
+      is not rebuilt during package build anyway.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 26 Jan 2021 14:20:03 +0100
+
 hwloc (2.4.0+dfsg-3) unstable; urgency=medium
 
   * control: Update packaging URL.
diff --minimal -Nru hwloc-2.4.0+dfsg/debian/control 
hwloc-2.4.0+dfsg/debian/control
--- hwloc-2.4.0+dfsg/debian/control     2020-12-31 14:41:28.000000000 +0100
+++ hwloc-2.4.0+dfsg/debian/control     2021-01-26 14:20:03.000000000 +0100
@@ -1,16 +1,15 @@
 Source: hwloc
 Priority: optional
 Maintainer: Samuel Thibault <sthiba...@debian.org>
-Build-Depends: debhelper-compat (= 12), dh-exec, libltdl-dev,
+Build-Depends: debhelper-compat (= 12), dh-exec, libltdl-dev [!gnu-any-any],
   valgrind [amd64 arm64 armhf i386 mips64el mipsel ppc64el s390x powerpc 
ppc64],
-  libcairo2-dev, libx11-dev, libxml2-dev, libxml2-utils, libncurses5-dev,
+  libcairo2-dev, libx11-dev, libxml2-dev, libxml2-utils <!nocheck>, 
libncurses5-dev,
   libnuma-dev [linux-any],
   libxnvctrl-dev,
   libpciaccess-dev, libudev-dev [linux-any], pkg-config,
   ocl-icd-opencl-dev [!hurd-i386] | opencl-dev, opencl-headers,
-  autoconf (>= 2.63), w3m,
+  autoconf (>= 2.63),
   dpkg-dev (>= 1.16)
-Build-Depends-Indep: doxygen-latex, transfig
 Build-Conflicts: autoconf2.13
 Standards-Version: 4.5.0
 Section: libs

--- End Message ---
--- Begin Message ---
Source: hwloc
Source-Version: 2.4.1~rc1+dfsg-1
Done: Samuel Thibault <sthiba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hwloc, 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 981...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated hwloc 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 28 Jan 2021 20:27:41 +0100
Source: hwloc
Binary: hwloc hwloc-dbgsym hwloc-nox hwloc-nox-dbgsym libhwloc-common 
libhwloc-dev libhwloc-doc libhwloc-plugins libhwloc-plugins-dbgsym libhwloc15 
libhwloc15-dbgsym
Architecture: source
Version: 2.4.1~rc1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <sthiba...@debian.org>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Description:
 hwloc      - Hierarchical view of the machine - utilities
 hwloc-nox  - Hierarchical view of the machine - non-X version of utilities
 libhwloc-common - Hierarchical view of the machine - common files
 libhwloc-dev - Hierarchical view of the machine - static libs and headers
 libhwloc-doc - Hierarchical view of the machine - documentation
 libhwloc-plugins - Hierarchical view of the machine - plugins
 libhwloc15 - Hierarchical view of the machine - shared libs
Closes: 981134
Changes:
 hwloc (2.4.1~rc1+dfsg-1) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * New upstream bugfix release candidate.
 .
   [ Helmut Grohne ]
   * Reduce Build-Depends: (Closes: #981134)
     + Restrict libltdl-dev dependency to !glibc systems as hwloc prefers
       dlopen for glibc.
     + Annotate test dependency libxml2-utils <!nocheck>.
 .
   [ Samuel Thibault ]
   * patches/parallel_dep: Fix parallel build in doc/.
   * rules: At clean time, remove the generated doc, to make sure we rebuild
     it.
   * control: Comment out w3m dependency until we need to regenerated README.
 .
   [ Brice Goglin ]
   * control: Annotate test dependency libnuma-dev <!nocheck>.
Checksums-Sha1:
 44dd6574bd998373d372720da0f4caf4f4e16ece 2767 hwloc_2.4.1~rc1+dfsg-1.dsc
 ee72fbf06248d316061094cf1c4692c5cd14dd0b 6058023 
hwloc_2.4.1~rc1+dfsg.orig.tar.bz2
 4b32eace6c84999d22e01518ab310e521785924d 12888 
hwloc_2.4.1~rc1+dfsg-1.debian.tar.xz
Checksums-Sha256:
 a86598a9e03ab242ff4b121185efd6991b818e339379ac7f715811f7590d6c97 2767 
hwloc_2.4.1~rc1+dfsg-1.dsc
 620c7607ca1576edb168b1e5093c19aa99921a2c9751b9b7be5bde89deb951b0 6058023 
hwloc_2.4.1~rc1+dfsg.orig.tar.bz2
 1e49653998cdfc151b9e28dacb8a00345a66fc0d19f5f5a74496d66ffc1f463c 12888 
hwloc_2.4.1~rc1+dfsg-1.debian.tar.xz
Files:
 d2eb3f958860441fada9726b6990b466 2767 libs optional hwloc_2.4.1~rc1+dfsg-1.dsc
 86667ed98dbc8be0fc5735df1a30c927 6058023 libs optional 
hwloc_2.4.1~rc1+dfsg.orig.tar.bz2
 a97f0076c698bfd1286f403b740deb17 12888 libs optional 
hwloc_2.4.1~rc1+dfsg-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEqFdOpCKEaNBGO+sMcx+GxqxheY0FAmATEOEACgkQcx+Gxqxh
eY1uGw//UWOrAB/NL50ExGQqbgsSej8bF792Sm2CpVuZgXv0jD/oAIUoYrX+c96L
atDhjj/lW9vkr+kLevIC9DkmCT3UFeoHjdO+PHfP2fnsgQA0FC38enamwr77XtVM
TmraPXe4UT3fPDxqUnr/whuUqAfwC6ggUgJfAI9/BRswm55ieWpnLaQCb7m2cdYx
ge9C2MTZz813KFqP9Y/WijIvOyHsYqILAaoOVhJnjvzrhPMlzfQ8W6C4Lb5Jxa53
QFhUxaXZ7CrIAGvFCTcnwbw6c2IclLifkK4uDiAvGtoV6lH0wW6ubgiBK1BlwX3L
gHG+o+ysU2u5jYkxiBw5iS7Db+g8OwBE/pL+9Bnd1e1okWgdL1Ym0esCmFChYKs/
N0AqfKz5RakrKoIuqHmmYRcWP4eyl8tlSJY5jNxFZ0iZSbn5D8Md6kAbbklzr8rg
EHBZpnzc7ETgunQFFiCULtQWX4THq/wn0x7AcUxA7haIZ1jIUeraIyr/eFtgVf4S
9T8ne7lF9s5maJIl6wrFyxeCfVL0NpUQ0iB8FGWoR9mYlm/nRLqTC3pQiaAJP/vX
jyPG9GLc+j6BzhXdP1JSjsc37SmRy6XfP2urFN4lbz/0Ov2zqnR/1MdpGd2tG6Ux
v4zoSUNFPncnlnuMzvbgjK8hwN7Fo+MLYtt5Uwzj5ohd9Y8OHg8=
=nGlP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to