Hi Raphael, On Sun, Dec 07, 2014 at 09:13:55PM +0100, Raphael Geissert wrote: > Source: pkg-perl-tools > Source-Version: 0.19 > Tags: patch > Severity: minor > > Cheers > > --- > Index: pkg-perl-tools-0.19/scripts/forward-patch > =================================================================== > --- pkg-perl-tools-0.19/scripts/forward-patch > +++ pkg-perl-tools-0.19/scripts/forward-patch > @@ -103,9 +103,9 @@ > $dist ||= $meta->name if $meta; > > if ( !$dist ) { > open my $dctrl, '<', 'debian/control' > + or die "Err: Can't open debian/control for reading: $!"; > - or die "Err: Can't open debain/control for reading: $!"; > > while ( my $line = <$dctrl> ) { > if ( $line =~ /^Homepage/ ) { > if ( $line >
Thanks! I have commited the fix into the git repository. Regards, Salvatore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org