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

[SCM] Debian package checker branch, master, updated. 2.2.10-12-g3b9f019



The following commit has been merged in the master branch:
commit d5d8d441980f1009fad433977840eb540e8028f1
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sun May 3 17:16:21 2009 +0100

    Use $LINTIAN_AREA in the configuration file
    
    * reporting/config:
      + [ADB] Use $LINTIAN_AREA rather than $LINTIAN_SECTION in the default
        configuration file.

diff --git a/debian/changelog b/debian/changelog
index 592c8a3..4ae6cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,9 @@ lintian (2.2.11) UNRELEASED; urgency=low
       variables.  In each case, the original name is permitted as a
       synonym.
 
+  * reporting/config:
+    + [ADB] Use $LINTIAN_AREA rather than $LINTIAN_SECTION in the default
+      configuration file.
   * reporting/harness:
     + [ADB] Use the new $LINTIAN_AREA variable to determine which packages
       to process.
diff --git a/reporting/config b/reporting/config
index 04deb3a..adf652f 100644
--- a/reporting/config
+++ b/reporting/config
@@ -4,7 +4,7 @@
 $HOME = "/org/lintian.debian.org";
 $LINTIAN_ARCHIVEDIR = "/org/ftp.debian.org/ftp";
 $LINTIAN_DIST = "sid";
-$LINTIAN_SECTION = "main";
+$LINTIAN_AREA = "main";
 $LINTIAN_ARCH = "i386";
 
 $LINTIAN_ROOT = "$HOME/root";

-- 
Debian package checker


Reply to: