From: Joerg Jaspert Date: Thu, 26 May 2011 17:17:03 +0000 (+0200) Subject: allow empty lines but nothing else X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=3a9a02b2ed7a6e831e6733d8c386c1f09047ad8e;hp=1200a3b671fd1c231a412175054eb47285b5e564;p=dak.git allow empty lines but nothing else Signed-off-by: Joerg Jaspert --- diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 048276ca..b0898674 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -720,7 +720,7 @@ outer_loop: while () { next; } if ( $pgplines < 1 or $pgplines >= 3 ) { - $extralines++; + $extralines++ if length; next; } if (/^Maintainer:\s*/i) {