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

lintian: r1216 - in trunk: debian reporting



Author: rra
Date: 2008-02-19 07:28:16 +0100 (Tue, 19 Feb 2008)
New Revision: 1216

Modified:
   trunk/debian/changelog
   trunk/reporting/html_reports
Log:
* reporting/html_reports:
  + [RA] Load the correct configuration file.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-19 01:02:07 UTC (rev 1215)
+++ trunk/debian/changelog	2008-02-19 06:28:16 UTC (rev 1216)
@@ -45,6 +45,9 @@
   * lib/Spelling.pm:
     + [RA] Add another spelling correction.
 
+  * reporting/html_reports:
+    + [RA] Load the correct configuration file.
+
  -- Frank Lichtenheld <djpig@debian.org>  Sat, 09 Feb 2008 16:24:49 +0100
 
 lintian (1.23.45) unstable; urgency=low

Modified: trunk/reporting/html_reports
===================================================================
--- trunk/reporting/html_reports	2008-02-19 01:02:07 UTC (rev 1215)
+++ trunk/reporting/html_reports	2008-02-19 06:28:16 UTC (rev 1216)
@@ -38,7 +38,7 @@
      $LINTIAN_SECTION, $LINTIAN_ARCH, $HTML_TMP_DIR, $statistics_file);
 
 # Read the configuration.
-require './config-testing';
+require './config';
 
 # The path to the mirror timestamp.
 our $LINTIAN_TIMESTAMP


Reply to: