Your message dated Sun, 07 Aug 2022 21:25:10 +0000 with message-id <[email protected]> and subject line Bug#992783: fixed in vm 8.2.0b-8 has caused the Debian Bug report #992783, regarding vm: Build-Depends not sufficient to run `dpkg-buildpackage -S` 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.) -- 992783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992783 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: vm Version: 8.2.0b-7 Severity: important Justification: Policy §7.7 Tags: patch Policy says the Build-Depends of a package need to be sufficient to run `debian/rules clean`, but this is not the case for vm, resulting in `dpkg-buildpackage -S` failing when run in a minimal environment. debhelper and its addons usually need to be in Build-Depends, even if the package only builds one architecture category (arch-dep or arch-indep) of binary packages. smcv>From 4a60d3701bd576b9275e37639b50013f25079f60 Mon Sep 17 00:00:00 2001 From: Simon McVittie <[email protected]> Date: Mon, 23 Aug 2021 11:35:11 +0100 Subject: [PATCH] d/control: Move debhelper and its autotools addon to Build-Depends Build-Depends-Indep are not guaranteed to be installed when running `debian/rules clean`, even for a source package that only builds architecture-independent binary packages. Moving the tools required during clean to Build-Depends allows `dpkg-buildpackage -S` to succeed in an environment with only the Build-Depends. Signed-off-by: Simon McVittie <[email protected]> --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5d12440..62b812a 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Homepage: https://launchpad.net/vm Priority: optional Maintainer: Ian Jackson <[email protected]> Standards-Version: 3.9.6 -Build-Depends-Indep: debhelper (>= 9.0.0), autotools-dev, - emacs-nox | emacs25-nox | emacs25 | emacs24, +Build-Depends: debhelper (>= 9.0.0), autotools-dev +Build-Depends-Indep: emacs-nox | emacs25-nox | emacs25 | emacs24, texinfo, texlive-latex-base, texlive-fonts-recommended Package: vm -- 2.33.0
--- End Message ---
--- Begin Message ---Source: vm Source-Version: 8.2.0b-8 Done: Ian Jackson <[email protected]> We believe that the bug you reported is fixed in the latest version of vm, 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. Ian Jackson <[email protected]> (supplier of updated vm 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: Sun, 07 Aug 2022 21:56:55 +0100 Source: vm Architecture: source Version: 8.2.0b-8 Distribution: unstable Urgency: medium Maintainer: Ian Jackson <[email protected]> Changed-By: Ian Jackson <[email protected]> Closes: 915955 992783 1013860 Changes: vm (8.2.0b-8) unstable; urgency=medium . * No longer embed paths from build environment into shipped files in .deb. Closes:#915955. [Simon McVittie; report from Andreas Henriksson] * d/control: Move debhelper and its autotools addon to Build-Depends. Closes: #992783. [Simon McVittie] * Drop xemacs21 from flavour list in postinst (but not prerm). Prompted by (and reduces the severity of) #914945. * Drop dependency on install-info (and alternative). Closes: #1013860. [Suggested by Hilmar Preuße] Checksums-Sha1: 7dce56f886c1a1a27636868fa65872cf53ee001a 1555 vm_8.2.0b-8.dsc df30909dbbd84dd6c2c2d889f6a8063b957836ba 105132 vm_8.2.0b-8.diff.gz Checksums-Sha256: 4da91aac256ac960d05ccb4a5b3673fd2e5fd0fdb3cc9fbd9b8a13b1639b2160 1555 vm_8.2.0b-8.dsc 25b033a1de3bde3dccd88498491068af5bc989e7aed3c9585917618195efd18d 105132 vm_8.2.0b-8.diff.gz Files: b651f11d17353d354f1ca427fab15aab 1555 mail optional vm_8.2.0b-8.dsc d0c5e726e47708b144d934f947d3f694 105132 mail optional vm_8.2.0b-8.diff.gz -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEVZrkbC1rbTJl58uh4+M5I0i1DTkFAmLwJ3IACgkQ4+M5I0i1 DTlu/wf8D93wNSIoSLdHR6EE7DM7iI4SystJLuxx38mzlP0YLRW4viXjJs3NHSg7 P+Qc6khmJQZANAjm1pfh8TgP+6/4yhHEV7D5Up544wTrnE+SiKCewFRsd8h14ikw JPi4kag3zitwapTVGIyxufFXaK051lR7I1lryWJ0Ew4IBGbjvh/w8Iz0FHAl1R/B f6kLnzkPpoFrBgQ9FFlwPAhSVRkZCzSi7tBUP3BNpTvJiFPSqUXQL5GTzhliQ7Oy c8WT+n14MKI9aKmb8/1eQrQb2/l13KbjC8dM0pxXE0OXJ8BU0e7Bu9BXWdM/wt9V BYQD3V9xl0ArPfTMwxP3dtb7v7lIpg== =3rt3 -----END PGP SIGNATURE-----
--- End Message ---

