Your message dated Mon, 04 Feb 2019 16:51:14 +0000 with message-id <[email protected]> and subject line Bug#911769: fixed in dh-make-perl 0.104 has caused the Debian Bug report #911769, regarding libdebian-source-perl: dependencies with :$arch qualifiers 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.) -- 911769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911769 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libdebian-source-perl Version: 0.103 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Recently, when running `dh-make-perl refresh --only control' [0] I was first greeted with warnings like Unable to obtain version information for DBI. You may need to install and run "apt update" at /home/gregoa/src/git-pkg-perl/meta/packages/dh-make-perl/lib/Debian/Control/FromCPAN.pm line 351. + DBI found in libdbi-perl:amd64 for each arch:any package, and later found e.g. "libdbi-perl:amd64" in the refreshed debian/control. Stepping through the code this comes from scan_perl_mod → scan_pattern → _cat_lists in lib/Debian/DpkgLists.pm, called from find_debs_for_modules in lib/Debian/Control/FromCPAN.pm. As having the arch qualifiers (especially for one random arch) hard-coded in d/control is not helpful, I'm pushing a patch shortly. Unfortunately this issue is not caught by the test suite; maybe someone can review the patch-to-be-pushed and/or come up with a test. Cheers, gregor [0] in the sqitch source package -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlvQjuNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgY2iA//TGrCvXrDCeOnMUN7T0i5z2icS8PHhFoCbY9aqQ4xv8qnhscPK1/jOQ0d udBX3YumX3zzLLYFB3BTvnG6K9LklXlwhXEuAn9UMA9AUvFW+G86vvALZe4daRux wCv1WaJIUed8UKkpLgSuNuGnumj4npuFPzUE3X4KbCx+ALLhMhgk4bibEwv5iIZd lrq5mJHIStdxyKnOJz+DecY83VIJpNDT5norItmcj6pNupqnGAY5NqqxiUmp19QM QfdvQgmXeDgrpmovI/BC9sv1jXiDcWcZy+r07e5TIrlg27TCqgi7V/cVlcvPZAoU 4JlxarbPaCieEh321YbGfEDvzHZgxI/teN/dYiCIvgf6/wjEY20x9xJ6HmJEQVm4 35U2Ms6zZDfXtseuy+6YrDyzqjvrIGXXY2Fcg0s+nvS5ciJu1i8y+PbZx1tt8K9Z T9VKWdIro0jW5bFNyu5XaZh2BWU1E5QygH5kd49U8eYg37Vx/LqUED5QkhfAMrhT 1ubKIWGTxO0GxSIzmwzvbMTJ1RlBlkQNvIB0pXkDreb1LBwYXPFhAlKECDFBVHjM syxGA5gmZDQnd4NCNFUNrt63ktg0dw2+cOouE/oqekr4v7lWI/BJ4U+/0KIDm079 ElUIwbBTZa4xZKdfBEdO5pHjCEi/k5c+8YZGIePhlpwSOrwfDIQ= =4g/F -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: dh-make-perl Source-Version: 0.104 We believe that the bug you reported is fixed in the latest version of dh-make-perl, 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. gregor herrmann <[email protected]> (supplier of updated dh-make-perl 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: Mon, 4 Feb 2019 17:22:29 CET Source: dh-make-perl Binary: dh-make-perl libdebian-source-perl Architecture: source Version: 0.104 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group <[email protected]> Changed-By: gregor herrmann <[email protected]> Description: dh-make-perl - helper for creating Debian packages from perl modules libdebian-source-perl - collection of Perl modules for handling Debian source packages Closes: 908164 911769 919964 Changes: dh-make-perl (0.104) unstable; urgency=medium . [ gregor herrmann ] * DhMakePerl::Command::Packaging: install CODE_OF_CONDUCT files in extract_docs(). * Replace sugesstion to run 'dselect update' with 'apt update' in Debian::Control::FromCPAN. Thanks to Axel Beckert for finding and reporting this gem. (Closes: #908164) . [ Damyan Ivanov ] * make: add --revision option for setting the debian revision of the package version (RT#127109) . [ gregor herrmann ] * DhMakePerl::Command::Packaging: use HTTPS URL for Apache-2.0 license. * Update Standards-Version to 4.3.0 for dh-make-perl itself, for created packages, and in the test suite. * Add lintian-override for false positive uses-dpkg-database-directly. * Bump debhelper compatibility level in created packages to 11. * Bump debhelper comaptibility level to 11. * DhMakePerl::Command::Packaging: update discover_utility_deps(). Adjust documentation to reality, add support for "--with perl_openssl", some code reformatting. * Debian::Control::*: add support for Build-{Depends,Conflicts}-Arch. Thanks to Aaron M. Ucko for the bug report. (Closes: #919964) * Debian::Control::*: add some more fields. Package-Type (binary) and some Vcs-* (source) were missing. * Debian::DpkgLists: strip arch qualifiers from package names. Also update the corresponding test. (Closes: #911769) * DhMakePerl::Command::Packaging: extract_docs(): ignore debian/NEWS. * DhMakePerl::Command::Packaging: update_file_list(): sort content before writing .docs/.examples files. This avoids reproducibility failures when the file system ordering changes. Thanks to reprotest. * Update copyright years. Checksums-Sha256: 70392f2257ab3b5cec32dedfec79297aa032c8702b20e0a5889901909f70c62c 2822 dh-make-perl_0.104.dsc ea57f2a803d69e98c749ce20666393a88b2afd3ba5f484dea4024f4cb4a787cb 113904 dh-make-perl_0.104.tar.xz b5f731ae39bd02fad01c86fc5a56d0d1596f977ba14872d479db385110f39723 9169 dh-make-perl_0.104_sourceonly.buildinfo Checksums-Sha1: 46ac01a3e03cc7aba6872d8388b48ee66855969f 2822 dh-make-perl_0.104.dsc c3fa3c32ed289f9ae145316e2086e7fef7ebba60 113904 dh-make-perl_0.104.tar.xz f894166b007257ce4338b9c78b95dd4298b9eeba 9169 dh-make-perl_0.104_sourceonly.buildinfo Files: 096d74c30075f698574e7c6b40dc846e 2822 perl optional dh-make-perl_0.104.dsc 2e1a409a456dd818b341ff069e768352 113904 perl optional dh-make-perl_0.104.tar.xz a5d4ff51564f66ffd399d6bfa9ca7022 9169 - - dh-make-perl_0.104_sourceonly.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlxYZsZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgZLWxAAtp7gU+JpESVnuSmkMuz3y4RV0ZKC/JGkQt+mz0cMJx/g0HgOJChDFQ2q W5Xv4dy9EFWKIEkbdfGlgZGeay0vOypxlesiGdRl8Ek7p0fcd9rCBFu4cwjygI3f d3n7EVZ3KvhRxF20sSyGk/pVUH9gjfqUxbT0wxtxuFvJxkogwtB/F4ifDU9jYbRy wGvxbnaXoz0apPfIAW+x5dzPeyzr5mC5nT99SkNeT+inmIvq7vf3q8dAALofXuHO ifKlT40DuKMFfc8UToQsm1xR1Zph8QTCkMJ56Fcz+cxMWrSiIRBkuV+y8J7NV5yb Anr6u/tguWuS0NCYHo3iz+DdlA/MD+fXTbKIMn/MPidwvucV0WHmM6zzXMPwZsYR nSw84SO4SwSfjFgucHrEPUfvO5UZqwJbR6RWzCws+qZ38bM60TMwFHFXOjpAK8CK CHBqJPRhVbVXmutXaRJwF6GYB0sugJ26tdCAqFR6OFYycg30Qv+bDcOzXG+wdew+ Lv5ocVzhxAF/HlhUMBRvvFuabJ1gQRuWSgyqpisL2Wy6nVuescCiesG5LIcp1MT/ BRDu/xqXvJFSCI186nYmgtig4lZ1AthRp35VZ+CvU2sYGtpI7lvsjlgqwz8HIVFg T37gnlnI+xQgLW7Bb8Uq+1cy5mpD2rPvL/BdiDTUgA/e4x5UHIQ= =e0Jr -----END PGP SIGNATURE-----
--- End Message ---

