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

lintian: r671 - in trunk: checks debian



Author: rra
Date: 2006-05-09 03:53:09 +0200 (Tue, 09 May 2006)
New Revision: 671

Modified:
   trunk/checks/menus
   trunk/debian/changelog
Log:
* checks/menus:
  + [RA] Tell Perl where common_data.pm is since we're now including it.
    Doh.  Thanks, Nelson A. de Oliveira.  (Closes: #366481)

Modified: trunk/checks/menus
===================================================================
--- trunk/checks/menus	2006-05-08 20:25:55 UTC (rev 670)
+++ trunk/checks/menus	2006-05-09 01:53:09 UTC (rev 671)
@@ -22,6 +22,7 @@
 
 package Lintian::menus;
 use strict;
+use lib "$ENV{'LINTIAN_ROOT'}/checks/";
 use common_data;
 use Tags;
 use Util;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-08 20:25:55 UTC (rev 670)
+++ trunk/debian/changelog	2006-05-09 01:53:09 UTC (rev 671)
@@ -1,3 +1,11 @@
+lintian (1.23.21) unstable; urgency=low
+
+  * checks/menus:
+    + [RA] Tell Perl where common_data.pm is since we're now including it.
+      Doh.  Thanks, Nelson A. de Oliveira.  (Closes: #366481)
+
+ -- Russ Allbery <rra@debian.org>  Mon,  8 May 2006 18:52:45 -0700
+
 lintian (1.23.20) unstable; urgency=low
 
   The "Policy backlog clearing is a wonderful sight" release



Reply to: