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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to