Bug#772497: [PATCH] pkg-perl-tools: correct debian name

Salvatore Bonaccorso carnil at debian.org
Sun Dec 7 21:25:51 UTC 2014


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



More information about the pkg-perl-maintainers mailing list