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

[SCM] Debian package checker branch, master, updated. 2.3.2-18-gee866ae



The following commit has been merged in the master branch:
commit 0f3b285a3b4481a9c0384e041b976d1d075515a1
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri Jan 29 11:10:08 2010 -0600

    Remove experimental flag from local_fs/remote_fs init.d checks

diff --git a/checks/init.d.desc b/checks/init.d.desc
index a4b494b..4768ce8 100644
--- a/checks/init.d.desc
+++ b/checks/init.d.desc
@@ -306,7 +306,6 @@ Ref: policy 9.3.3.1
 Tag: init.d-script-missing-dependency-on-remote_fs
 Severity: important
 Certainty: possible
-Experimental: yes
 Info: The given init script seems to refer to <tt>/usr</tt>, possibly
  using a file or binary from there.  Without a dependency on
  <tt>$remote_fs</tt> in Required-Start or Required-Stop, as appropriate,
@@ -321,7 +320,6 @@ Ref: http://wiki.debian.org/LSBInitScripts
 Tag: init.d-script-missing-dependency-on-local_fs
 Severity: important
 Certainty: possible
-Experimental: yes
 Info: The given init script seems to refer to <tt>/var</tt>, possibly
  using a file from there.  Without a dependency on <tt>$local_fs</tt> in
  Required-Start or Required-Stop, as appropriate, the init script might be
diff --git a/debian/changelog b/debian/changelog
index 50dfe25..1ffeb92 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ lintian (2.3.3) UNRELEASED; urgency=low
   * checks/init.d:
     + [RG] Warn about init scripts depending on checkroot instead of
       $local_fs.
+    + [RG] Remove experimental flag from remote_fs and local_fs checks.
 
   * data/debhelper/*:
     + [RG] Refresh against unstable.
diff --git a/t/tests/init.d-lsb-headers/tags b/t/tests/init.d-lsb-headers/tags
index ab27782..da23fe4 100644
--- a/t/tests/init.d-lsb-headers/tags
+++ b/t/tests/init.d-lsb-headers/tags
@@ -1,3 +1,5 @@
+E: init.d-lsb-headers-local: init.d-script-missing-dependency-on-local_fs /etc/init.d/init.d-lsb-headers-local: required-start
+E: init.d-lsb-headers-remote: init.d-script-missing-dependency-on-remote_fs /etc/init.d/init.d-lsb-headers-remote: required-start
 E: init.d-lsb-headers: init.d-script-should-depend-on-virtual-facility /etc/init.d/init.d-lsb-headers mountall -> $local_fs
 E: init.d-lsb-headers: init.d-script-should-depend-on-virtual-facility /etc/init.d/init.d-lsb-headers mountnfs -> $remote_fs
 E: init.d-lsb-headers: init.d-script-should-depend-on-virtual-facility /etc/init.d/init.d-lsb-headers networking -> $network
@@ -18,5 +20,3 @@ W: init.d-lsb-headers: init.d-script-possible-missing-stop /etc/init.d/init.d-ls
 W: init.d-lsb-headers: init.d-script-provides-virtual-facility /etc/init.d/init.d-lsb-headers $bad_facility
 W: init.d-lsb-headers: init.d-script-starts-in-stop-runlevel /etc/init.d/init.d-lsb-headers 0
 W: init.d-lsb-headers: init.d-script-starts-in-stop-runlevel /etc/init.d/init.d-lsb-headers 6
-X: init.d-lsb-headers-local: init.d-script-missing-dependency-on-local_fs /etc/init.d/init.d-lsb-headers-local: required-start
-X: init.d-lsb-headers-remote: init.d-script-missing-dependency-on-remote_fs /etc/init.d/init.d-lsb-headers-remote: required-start

-- 
Debian package checker


Reply to: