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

lintian: r872 - in trunk: checks debian



Author: rra
Date: 2007-04-28 07:41:48 +0200 (Sat, 28 Apr 2007)
New Revision: 872

Modified:
   trunk/checks/control-files
   trunk/debian/changelog
Log:
* checks/control-files:
  + [RA] Allow clilibs, but don't try to check the syntax of it yet.
    Thanks, Sebastian Dr?\195?\182ge.  (Closes: #378088)

Modified: trunk/checks/control-files
===================================================================
--- trunk/checks/control-files	2007-04-28 05:29:57 UTC (rev 871)
+++ trunk/checks/control-files	2007-04-28 05:41:48 UTC (rev 872)
@@ -30,6 +30,7 @@
 
 my %ctrl_deb =
     (
+     'clilibs', 0644,
      'config', 0755,
      'control', 0644,
      'conffiles', 0644,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-28 05:29:57 UTC (rev 871)
+++ trunk/debian/changelog	2007-04-28 05:41:48 UTC (rev 872)
@@ -4,6 +4,9 @@
     + [RA] Add mktemp and sysvinit-utils as known essential packages.
     + [RA] Add Vcs-Mtn and Vcs-Browser to the known source package
       fields.
+  * checks/control-files:
+    + [RA] Allow clilibs, but don't try to check the syntax of it yet.
+      Thanks, Sebastian Dröge.  (Closes: #378088)
   * checks/copyright-file:
     + [RA] Exclude the Affero General Public License from the check for
       references to the shared GPL copy.  (Closes: #420077)
@@ -86,7 +89,7 @@
       file that cannot be satisfied by that package (including via
       Provides).  (Closes: #56440)
 
- -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 22:23:22 -0700
+ -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 22:41:38 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: