Your message dated Fri, 05 Jun 2009 13:02:03 +0000
with message-id <[email protected]>
and subject line Bug#526660: fixed in dh-make-perl 0.56
has caused the Debian Bug report #526660,
regarding dh-make-perl shall depend on libparse-debianchangelog-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.)
--
526660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526660
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make-perl
Version: 0.55
Severity: important
Hello,
When I try to run dh-make-perl in clean chroot (from pbuilder login)
I received following error messsage:
r...@szczaw:~# dh-make-perl --build --cpan Image::Kimdaba
Can't locate Parse/DebianChangelog.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl /home/arturcz) at /usr/share/perl5/DhMakePerl.pm line
44.
BEGIN failed--compilation aborted at /usr/share/perl5/DhMakePerl.pm line 44.
Compilation failed in require at /usr/bin/dh-make-perl line 9.
BEGIN failed--compilation aborted at /usr/bin/dh-make-perl line 9.
r...@szczaw:~#
Problem is solved by installing libparse-debianchangelog-perl.
Regards
Artur
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dh-make-perl depends on:
ii debhelper 7.2.14 helper programs for debian/rules
ii dpkg-dev 1.15.2 Debian package development tools
ii fakeroot 1.12.2 Gives a fake root environment
ii libapt-pkg-perl 0.1.23 Perl interface to libapt-pkg
ii libclass-accessor-perl 0.33-1 Automated accessor generator
ii libemail-date-format-perl 1.002-1 Module to generate RFC-2822-valid
ii libmodule-depends-perl 0.14-3 identify the dependencies of a dis
ii libtie-ixhash-perl 1.21-2 ordered associative arrays for Per
ii libwww-mechanize-perl 1.54-2 module to automate interaction wit
ii libyaml-perl 0.68-1 YAML Ain't Markup Language (tm)
ii make 3.81-5 The GNU version of the "make" util
ii perl 5.10.0-22 Larry Wall's Practical Extraction
ii perl-modules [libmodule-corel 5.10.0-22 Core Perl modules
Versions of packages dh-make-perl recommends:
pn apt-file <none> (no description available)
ii perl-modules [libmodule-build 5.10.0-22 Core Perl modules
dh-make-perl suggests no packages.
-- no debconf information
--
There are only 10 types of people in the world:
Those who understand binary and those who don't.
/unknown/
--- End Message ---
--- Begin Message ---
Source: dh-make-perl
Source-Version: 0.56
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.56.dsc
to pool/main/d/dh-make-perl/dh-make-perl_0.56.dsc
dh-make-perl_0.56.tar.gz
to pool/main/d/dh-make-perl/dh-make-perl_0.56.tar.gz
dh-make-perl_0.56_all.deb
to pool/main/d/dh-make-perl/dh-make-perl_0.56_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: Fri, 05 Jun 2009 15:49:05 +0300
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.56
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: 526660 530639 530675
Changes:
dh-make-perl (0.56) unstable; urgency=low
.
[ gregor herrmann ]
* Add the whole Debian::Dependency object to the deps hash in
Debian::Dependencies' prune function instead of just the version; fixes
"Can't call method "ver" without a package or object reference at
/usr/share/perl5/Debian/Dependencies.pm line 125." error that occurs when
a package is listed more than once in %deps.
.
[ Ryan Niebur ]
* remove useless comments from watch file
* don't include .svn-base files in the docs. this fixes running the
tests in a subversion checkout and fixes a really annoying bug where
.svn-base files get added when you --refresh under an svn checkout.
* depends on libparse-debianchangelog-perl (Closes: #526660)
.
[ Damyan Ivanov ]
* add 'make' to the list of commands
* remove code supporting CPAN < 1.9205, which is what ships with
perl-modules 5.10 (on which we already depend)
* move CPAN configuration into a method
* move finding CPAN module object for given module name into a method
* when a dependency module package is not found, guess the package name
after the CPAN distribution that contains the module
.
* Dependency classes improvements:
+ there is no '==' dependency relation; it is '='
+ when checking for duplicate or overlapping dependencies, all kinds of
version relations are supported
+ Dependencies: add overloading of 'eq' and '<=>' operators
+ null versions ("0", "0.000" and similar) are now ignored
+ add support for alternative dependencies (foo | bar)
* --refresh additions
+ add/drop quilt from debian/rules and debian/control depending on
presense of debian/patches/series; also try to keep README.source up to
date with regard to quilt usage
+ if apt-file data is available, update package dependencies from META
+ Dependencies are sorted
* move conversion from numerical perl version to deb version into a
sub and add tests about it
* substitute core module dependencies with dependencies on perl-
modules
* AptContents::find_perl_module_package returns Debian::Dependency
object
* fix a typo in NEWS.debian
* FromCPAN: fix detection of arch-indep packages
* Config: restore verbose to 1 by default
* add --[no-]backups option to --refresh, on by default
* DhMakePerl: convert "my $maindir" to "$self->main_dir" and stop passing it
to object methods
* Config: fix config file parsing when same options are given on the
command line
* add explicit build-dependency on libtest-simple-perl (>= 0.82) as we use
new_ok() in tests and it is not available before that (and in current
perl-modules)
.
[ gregor herrmann ]
* Create backup of debian/control in --refresh mode.
* Append "-perl" to the module name when creating the package name
unconditionally (closes: #530675).
.
[ Nathan Handler ]
* dh-make-perl:
- Mention that --refresh creates backup copies the files
* lib/DhMakePerl.pm:
- Make watch files ignore development releases (closes: #530639)
* debian/control:
- Add myself to the uploaders list
Checksums-Sha1:
f4da05c44d4f0f2a21400505781cae5efa76c49e 1717 dh-make-perl_0.56.dsc
d67db9ac1c94528b581da1db418265232ff3c8f6 97492 dh-make-perl_0.56.tar.gz
478e1e19775aa090554f1b5eb77800da73537574 101584 dh-make-perl_0.56_all.deb
Checksums-Sha256:
33fac4487728257652abc976cd13e76a5106004bb17b5cb2a5b6038ec77af034 1717
dh-make-perl_0.56.dsc
2214c130496c86b02182d3fabb2b5f3515e4a2fab4200662ed32a1a8e3f0d081 97492
dh-make-perl_0.56.tar.gz
27ba5e16ecf64cd150c3a0151a2bc83540c74d53ec902140753c25b737db61ce 101584
dh-make-perl_0.56_all.deb
Files:
f05d9dcefac49df991130837b75af53e 1717 perl optional dh-make-perl_0.56.dsc
6609559894c1201ede1d6497432ad50a 97492 perl optional dh-make-perl_0.56.tar.gz
03887c927ea29b9d6fc7cfc2a8329f33 101584 perl optional dh-make-perl_0.56_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkopFhAACgkQHqjlqpcl9jvR/gCgsvBrQ69flj3ebnYA9Y4uTA05
hPUAnj8qPirwmhww2zUZ4DflQsRmHbBw
=eXMj
-----END PGP SIGNATURE-----
--- End Message ---