On Mon, 23 Nov 2009, Andreas Marschke wrote:
> Package: dpkg-dev
> Version: 1.15.5.2
> Severity: important
> 
> currently trying to package bangarang for my ppa on launchpad.
> dpkg-buildpackage runs parsechangelog and it crashes with this line :
> Undefined subroutine &Dpkg::Changelog::Entry::Debian::_g called at 
> /usr/share/perl5/Dpkg/Changelog/Entry/Debian.pm line 117, <STDIN> line 1.

Thanks for the report, fixed in the git tree.

It was about to report an error about some invalid value in the options in
the header (urgency=low is an option). Not sure why in your case...

Can you attach the changelog rather than pasting it in the mail?

You can apply the patch yourself, it's just a line to add in
/usr/share/perl5/Dpkg/Changelog/Entry/Debian.pm:
--- a/scripts/Dpkg/Changelog/Entry/Debian.pm
+++ b/scripts/Dpkg/Changelog/Entry/Debian.pm
@@ -25,6 +25,7 @@ our @EXPORT_OK = qw($regex_header $regex_trailer find_closes);
 
 use Date::Parse;
 
+use Dpkg::Gettext;
 use Dpkg::Control::Changelog;
 use Dpkg::Version;
 
Cheers,
-- 
Raphaƫl Hertzog




--
To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to