Package: dpkg Version: 1.14.16.6 Severity: normal Tags: patch Undefined subroutine &Dpkg::Version::_g called at /usr/share/perl5/Dpkg/Version.pm line 204.
This is only ever triggered when the version doesn't match the regex, but still. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Versions of packages dpkg depends on: ii coreutils 6.10-3 The GNU core utilities ii libc6 2.7-9 GNU C Library: Shared libraries dpkg recommends no packages. -- no debconf information -- ----------------------------------------------------------------- | ,''`. Stephen Gran | | : :' : [EMAIL PROTECTED] | | `. `' Debian user, admin, and developer | | `- http://www.debian.org | -----------------------------------------------------------------
--- /usr/share/perl5/Dpkg/Version.pm 2008-01-26 19:40:42.000000000 +0000 +++ Version.pm 2008-03-17 03:26:45.000000000 +0000 @@ -22,6 +22,7 @@ use warnings; use Dpkg::ErrorHandling qw(error); +use Dpkg::Gettext; use Exporter; our @ISA = qw(Exporter);