[Pkg-utopia-commits] r1518 - in /packages/unstable/dbus/debian: changelog dbus.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Jun 11 22:51:50 UTC 2007


Author: biebl
Date: Mon Jun 11 22:51:50 2007
New Revision: 1518

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1518
Log:
+ Do not abort if starting a dependent service fails.
+ Change release target to unstable.

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/dbus.init

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=1518&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Jun 11 22:51:50 2007
@@ -1,4 +1,4 @@
-dbus (1.1.0-1) UNRELEASED; urgency=low
+dbus (1.1.0-1) unstable; urgency=low
 
   [ Sjoerd Simons ]
   * New upstream release
@@ -13,7 +13,8 @@
   * debian/dbus.init
     + Suppress error messages about nonexistent or unreadable files. 
       (Closes: #426296)
-    + Do not fail on grep errors. (Closes: #423380)
+    + Do not abort on grep errors. (Closes: #423380)
+    + Do not abort if starting a dependent service fails.
   * debian/control
     + Add build dependency on autotools-dev for up-to-date config.{guess,sub}
       files.

Modified: packages/unstable/dbus/debian/dbus.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.init?rev=1518&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.init (original)
+++ packages/unstable/dbus/debian/dbus.init Mon Jun 11 22:51:50 2007
@@ -83,7 +83,7 @@
   for i in $services ; do
     service=$(basename $i)
     service=${service#S??}
-    invoke-rc.d $service $action
+    invoke-rc.d $service $action || true
   done
 
 }




More information about the Pkg-utopia-commits mailing list