[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.10-23-g85b8dce



The following commit has been merged in the master branch:
commit 437b25cae2b24acd8800c5f91f833996cd8fd5f0
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 11 20:07:54 2012 +0200

    c/deb-format: Add missing import of fail()
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/deb-format b/checks/deb-format
index 97ce811..cab533b 100644
--- a/checks/deb-format
+++ b/checks/deb-format
@@ -21,6 +21,7 @@ use warnings;
 
 use Lintian::Command qw(spawn);
 use Lintian::Tags qw(tag);
+use Lintian::Util qw(fail);
 
 # The files that contain error messages from tar, which we'll check and issue
 # tags for if they contain something unexpected, and their corresponding tags.

-- 
Debian package checker


Reply to: