Your message dated Sat, 18 Mar 2023 12:49:03 +0000 with message-id <[email protected]> and subject line Bug#1032058: fixed in certmonger 0.79.17-2 has caused the Debian Bug report #1032058, regarding certmonger: Does not respect 'nocheck' in DEB_BUILD_OPTIONS 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.) -- 1032058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032058 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: certmonger Version: 0.79.17-1 Severity: normal Tags: patch Hi, Due to the use of override_dh_auto_test in order to append "|| true", certmonger does not respect the "nocheck" flag in DEB_BUILD_OPTIONS and runs the tests regardless. Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-diff --git a/debian/rules b/debian/rules index ea79d27..e16941b 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,9 @@ override_dh_auto_install: certutil -N -d debian/tmp/etc/certmonger/nssdb --empty-password override_dh_auto_test: +ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test || true +endif override_dh_clean: dh_clean
--- End Message ---
--- Begin Message ---Source: certmonger Source-Version: 0.79.17-2 Done: Timo Aaltonen <[email protected]> We believe that the bug you reported is fixed in the latest version of certmonger, 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. Timo Aaltonen <[email protected]> (supplier of updated certmonger 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: Sat, 18 Mar 2023 14:33:47 +0200 Source: certmonger Built-For-Profiles: noudeb Architecture: source Version: 0.79.17-2 Distribution: unstable Urgency: medium Maintainer: Debian FreeIPA Team <[email protected]> Changed-By: Timo Aaltonen <[email protected]> Closes: 1032058 Changes: certmonger (0.79.17-2) unstable; urgency=medium . * control: Respect nocheck, thanks Chris Lamb! (Closes: #1032058) * rules: Disable DSA. * Revert adding an internal nssdb, instead add an upstream patch that drops the requirement for one. Checksums-Sha1: 5a572d84c97fb590f713354d36f2cc95d26e2d24 2261 certmonger_0.79.17-2.dsc bbae74ead57fcf1edc927a73c505a2ab26d4e4b2 10136 certmonger_0.79.17-2.debian.tar.xz 19eb32432314fe15457e4699306b6d5d848ae91c 8444 certmonger_0.79.17-2_source.buildinfo Checksums-Sha256: 0a66af195cfa057726d04a0f4f6351b8f025fa798a8f4b8b35dedf7245bc558b 2261 certmonger_0.79.17-2.dsc 6c138b386fd3aac3abf0d727e0f23eeaaa8f6b82ded33e3cc00172704a3b2f3e 10136 certmonger_0.79.17-2.debian.tar.xz e29518163761b3dff66f8f218cfc430009bd9845cc63c0eec8053cc2149400e3 8444 certmonger_0.79.17-2_source.buildinfo Files: 9c8928322abed9d5d3498f3e583a602c 2261 utils optional certmonger_0.79.17-2.dsc fb240ac6bf60d72447d13c69c13bc633 10136 utils optional certmonger_0.79.17-2.debian.tar.xz 7b45f10fedf3676b4dd48818de46bd21 8444 utils optional certmonger_0.79.17-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmQVr7YACgkQy3AxZaiJ hNz24Q//ZndraezUKYa8EEjDF+Ec/voHUYuZ3LLOOF0pwViPFvEjZgyQitlP3fvB 4pyR7xTZ39nlc2bhbNA5XBuhVoeDth/mcTF5QfjwTprOFOWilPMezM8OcXrwL4o+ 4LIqV/5cgr+DZPF27c3PZlEWWAmuYIcNs+xucYEr5oN+AGRXETsrCwn5HPP1cz5Y NtaLkoNyiC4zfp4FyK5BxdNrQFsiynKOrHyW9XouexqtC4IY9NlZ6QzYe/Y3fnoG vt4SMLne8ftFolsgsiNnTht/TBEPrgBSqt9p/QTSklIGkQ4LnxHPpX+2RUSKz74c udcmi0LaXBF82MMu9w6f6fXh5XoK3YZdF8jqddS6YJxY5IMhQsHICjj/VAmZt6AD WeNry53Ue5Nz1pqJP5957MLLiQ03p7NMv2NHRl6TbvTgTIuaqxhgKnic4HoL66x5 8FCA+uEiWkwgAdl1+Y761ZZ9eGbmANkxKxnU7suwenH2hmlMUhd4kYM/DfbwhMHe kk6/h5GyG3U1Z73GRPe/+GJRT9eOxeeZCWqK9O1P01KOSDPpADpIR0uI4nvVzEbN 4l6o093L98tG8jFgqriNyxYjYFA7XrsA9GHfQKnp+OvAb8uVngoMbu4Ad38AELH8 OM/M4Jbt33CyFxzJii4POL5b+01r5cQ0Bk148xsyatH0yv7VJfY= =wzm8 -----END PGP SIGNATURE-----
--- End Message ---

