The following commit has been merged in the master branch:
commit 71fb23e72e6bab54e30f525f41a35cb2c9eaa94c
Author: Niels Thykier <[email protected]>
Date:   Mon Jul 18 12:57:21 2011 +0200

    Added $! to the "cannot create lab entry" error message

diff --git a/frontend/lintian b/frontend/lintian
index d722bbd..53911b7 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1493,11 +1493,11 @@ sub unpack_group {
        }
        # determine base directory
        $base = $lpkg->base_dir();
-       debug_msg(1, "Unpacking $pkg_name $pkg_ver ($pkg_type)  in $base");
+       debug_msg(1, "Unpacking $pkg_name $pkg_ver ($pkg_type) in $base");
 
        # 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