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

lintian: r1276 - in trunk: checks debian



Author: rra
Date: 2008-04-22 00:12:59 +0200 (Tue, 22 Apr 2008)
New Revision: 1276

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add inetutils-inetd and xinetd as additional update-inetd
    providers.  Patch from Guillem Jover.  (Closes: #474077)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-04-21 22:00:37 UTC (rev 1275)
+++ trunk/checks/scripts	2008-04-21 22:12:59 UTC (rev 1276)
@@ -165,7 +165,8 @@
 
 # Any of the following packages can satisfy an update-inetd dependency.
 our $update_inetd
-    = join (' | ', qw(update-inetd inet-superserver openbsd-inetd rlinetd));
+    = join (' | ', qw(update-inetd inet-superserver openbsd-inetd
+                      inetutils-inetd rlinetd xinetd));
 
 # Appearance of one of these regexes in a maintainer script means that there
 # must be a dependency (or pre-dependency) on the given package.  The tag

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-04-21 22:00:37 UTC (rev 1275)
+++ trunk/debian/changelog	2008-04-21 22:12:59 UTC (rev 1276)
@@ -50,6 +50,8 @@
       versioned dependencies since the version changes frequently and
       unversioned dependencies are what people are already using.  Thanks,
       Hideki Yamane.  (Closes: #476417)
+    + [RA] Add inetutils-inetd and xinetd as additional update-inetd
+      providers.  Patch from Guillem Jover.  (Closes: #474077)
   * checks/shared-libs:
     + [RA] Move the default ld.so search path into data.  Drop obsolete
       /usr/lib/libg++-dbg, /usr/X11R6/lib/Xaw3d, and libc5 compatibility


Reply to: