The following commit has been merged in the master branch:
commit 0e4a4a70f1de761c30434cfadc39cb4a27e5b531
Author: Niels Thykier <[email protected]>
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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to