The following commit has been merged in the lab-refactor branch:
commit 55d893fbd8268c301b03b7d85177055e7d26fd1c
Author: Niels Thykier <[email protected]>
Date:   Sun Sep 18 23:19:21 2011 +0200

    lib/Lab.pm: Corrected the path to an entry in the lab
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lab.pm b/lib/Lab.pm
index 8a1667d..e260389 100644
--- a/lib/Lab.pm
+++ b/lib/Lab.pm
@@ -238,7 +238,7 @@ sub _get_lpkg_dir {
         $dir .= substr $pkg_name, 0, 1;
     }
     $dir .= "/$pkg_name";
-    $dir .= "_$pkg_version";
+    $dir .= "${pkg_name}_${pkg_version}";
     # avoid "_source_source" entries for source packages
     $dir .= "_$pkg_arch" if $pkg_type ne 'source';
     $dir .= "_$pkg_type";

-- 
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