Package: lintian
Version: 1.23.47
Author: Guillem Jover <guillem@debian.org>
Status: applied
Debbug: 474077
Description:
 Add missing update-inetd providers.


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
