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

Bug#474077: lintian: missing providers for update-inetd



Package: lintian
Version: 1.23.46
Severity: wishlist
Tags: patch

Hi,

lintian complains about missing dependencies on update-inetd for some
of the inetutils packages. When fixing those I used inetutils-inetd
instead of openbsd-inetd, as those are part of the same suite, but it
kept complaining (even if inet-superserver was specified as an
alternative dependency).

Attached a patch that adds inetutils-inetd and xinetd to the list.

regards,
guillem
diff --git a/checks/scripts b/checks/scripts
index 0b8bc1f..da22cb6 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -164,7 +164,8 @@ our %versioned_interpreters =
 
 # 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

Reply to: