[DRE-commits] r4392 - trunk/mongrel-cluster/debian
Gunnar Wolf
gwolf at alioth.debian.org
Wed Nov 25 02:42:50 UTC 2009
Author: gwolf
Date: 2009-11-25 02:42:50 +0000 (Wed, 25 Nov 2009)
New Revision: 4392
Modified:
trunk/mongrel-cluster/debian/changelog
trunk/mongrel-cluster/debian/control
trunk/mongrel-cluster/debian/mongrel-cluster.init
Log:
Adding myself as an uploader for mongrel-cluster; closing #550539
Modified: trunk/mongrel-cluster/debian/changelog
===================================================================
--- trunk/mongrel-cluster/debian/changelog 2009-11-25 01:44:32 UTC (rev 4391)
+++ trunk/mongrel-cluster/debian/changelog 2009-11-25 02:42:50 UTC (rev 4392)
@@ -1,3 +1,13 @@
+mongrel-cluster (1.0.5-3) unstable; urgency=low
+
+ * Added myself to the Uploaders list, as part of the pkg-ruby-extras
+ team
+ * Standards-version 3.8.1 → 3.8.3 (no changes needed)
+ * Corrected missing dependencies and runlevels in init.d script
+ (Closes: #550539)
+
+ -- Gunnar Wolf <gwolf at debian.org> Tue, 24 Nov 2009 20:38:15 -0600
+
mongrel-cluster (1.0.5-2) unstable; urgency=low
* Make it possible to specify user/group to run mongrels (Closes: #500424).
Modified: trunk/mongrel-cluster/debian/control
===================================================================
--- trunk/mongrel-cluster/debian/control 2009-11-25 01:44:32 UTC (rev 4391)
+++ trunk/mongrel-cluster/debian/control 2009-11-25 02:42:50 UTC (rev 4392)
@@ -2,9 +2,9 @@
Section: web
Priority: optional
Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Gunnar Wolf <gwolf at debian.org>
Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://mongrel.rubyforge.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/mongrel-cluster/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/mongrel-cluster/
Modified: trunk/mongrel-cluster/debian/mongrel-cluster.init
===================================================================
--- trunk/mongrel-cluster/debian/mongrel-cluster.init 2009-11-25 01:44:32 UTC (rev 4391)
+++ trunk/mongrel-cluster/debian/mongrel-cluster.init 2009-11-25 02:42:50 UTC (rev 4392)
@@ -1,12 +1,12 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: mongrel-cluster
-# Required-Start:
-# Required-Stop:
-# Default-Start:
-# Default-Stop:
+# Required-Start: $remote_fs $syslog
+# Required-Stop:$remote_fs $syslog
# Should-Start: $network
# Should-Stop: $network
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: Start mongrel servers at boot time
### END INIT INFO
#
More information about the Pkg-ruby-extras-commits
mailing list