[SCM] MediaTomb packaging branch, master, updated. debian/0.12.0.svn2018-4-9-ga0fceb3

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Feb 8 04:13:11 UTC 2010


The following commit has been merged in the master branch:
commit e926601a9e4f1ed06a4c35ab74afe1eeef48d0af
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Feb 7 16:27:48 2010 -0500

    Fix init script dependencies (Closes: #567442).

diff --git a/debian/changelog b/debian/changelog
index 975ff96..bfe8176 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ mediatomb (0.12.0~svn2018-6) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.4.
   * Switch to source format 3.0 (quilt).
   * Build-Depend on debhelper (7.0.50~).
+  * Fix init script dependencies. (Closes: #567442).
 
- -- Andres Mejia <mcitadel at gmail.com>  Sun, 07 Feb 2010 16:21:55 -0500
+ -- Andres Mejia <mcitadel at gmail.com>  Sun, 07 Feb 2010 16:26:32 -0500
 
 mediatomb (0.12.0~svn2018-5) unstable; urgency=medium
 
diff --git a/debian/mediatomb-daemon.mediatomb.init b/debian/mediatomb-daemon.mediatomb.init
index 42737e2..f739e1f 100644
--- a/debian/mediatomb-daemon.mediatomb.init
+++ b/debian/mediatomb-daemon.mediatomb.init
@@ -11,8 +11,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          mediatomb
-# Required-Start:    $all
-# Required-Stop:     $all
+# Required-Start:    $local_fs $network $remote_fs
+# Required-Stop:     $local_fs $network $remote_fs
 # Should-Start:      $all
 # Should-Stop:       $all
 # Default-Start:     2 3 4 5

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list