[DRE-commits] [stompserver] 03/08: patch: ruby_hashbang refreshed from upstream, added DEP-3 header
Jonas Genannt
jonas at brachium-system.net
Sat Nov 30 22:47:18 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 0c0cda1edd2f83d2efa5be9213c49e9acb8cf5ae
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Sat Nov 30 22:34:23 2013 +0100
patch: ruby_hashbang refreshed from upstream, added DEP-3 header
---
debian/patches/ruby_hashbang.patch | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/debian/patches/ruby_hashbang.patch b/debian/patches/ruby_hashbang.patch
index 69c3ed1..b5ba2f3 100644
--- a/debian/patches/ruby_hashbang.patch
+++ b/debian/patches/ruby_hashbang.patch
@@ -1,13 +1,10 @@
-# Description: Add a ruby shebang to the stompserver binary per policy
-# Debian Policy Manual section 10.4 Scripts.
-# Author: Bryan McLellan <btm at loftninjas.org>
-Index: stompserver-0.9.9/bin/stompserver
-===================================================================
---- stompserver-0.9.9.orig/bin/stompserver 2009-07-28 11:45:59.000000000 -0700
-+++ stompserver-0.9.9/bin/stompserver 2009-07-28 11:46:08.000000000 -0700
-@@ -1,3 +1,5 @@
-+#!/usr/bin/ruby1.8
+Author: Timothy Redaelli <timothy at redaelli.eu>
+Forwarded: not-needed
+Origin: https://github.com/drizzt/stompserver/commit/1e8fd79acbc2ffb7cf99635a38a9ddb03bb1a5bc.patch
+Description: added Shebang into bin/stompserver
+
+--- a/bin/stompserver
++++ b/bin/stompserver
+@@ -1,7 +1,13 @@
++#!/usr/bin/env ruby
+
- require 'etc'
- require 'yaml'
- require 'daemons/daemonize'
--
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