Your message dated Sun, 01 Dec 2019 02:41:56 +0000 with message-id <[email protected]> and subject line Bug#826952: fixed in kernel-wedge 2.102 has caused the Debian Bug report #826952, regarding kernel-wedge: preprocess should honor KW_CHECK_NONFATAL for wildcard inclusions 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.) -- 826952: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826952 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: kernel-wedge Version: 2.94 Severity: normal Tags: patch Module inclusion with wildcards should honor the KW_CHECK_NONFATAL env variable and not error out if it's set and a wildcard directory is not found. This is in line with how missing non-optional modules are treated when KW_CHECK_NONFATAL is set. diff --git a/commands/preprocess b/commands/preprocess index 045903b..1a54632 100755 --- a/commands/preprocess +++ b/commands/preprocess @@ -35,7 +35,7 @@ sub expandwildcards { if (! -d "$moddir/$subdir") { if (-d "$moddir/kernel/$subdir") { $subdir = "kernel/$subdir"; - } elsif ($checkdir) { + } elsif ($checkdir && !length($ENV{KW_CHECK_NONFATAL})) { die "pattern $pattern refers to nonexistent subdirectory"; } else { return ();
--- End Message ---
--- Begin Message ---Source: kernel-wedge Source-Version: 2.102 We believe that the bug you reported is fixed in the latest version of kernel-wedge, 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. Ben Hutchings <[email protected]> (supplier of updated kernel-wedge 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, 30 Nov 2019 23:40:56 +0000 Source: kernel-wedge Architecture: source Version: 2.102 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team <[email protected]> Changed-By: Ben Hutchings <[email protected]> Closes: 826952 Changes: kernel-wedge (2.102) unstable; urgency=medium . * debian/tests: Correct expected exit code for preprocess missingdir case * preprocess: Return 2 for usage errors, 1 for all other errors * preprocess: Make wildcard directory check honour $KW_CHECK_NONFATAL (Closes: #826952) * install-files: Allow "-unsigned" suffix on Linux package directory names Checksums-Sha1: df7baedb5928b08925227f81dede3bfee3dc9faf 1714 kernel-wedge_2.102.dsc 0a154722f593b7808aeccfeabca252261f8daf12 38300 kernel-wedge_2.102.tar.xz d1545fc52a7a18ff734c46dcb0e93efd2c0f6700 6266 kernel-wedge_2.102_source.buildinfo Checksums-Sha256: 8baa60971608e84fa45b898076f1a0442ca2383641f40600b4bf06299ac62ad4 1714 kernel-wedge_2.102.dsc 9debbdb8bc43e03b675352c66b151d328b85ebbc042309c526815c13a3d4090e 38300 kernel-wedge_2.102.tar.xz f51d4dcb660312fa26d653f03eb207bec65b6a58c1d9548724d5c525f2f08cd7 6266 kernel-wedge_2.102_source.buildinfo Files: 8d755d5c2553aaf25cea7e1a7d90903a 1714 utils optional kernel-wedge_2.102.dsc ca2e49c5c2b1ac381e677be1ef27ac2e 38300 utils optional kernel-wedge_2.102.tar.xz 50557202cd01fe0ffa67094f94625da3 6266 utils optional kernel-wedge_2.102_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAl3jHR8ACgkQ57/I7JWG EQmAPxAAmb0pp4KMesmDkqIyGR4L8WwzK2lloiMsIeW/RRS07rw1PcqfxgkooaIx 42ICs/t6CD34ksX8wdfpDodqP0H+kxETXHs8ZSEqRy5goJ26/fDkOc7ojYx4eiSr TQbz4oNsHXfUETQtjGMTOcrYpDFAGjS3h3l18vPEbVMTp2aQt5l99wlOa/0gr3OJ QmFgJc3sPUDIOt8fbyzTtQWGtrSA+Rt7u6i7V3kEcr+BgX38+vesDP2ibrsFqGmr nYB+OBLIpDcCjUbqDWSDF8ai6uvDQITgeRRaGXn/yf+sEUZfRer5qLip5PTzMvrX gPizu29OafvOD7uaFUyY5XdRm0fj1BxrobI7pqSi8ojozHxeNaCKQO/PorbHpl3m yZufkcD7NKztYVfw3FyAOhlyCeRpz+oKpMcFsbKnVWanuVsJQxdAObHGXDrYL1DQ VcU5lOU5t45n/hQa2nbkoZbudsUMH8J/hFAlAMLmOzTMJz9zhONkr5HFAAiEwt3Y eIvq+mmJ7cMfG+dLxnaWyZVMyH4AWd6DEl2nT3KjB3RnZvS/Hg5YDk+DIoai05Eb Alh1UZkzsk/ArEpmrWolBzeXAZ8fZur6jtW2ITNcbwrWz/fXuD9SdmoG95dThSKP QH+ptfQmNxNEQRJLw0dFFRftDE1oJPWBmVW22tyRPVU46ibRivY= =ScUg -----END PGP SIGNATURE-----
--- End Message ---

