[DRE-commits] [stompserver] 08/08: fixed ruby_hashbang.patch
Jonas Genannt
jonas at brachium-system.net
Sat Nov 30 22:47:19 UTC 2013
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository stompserver.
commit 3e651c99812b1e07d07e7e4b2f0aaf7ecccd4582
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Sat Nov 30 22:53:05 2013 +0100
fixed ruby_hashbang.patch
---
debian/patches/ruby_hashbang.patch | 7 +++++--
debian/patches/series | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/patches/ruby_hashbang.patch b/debian/patches/ruby_hashbang.patch
index b5ba2f3..e1ee98f 100644
--- a/debian/patches/ruby_hashbang.patch
+++ b/debian/patches/ruby_hashbang.patch
@@ -5,6 +5,9 @@ Description: added Shebang into bin/stompserver
--- a/bin/stompserver
+++ b/bin/stompserver
-@@ -1,7 +1,13 @@
-+#!/usr/bin/env ruby
+@@ -1,3 +1,5 @@
++#!/user/bin/env ruby
+
+ require 'etc'
+ require 'yaml'
+ require 'daemons/daemonize'
diff --git a/debian/patches/series b/debian/patches/series
index 3719bb8..eb49edc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
remove_rubygems.patch
-ruby_hashbang.patch
fhs_paths.patch
fix_storagedir.patch
ruby19_20.patch
+ruby_hashbang.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/stompserver.git
More information about the Pkg-ruby-extras-commits
mailing list