[Pkg-ocaml-maint-commits] [SCM] liquidsoap packaging branch, master, updated. debian/0.9.1-1-1-g45d94fe
Samuel Mimram
samuel.mimram at ens-lyon.org
Thu Aug 27 14:16:48 UTC 2009
The following commit has been merged in the master branch:
commit 45d94fe25fd69fc75f1c7ad485b098421c39a447
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Thu Aug 27 16:16:38 2009 +0200
Correct dependencies for init script.
diff --git a/debian/changelog b/debian/changelog
index 1f9c0eb..4124017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liquidsoap (0.9.1-2) UNRELEASED; urgency=low
+
+ * Correct dependencies for init script, closes: #541635.
+
+ -- Samuel Mimram <smimram at debian.org> Thu, 27 Aug 2009 16:15:55 +0200
+
liquidsoap (0.9.1-1) unstable; urgency=low
* New Upstream Version
diff --git a/debian/liquidsoap.init b/debian/liquidsoap.init
index 1064fef..63e8f53 100644
--- a/debian/liquidsoap.init
+++ b/debian/liquidsoap.init
@@ -1,8 +1,8 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: liquidsoap
-# Required-Start:
-# Required-Stop:
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
--
liquidsoap packaging
More information about the Pkg-ocaml-maint-commits
mailing list