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

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-195-g1406d77



The following commit has been merged in the lab-refactor branch:
commit 1406d77bcdbfe74d7323b5be129213d8bb402523
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Nov 4 22:15:01 2011 +0100

    Improved a deprecation warning
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian b/frontend/lintian
index 52e0305..8e2b64c 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -637,7 +637,7 @@ if ($opt{'LINTIAN_CFG'}) {
             }
         }
         if (m/^\s*LINTIAN_(ARCH|ARCHIVEDIR|AREA|DIST)\s*=/o) {
-            print STDERR "LINTIAN_$1 is deprecated (Seen $opt{'LINTIAN_CFG'} at line $.)\n";
+            print STDERR "LINTIAN_$1 is deprecated (seen in $opt{'LINTIAN_CFG'} at line $.)\n";
             $found = 1;
         }
         unless ($found) {

-- 
Debian package checker


Reply to: