The following commit has been merged in the master branch:
commit 4bec7b6169840a340af6a2720e977fc2b2aed353
Author: Raphael Geissert <atom...@gmail.com>
Date:   Sun Feb 20 19:01:43 2011 -0600

    Fix line number for release header

diff --git a/t/scripts/changelog-format.t b/t/scripts/changelog-format.t
index 86f1fb8..f9beea9 100755
--- a/t/scripts/changelog-format.t
+++ b/t/scripts/changelog-format.t
@@ -56,7 +56,7 @@ foreach (split /\n/,$changes) {
            pass('line is a bullet list item');
            ok(m/:$/, 'bullet item ends in colon')
                or diag("line: $line");
-       } elsif ($line == 4) {
+       } elsif ($line == 3) {
            ok(m/^[A-Z]/, 'line is the release header')
                or diag("line: $line");
        } else {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1prxzm-0004nb...@alioth.debian.org

Reply via email to