Bug#772497: [PATCH] pkg-perl-tools: correct debian name
Raphael Geissert
geissert at debian.org
Sun Dec 7 20:13:55 UTC 2014
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
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
More information about the pkg-perl-maintainers
mailing list