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

[SCM] Debian package checker branch, master, updated. 2.4.2-4-gddc8859



The following commit has been merged in the master branch:
commit ddc885977eeab777e85fd15d6c0a041fbef887dc
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jul 8 13:40:31 2010 -0500

    Manually include '$all' in the list of virtual facilities
    
    The '$all' virtual facility is not provided by any specific set of
    packages, it is automatically computed by insserv so that it includes
    all the other available services.
    
    * private/refresh-insserv-data:
      + Hardcode the '$all' virtual facility.

diff --git a/data/init.d/virtual_facilities b/data/init.d/virtual_facilities
index 043aec4..cb1b43e 100644
--- a/data/init.d/virtual_facilities
+++ b/data/init.d/virtual_facilities
@@ -2,6 +2,7 @@
 #
 # Last updated: 2010-05-02
 
+$all
 $local_fs
 $named
 $network
diff --git a/debian/changelog b/debian/changelog
index 780d259..baed984 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lintian (2.4.3) UNRELEASED; urgency=low
+
+  * private/refresh-insserv-data:
+    + Hardcode the '$all' virtual facility.
+
+ -- Raphael Geissert <geissert@debian.org>  Fri, 02 Jul 2010 15:22:17 -0500
+
 lintian (2.4.2) unstable; urgency=low
 
   The "Policy 3.9.0" release.
diff --git a/private/refresh-insserv-data b/private/refresh-insserv-data
index c681b11..991034b 100755
--- a/private/refresh-insserv-data
+++ b/private/refresh-insserv-data
@@ -59,6 +59,7 @@ cat > "$workdir/virtual_facilities" <<EOF
 #
 # Last updated: $(date -u +'%Y-%m-%d')
 
+\$all
 EOF
 
 mirror="${DEB_MIRROR:=http://i386-geomirror.debian.net/debian}";
diff --git a/t/tests/init.d-lsb-headers/debian/debian/init.d-lsb-headers-virtual.init b/t/tests/init.d-lsb-headers/debian/debian/init.d-lsb-headers-virtual.init
index ba4de08..ebec837 100644
--- a/t/tests/init.d-lsb-headers/debian/debian/init.d-lsb-headers-virtual.init
+++ b/t/tests/init.d-lsb-headers/debian/debian/init.d-lsb-headers-virtual.init
@@ -6,7 +6,7 @@ set -e
 # Provides: init.d-lsb-headers-virtual
 # Required-Start: $local_fs $something_that_doesnt_exist
 # Should-Start: $something_we_might_not_ship
-# Required-Stop:
+# Required-Stop: $all
 # Default-Start: 2 3 4 5
 # Default-Stop:
 # Short-Description: Just a test script

-- 
Debian package checker


Reply to: