Author: rra
Date: 2006-09-28 19:54:12 +0200 (Thu, 28 Sep 2006)
New Revision: 756

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
  + [RA] Allow update-inetd to fulfill the dependency requirements for
    the update-inetd script.  Thanks, Michael Holzt.  (Closes: #389960)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts        2006-09-27 04:47:01 UTC (rev 755)
+++ trunk/checks/scripts        2006-09-28 17:54:12 UTC (rev 756)
@@ -167,7 +167,7 @@
 my @depends_needed = (
        [ adduser => '\badduser\b' ],
        [ 'gconf2 (>= 2.10.1-2)' => '\bgconf-schemas\b' ],
-       [ netbase => '\bupdate-inetd\b' ],
+       [ 'netbase | update-inetd' => '\bupdate-inetd\b' ],
        [ ucf => '\bucf\s' ],
 );
 

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc   2006-09-27 04:47:01 UTC (rev 755)
+++ trunk/checks/scripts.desc   2006-09-28 17:54:12 UTC (rev 756)
@@ -279,7 +279,7 @@
 Tag: maintainer-script-needs-depends-on-netbase
 Type: warning
 Info: This script calls update-inetd, but the package does not depend or
- pre-depend on netbase, which provides it.
+ pre-depend on either netbase or update-inetd, which provide it.
 
 Tag: maintainer-script-needs-depends-on-adduser
 Type: warning

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-09-27 04:47:01 UTC (rev 755)
+++ trunk/debian/changelog      2006-09-28 17:54:12 UTC (rev 756)
@@ -42,6 +42,8 @@
       Dirson.  (Closes: #389615)
     + [RA] Improve the check for shell scripts that are actually exec
       wrappers around scripts written in another language.
+    + [RA] Allow update-inetd to fulfill the dependency requirements for
+      the update-inetd script.  Thanks, Michael Holzt.  (Closes: #389960)
 
   * frontend/lintian:
     + [RA] Check the existence and value of the Urgency field in *.changes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to