[SCM] Debian package checker branch, master, updated. 2.5.1-125-g0e4a4a7
The following commit has been merged in the master branch:
commit 0e4a4a70f1de761c30434cfadc39cb4a27e5b531
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 18 12:59:54 2011 +0200
    Fixed left over ' in the error message
diff --git a/frontend/lintian b/frontend/lintian
index 53911b7..6a0f448 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1497,7 +1497,7 @@ sub unpack_group {
 
 	# Ensure it has been unpacked
 	unless ($lpkg->create_entry()){
-	    warning("could not create the package entry in the lab': $!",
+	    warning("could not create the package entry in the lab: $!",
 		    "skipping $action of $pkg_type package $pkg_name");
 	    $exit_code = 2;
 	    $group->remove_processable($proc);
-- 
Debian package checker
Reply to: