]> git.decadent.org.uk Git - dak.git/commitdiff
Merge remote-tracking branch 'master/master' into signatures-2
authorAnsgar Burchardt <ansgar@43-1.org>
Fri, 3 Jun 2011 09:58:45 +0000 (11:58 +0200)
committerAnsgar Burchardt <ansgar@43-1.org>
Fri, 3 Jun 2011 09:58:45 +0000 (11:58 +0200)
tools/debianqueued-0.9/debianqueued

index b0898674aadd8cce63551dfd493bbced0c673f70..2a45d5d88628226df990801451328b7154452de5 100755 (executable)
@@ -720,7 +720,7 @@ outer_loop: while (<CHANGES>) {
       next;
     }
     if ( $pgplines < 1 or $pgplines >= 3 ) {
-      $extralines++ if length;
+      $extralines++ if length $_ > 1;
       next;
     }
     if (/^Maintainer:\s*/i) {