[DRE-commits] [SCM] ruby-thin.git branch, master, updated. upstream/1.2.11-11-g08ca923

Laurent Arnoud laurent at spkdev.net
Tue Jun 7 19:55:53 UTC 2011


The following commit has been merged in the master branch:
commit bba5b7956e7bfe6dd3b4f11ca48f967f81b009fb
Author: Laurent Arnoud <laurent at spkdev.net>
Date:   Tue Jun 7 21:54:52 2011 +0200

    Refresh fix-init-script patch and re-add gen_init.
    
    Signed-off-by: Laurent Arnoud <laurent at spkdev.net>

diff --git a/debian/patches/fix-init-script b/debian/patches/fix-init-script
index 88dc418..88a6745 100644
--- a/debian/patches/fix-init-script
+++ b/debian/patches/fix-init-script
@@ -11,7 +11,7 @@
  # Short-Description: thin initscript
  # Description:       thin
  ### END INIT INFO
-@@ -27,7 +27,7 @@
+@@ -27,7 +27,7 @@ case "$1" in
    stop)
  	$DAEMON stop --all $CONFIG_PATH
  	;;
diff --git a/debian/rules b/debian/rules
index fe9130e..4b63d7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_install:
+	ruby ./debian/gen_init.rb
+
 override_dh_auto_clean:
 	dh_auto_clean
 	cd ext/thin_parser/ && rm -f mkmf.log parser.o thin_parser.so thin.o

-- 
ruby-thin.git



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