The following commit has been merged in the master branch:
commit 8ad874fc7e5bac0a2e3d1e2ac3888c9f356badf9
Author: Niels Thykier <[email protected]>
Date:   Sat Apr 20 13:12:50 2013 +0200

    r/harness: Avoid exporting some unused ENV variables
    
    Lintian does not care about LINTIAN_ARCHIVEDIR, LINTIAN_DIST,
    LINTIAN_AREA and LINTIAN_ARCH anymore, so there is no point in
    exporting them in harness.
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 9e4040d..89c12b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ lintian (2.5.13) UNRELEASED; urgency=low
       read_dpkg_control and get_deb_control.
     + [NT] In copy_dir, pass --reflink=auto to cp.
 
+  * reporting/harness:
+    + [NT] Stop exporting ENV variables that lintian no longer
+      cares about.
+
  -- Niels Thykier <[email protected]>  Tue, 16 Apr 2013 18:24:45 +0200
 
 lintian (2.5.12) experimental; urgency=medium
diff --git a/reporting/harness b/reporting/harness
index d7a1720..992931e 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -104,10 +104,6 @@ use vars qw($LINTIAN_ROOT $LINTIAN_LAB $LINTIAN_ARCHIVEDIR 
$LINTIAN_DIST
 $ENV{'LINTIAN_ROOT'} = $LINTIAN_ROOT;
 $ENV{'LINTIAN_CFG'} = $LINTIAN_CFG;
 $ENV{'LINTIAN_LAB'} = $LINTIAN_LAB;
-$ENV{'LINTIAN_ARCHIVEDIR'} = $LINTIAN_ARCHIVEDIR;
-$ENV{'LINTIAN_DIST'} = $LINTIAN_DIST;
-$ENV{'LINTIAN_AREA'} = $LINTIAN_AREA;
-$ENV{'LINTIAN_ARCH'} = $LINTIAN_ARCH;
 
 # import perl libraries
 unshift @INC, "$LINTIAN_ROOT/lib";

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