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

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-47-g3175484



The following commit has been merged in the lab-refactor branch:
commit 55d893fbd8268c301b03b7d85177055e7d26fd1c
Author: Niels Thykier <niels@thykier.net>
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 <niels@thykier.net>

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


Reply to: