Your message dated Sat, 08 Dec 2018 23:07:56 +0000 with message-id <[email protected]> and subject line Bug#915883: fixed in usrmerge 20 has caused the Debian Bug report #915883, regarding usrmerge: missing dependency on perl 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.) -- 915883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915883 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: usrmerge Version: 19 The convert-usrmerge program uses modules outside perl-base (at least autodie), but this package doesn't declare a corresponding dependency on perl. The build system should invoke dh_perl to fill in the ${perl:Depends} substvar (already referenced in the source control file.) Patch attached. -- Niko Tyni [email protected]>From 40f4ff9be209ec4e201788a0e1762ab34c8a159c Mon Sep 17 00:00:00 2001 From: Niko Tyni <[email protected]> Date: Fri, 7 Dec 2018 17:14:09 +0200 Subject: [PATCH] Use dh_perl to generate a dependency on perl --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 92bc985..01d010e 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ install: build dh_installdirs usr/lib/ install -m 0755 convert-usrmerge convert-etc-shells $D/usr/lib/ + dh_perl binary-indep: install dh_testdir -- 2.19.1
--- End Message ---
--- Begin Message ---Source: usrmerge Source-Version: 20 We believe that the bug you reported is fixed in the latest version of usrmerge, 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. Marco d'Itri <[email protected]> (supplier of updated usrmerge 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, 08 Dec 2018 23:37:38 +0100 Source: usrmerge Binary: usrmerge Architecture: source all Version: 20 Distribution: unstable Urgency: medium Maintainer: Marco d'Itri <[email protected]> Changed-By: Marco d'Itri <[email protected]> Description: usrmerge - Convert the system to the merged /usr directories scheme Closes: 914409 915883 Changes: usrmerge (20) unstable; urgency=medium . * Use dh_perl to add a missing dependency on perl. (Closes: #915883) * Documented that packages can be removed while a conversion is in progress. (Closes: #914409) * Added a conflict with molly-guard, again (see #914716). * Added a conflict with ebtables (see #913883). Checksums-Sha1: 947fda92012e79a97f4e00c5445a6464342ce13d 1315 usrmerge_20.dsc 965f532ef760e57f6cc049848d4e5fb70d318040 14564 usrmerge_20.tar.xz 595a4133a93a9090b846dffa17f79dfccff532e8 12756 usrmerge_20_all.deb bdec6555363de6652de6a4c96f5ca0a850756c46 5226 usrmerge_20_amd64.buildinfo Checksums-Sha256: 2e5211a65765e72c5b755f8336af81cf158831186e6dce8375d845fbcf8a62b8 1315 usrmerge_20.dsc 118b675c18d7807a51824dc8016d24e7cf6684b9d076f5d9e092aa411da024b0 14564 usrmerge_20.tar.xz 823de168bbbbefd5c5b76ba911fe2cc210c7d9777b9eae3f89229d4d74247c6a 12756 usrmerge_20_all.deb 8aa5061e4bd77c3f75ad62f29d677885c477b297496bae0cb29458e746de8c78 5226 usrmerge_20_amd64.buildinfo Files: 9d616047dd432826cb697251691ee424 1315 admin optional usrmerge_20.dsc 116660637c1255411c6d29821bf4ea06 14564 admin optional usrmerge_20.tar.xz 7574221b874f519677e0848adc7b272f 12756 admin optional usrmerge_20_all.deb 7522f10293a7719bad4bf5b425dd7e9d 5226 admin optional usrmerge_20_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEGBsIcS5ipP0URKfyK/WlwSLE96QFAlwMSJ4ACgkQK/WlwSLE 96STAgwAoWOkf2h7CXwyJ0vsXbq+vnjEP3B8jGYAZOFF4Z5QWv0w3PgAXuhKZ55G 84nlevXKQl/+zIRO2nRVslZglQD6G7iYyjIiFbcvHv/+0E6sdoZQAybUL3LEOLTc KUvJSW1oS+lqaLtezyJXSP6UoRiOuRdutcVEDjWDGfyYaFxaUUU+ruO2ymWv772E EF+YrkXM1soLau+lmejqgorJR84R7ZUynihE/L42EDeJdRy8A7P4PKwLifrW8Y+s izknjO8oljlAYqD2sgPWldpwPxutzgjRi30A35P1fn8Yqojffv3Ca92GjQ5dnVJT FK74gvf2kw/sRFiHsX+GjN3QATfuOXItjqoQ2omLvC3WeJ6kpxIshru/xN8kUInm gD8a2z6CcbCHmQrz6htlOtjxlcX0oA7A68Ck6jPRvj6BCtnWrV0wGfAAEFWeTCVV 4K9bLeLBZAll8Rg0x6vxd/cHlGfwdUTxPzLRjDUU721kvW9cmbm9St18JYqx9lsl vRUcF44n =p9lK -----END PGP SIGNATURE-----
--- End Message ---

