Your message dated Tue, 28 Dec 2010 20:33:04 +0000
with message-id <[email protected]>
and subject line Bug#601787: fixed in dh-make-perl 0.71-1
has caused the Debian Bug report #601787,
regarding dh-make-perl: Does not scan 'configure_requires' META.yml field
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.)
--
601787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601787
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make-perl
Version: 0.70-1
Severity: normal
$ cat META.yml
....
build_requires:
B::Hooks::OP::Check: 0.11
B::Utils: 0
ExtUtils::MakeMaker: 6.42
configure_requires:
B::Hooks::OP::Check: 0.11
B::Utils: 0
ExtUtils::Depends: 0
ExtUtils::MakeMaker: 6.42
....
$ cat debian/control
Source: libb-hooks-op-check-entersubforcv-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libb-hooks-op-check-perl (>= 0.11),
libb-utils-perl, perl (>= 5.10.0), perl (>= 5.10.1) | libparent-perl
It has failed to notice the configure_requires dependency on
ExtUtils::Depends (libextutils-depends-perl).
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dh-make-perl depends on:
ii debhelper 8.0.0 helper programs for debian/rules
ii dpkg-dev 1.15.8.4 Debian package development tools
ii fakeroot 1.14.4-1 Gives a fake root environment
ii libapt-pkg-perl 0.1.24+b1 Perl interface to libapt-pkg
ii libarray-unique-perl 0.08-1 Tie-able array that allows only un
ii libclass-accessor-perl 0.34-1 Perl module that automatically gen
ii libdpkg-perl 1.15.8.4 Dpkg perl modules
ii libemail-date-format-perl 1.002-1 Module to generate RFC-2822-valid
ii liblist-moreutils-perl 0.25~02-1 Perl module with additional list f
ii libmodule-corelist-perl 2.36-1 module to determine modules shippe
ii libmodule-depends-perl 0.14-3 identify the dependencies of a dis
ii libparse-debcontrol-perl 2.005-2 Easy OO parsing of Debian control-
ii libparse-debianchangelog-perl 1.1.1-2.1 parse Debian changelogs and output
ii libtie-ixhash-perl 1.21-2 ordered associative arrays for Per
ii libwww-mechanize-perl 1.64-1 module to automate interaction wit
ii libyaml-perl 0.71-1 YAML Ain't Markup Language
ii make 3.81-8 An utility for Directing compilati
ii perl 5.10.1-14 Larry Wall's Practical Extraction
ii perl-modules [libmodule-corel 5.10.1-14 Core Perl modules
Versions of packages dh-make-perl recommends:
ii apt-file 2.4.0 search for files within Debian pac
dh-make-perl suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dh-make-perl
Source-Version: 0.71-1
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:
dh-make-perl_0.71-1.diff.gz
to main/d/dh-make-perl/dh-make-perl_0.71-1.diff.gz
dh-make-perl_0.71-1.dsc
to main/d/dh-make-perl/dh-make-perl_0.71-1.dsc
dh-make-perl_0.71-1_all.deb
to main/d/dh-make-perl/dh-make-perl_0.71-1_all.deb
dh-make-perl_0.71.orig.tar.gz
to main/d/dh-make-perl/dh-make-perl_0.71.orig.tar.gz
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.
Damyan Ivanov <[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: SHA256
Format: 1.8
Date: Tue, 28 Dec 2010 22:15:13 +0200
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.71-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Damyan Ivanov <[email protected]>
Description:
dh-make-perl - helper for creating Debian packages from perl modules
Closes: 557961 589816 596025 601787 602059 607998
Changes:
dh-make-perl (0.71-1) unstable; urgency=low
.
[ Ansgar Burchardt ]
* DhMakePerl::Command::Packaging: Refer to "Debian systems" instead of
"Debian GNU/Linux systems" in generated debian/copyright.
.
[ Salvatore Bonaccorso ]
* Improve regular expression to not match fields in Makefile.PL as
MIN_PERL_VERSION to determine the version of the package. Thanks to
Andrew Ruthven for reporting. (Closes: #596025)
* Update my email address.
.
[ gregor herrmann ]
* Debian::Control::FromCPAN: also check test_requires and build_requires for
finding build dependencies; bump (build) dependency on
libmodule-depends-perl; closes: #601787.
.
[ Peter Pentchev ]
* My::Builder: fix a typo (raname -> rename).
* t/AptContents.t: fix a typo (fund -> found).
.
[ Damyan Ivanov ]
* when looking for XS code, skip win32/ directories
* Skip non-existing APT source files. (Closes: #557961 for real)
* Detect usage of 'Artistic License 2.0' and include the license text in
debian/copyright; (build-)depend on libsoftware-license-perl.
(Closes: #589816)
* Clarify documentation about --cpan argument being module name
(Closes: 602059)
* Support distribution names as arguments to --cpan (Closes: #607998)
* Fix tests to stringify when comparing overloaded objects with strings
* Control::Stanza: split dependency lists one package per line in order to
make changes more VCS-friendly
* bump debhelper compatibility level to 8 and drop --buildsystem from dh
calls
Checksums-Sha1:
fb51c766da1df1611938b6955ac069ead8f76f8e 2859 dh-make-perl_0.71-1.dsc
6757877095bbe3e19e919076500ec39658c76f81 129356 dh-make-perl_0.71.orig.tar.gz
662e75f2f8fbf044a8af8ffcbf9124ce444fb3bb 21143 dh-make-perl_0.71-1.diff.gz
b7aa19ac463a6b40b634625ff11b1c32514cf759 162328 dh-make-perl_0.71-1_all.deb
Checksums-Sha256:
194db587ff89e7a482e72a3cefd0ca0a96ac85b1a65cc52249bed4f6114425be 2859
dh-make-perl_0.71-1.dsc
78a0d940a39792dacbd4ec4e69343039b4f869ddeef33cd6cce8538eb8567728 129356
dh-make-perl_0.71.orig.tar.gz
3c456481f1b1c74f4e377bbc66fee16a284ada4f61a1efb8c26a6dc71380d336 21143
dh-make-perl_0.71-1.diff.gz
5bda948df252d82203404cb7c70b759a81507bdd18eac96017dad90cfe838b42 162328
dh-make-perl_0.71-1_all.deb
Files:
0c7e08de58bf2990173996a5ff50bcb5 2859 perl optional dh-make-perl_0.71-1.dsc
7730d1e9af5f5e8468c732029f787ae2 129356 perl optional
dh-make-perl_0.71.orig.tar.gz
93d9029d38b0a2bbe8488dde745afb2a 21143 perl optional
dh-make-perl_0.71-1.diff.gz
a2c9b331f1198d1bd48f61f79063c0c0 162328 perl optional
dh-make-perl_0.71-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJNGkdHAAoJEOQbTFV/DYC+UEYP/jg47dvSHiYpxL7uhCeaxur3
pvBoB4NP+sai+eUl3h4DBflmy42TGm9iIQiMCM4GF+E1I642WTwfs4oNpE3LgflR
OlyhOahdAzvLNZQiKQUg1X0r6ITlF2aHpRJfjPSzHq0FD1J02v5XUrtR3z+mFORc
RdxCmejs4bog4MNiUpZNjFwQ/h23yApMEc3saDKXtP7wrTathQU7hL/i/5LNusni
fHG2bLbB+a5IFZ3XwDSOQmOkoTu0CyTFyL8Adh11qnWiZHMMlo5gnEMOJRCVqrxt
lRqGd/Uxt1VPE1CUYpv0rYoNNz3lbYmx8Z5lQMv9oaDyPenvDX2iKpDAulHvpPfx
3yJw907fzSmNVMOdQJ2JKWNCM1UQh4QrIlspdOblxEPvPgVI0zbtMef6+Djm4fOd
WohZT1H9dSIHXos2bdb0l/4RhNzKDIiZhqF6VzKryFu3HHaw8KgTt9Pro4osPNM5
7eXtnKWPd29Ubwy9nTlX/pKIQ8kRF0dPTVtSJ0HEutbd0G5eCzxFmqd7NbX4mTNd
5WAXD6M7xDTiDIhWvoiIHLoAPNPHqoq8r2MclF9as9D878x2mjF7/5xfZ/CJ3m8l
+yc5Xjl1jVVzgrTnd/hYFX1vePD4fFa83JfyyctfItvOVH79EdxzktiHPmaI0TVy
G9ye/L6caIFvKCCFGz1x
=fREb
-----END PGP SIGNATURE-----
--- End Message ---