Your message dated Tue, 18 Nov 2008 22:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#493652: fixed in dh-make-perl 0.49 has caused the Debian Bug report #493652, regarding dh-make-perl: Fails to detect name 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.) -- 493652: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493652 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: dh-make-perl Version: 0.48 Severity: normal Tags: patch For (at least) the CPAN package Catalyst::Plugin::Session::State::Cookie, dh-make-perl fails to detect any name at all, and hence uses the empty string, printing plenty of uninitialised value warnings in the process. This results in packages named, for example, lib-perl_0.09-1_all.deb. ie. (while the package in question is still at version 0.09): dh-make-perl --build --cpan Catalyst::Plugin::Session::State::Cookie During the build process this package's Makefile.PL contains the line: name 'Catalyst-Plugin-Session-State-Cookie'; dh-make-perl can be adjusted to pick this up by removing it's requirements for brackets: --- dh-make-perl.orig 2008-08-04 00:37:54.000000000 +0100 +++ dh-make-perl 2008-08-04 00:38:36.000000000 +0100 @@ -548,11 +548,11 @@ $name = $4; } elsif ($file =~ /name \s* - \( + \(? ([\'\"]?) (\S+) \1 - \);/xs) { + \)?;/xs) { # Module::Install syntax $name = $2; } -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (700, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-xen-amd64 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages dh-make-perl depends on: ii debhelper 5.0.42 helper programs for debian/rules ii dpkg-dev 1.13.25 package building tools for Debian ii fakeroot 1.5.10 Gives a fake root environment ii libemail-date-format-perl 1.002-1 Module to generate RFC-2822-valid ii libmodule-depends-perl 0.10-1 identify the dependencies of a dis ii libwww-mechanize-perl 1.18-1 Automate interaction with websites ii libyaml-perl 0.62-1 YAML Ain't Markup Language (tm) ii make 3.81-2 The GNU version of the "make" util ii perl 5.8.8-7etch3 Larry Wall's Practical Extraction ii perl-modules [libpod-parser 5.8.8-7etch3 Core Perl modules Versions of packages dh-make-perl recommends: pn apt-file <none> (no description available) ii libmodule-build-perl 0.26-1 Subclassable and make-independant -- no debconf information
--- End Message ---
--- Begin Message ---Source: dh-make-perl Source-Version: 0.49 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.49.dsc to pool/main/d/dh-make-perl/dh-make-perl_0.49.dsc dh-make-perl_0.49.tar.gz to pool/main/d/dh-make-perl/dh-make-perl_0.49.tar.gz dh-make-perl_0.49_all.deb to pool/main/d/dh-make-perl/dh-make-perl_0.49_all.deb 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: SHA1 Format: 1.8 Date: Wed, 19 Nov 2008 00:37:10 +0200 Source: dh-make-perl Binary: dh-make-perl Architecture: source all Version: 0.49 Distribution: unstable Urgency: low Maintainer: Debian Perl Group <[EMAIL PROTECTED]> Changed-By: Damyan Ivanov <[EMAIL PROTECTED]> Description: dh-make-perl - Create Debian packages from perl modules Closes: 487850 493652 499730 500685 Changes: dh-make-perl (0.49) unstable; urgency=low . [ Damyan Ivanov ] * Default debhelper level on generated packages is 7 * Make parentheses around module name optional in the Module::Install-using Makefile.PL. Closes: #493652 -- Fails to detect name Thanks to Christ West (Faux) for the report and the patch * Make --depends and similar options to add packages to dependencies instead of replacing the detected dependecy lists. Closes: #487850 -- allow adding, not overwriting dependencies with --depends and friends * Do not bail out when unable to determine dependencies * Avoid usage of uninitialized variable when no META file was found . [ Gunnar Wolf ] * Now creates machine-parsable debian/copyright files (cf. http://wiki.debian.org/Proposals/CopyrightFormat) . [ gregor herrmann ] * "--refresh" also re-creates debian/copyright and makes backups of both debian/rules and debian/copyright. * Look for 'example' as well as for 'examples'. * Complete creation of debian/copyright skeleton even if no license is found. * Fix typo in minimum Perl version number, thanks to Niko Tyni for spotting. Closes: #499730 * Check for an existing ./debian directory earlier, there's no use in collecting all the information if we `die' anyway; thanks to Mark Lawrence for the bug report (closes: #500685). Checksums-Sha1: 7ad4ce491dda37adc4dfd18b9dc37079a2eea737 1170 dh-make-perl_0.49.dsc c34cc40f1977137dc32dc8d3fe11cf2e3345ebc6 39943 dh-make-perl_0.49.tar.gz 98403ca23835ab2c930f8d88e0256cae009756b2 39490 dh-make-perl_0.49_all.deb Checksums-Sha256: 6c20c187ac2155503b6275cc0c7ea095299f5a868bfe24ed0d5b5cc6026d6845 1170 dh-make-perl_0.49.dsc 055b50ad5d440540abd24c6b9c342db51c59a422637ab067bd5b21453970d0c8 39943 dh-make-perl_0.49.tar.gz 433a455a6c346cac12f9db2b540514acea4d29d5993d5d4b19f81f0f7d1b295a 39490 dh-make-perl_0.49_all.deb Files: 1e3e7fe859133fbebc28a6736f8f6572 1170 devel optional dh-make-perl_0.49.dsc 7026b303d76af631b8f4bd246dfe57d8 39943 devel optional dh-make-perl_0.49.tar.gz 0118480af997130f15f23eed948e16fa 39490 devel optional dh-make-perl_0.49_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkjRVMACgkQHqjlqpcl9jv0DgCgthLzERAr3JYhN8o7027J0/ln B3QAn0Nda5Iu2+mLxL0OT/zwWqolYgSb =Akag -----END PGP SIGNATURE-----
--- End Message ---

