Bug#677631: libdpkg-perl: Dpkg::Source::Package assumes $ENV{'HOME'} is defined

2012-06-15 Thread Niels Thykier
Package: libdpkg-perl Version: 1.16.3 Severity: minor Tags: patch Hi, As the subject says: $ env -uHOME dpkg-source -x lintian_2.5.7.dsc Use of uninitialized value $ENV{HOME} in concatenation (.) or string at /usr/share/perl5/Dpkg/Source/Package.pm line 351. dpkg-source: info: extracting

Bug#677631: libdpkg-perl: Dpkg::Source::Package assumes $ENV{'HOME'} is defined

2012-06-15 Thread Jonathan Nieder
tags 677631 + confirmed quit Niels Thykier wrote: $ env -uHOME dpkg-source -x lintian_2.5.7.dsc Use of uninitialized value $ENV{HOME} in concatenation (.) or string at /usr/share/perl5/Dpkg/Source/Package.pm line 351. [...] Please see attached patch as a possible solution. [...] ---

Bug#677631: libdpkg-perl: Dpkg::Source::Package assumes $ENV{'HOME'} is defined

2012-06-15 Thread Guillem Jover
Hi! On Fri, 2012-06-15 at 16:08:23 +0200, Niels Thykier wrote: Package: libdpkg-perl Version: 1.16.3 Severity: minor Tags: patch As the subject says: $ env -uHOME dpkg-source -x lintian_2.5.7.dsc Use of uninitialized value $ENV{HOME} in concatenation (.) or string at