[DRE-commits] [SCM] stompserver.git branch, master, updated. debian/0.9.9-2

Paul van Tilburg paulvt at debian.org
Fri May 25 21:00:46 UTC 2012


The following commit has been merged in the master branch:
commit 6e9d67a6602471e7c2ab0969b66491360864415e
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 25 22:55:57 2012 +0200

    Small tweaks to the init script to make it policy compliant

diff --git a/debian/changelog b/debian/changelog
index 79abe7c..0ab93eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,11 @@ stompserver (0.9.9-2) UNRELEASED; urgency=low
     - Switched the maintainer with the uploaders field as per new
       convention the team is the default maintainer.
   * debian/copyright: reworked to fit the Debian copyright format version 1.0.
-  * debian/watch: updated to use gemwatch instead Rubyforge.
   * debian/patches: refreshed patches to removed fuzz.
+  * debian/watch: updated to use gemwatch instead Rubyforge.
+  * debian/stompserver.init
+    - Depend on $remote_fs instead of $local_fs.
+    - Added a description.
 
  -- Paul van Tilburg <paulvt at debian.org>  Wed, 16 May 2012 16:11:56 +0200
 
diff --git a/debian/stompserver.init b/debian/stompserver.init
index 8068018..07e351c 100644
--- a/debian/stompserver.init
+++ b/debian/stompserver.init
@@ -1,11 +1,13 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          stompserver
-# Required-Start:    $network $local_fs
-# Required-Stop:     $network $local_fs
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $network $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: a stomp messaging server implemented in ruby
+# Short-Description: a stomp messaging server implemented in Ruby
+# Description:       this script starts or stops the stomp messaging server
+#   in daemon mode.
 ### END INIT INFO
 #
 # Copyright (c) 2009 Joshua Timberman, <joshua at opscode.com>

-- 
stompserver.git



More information about the Pkg-ruby-extras-commits mailing list