[DRE-commits] r4854 - in trunk/librack-ruby: . debian debian/patches

Ryan Niebur ryan at alioth.debian.org
Sun Feb 28 18:59:08 UTC 2010


Author: ryan
Date: 2010-02-28 18:59:07 +0000 (Sun, 28 Feb 2010)
New Revision: 4854

Added:
   trunk/librack-ruby/debian/patches/
   trunk/librack-ruby/debian/patches/series
   trunk/librack-ruby/debian/patches/shebang.patch
Removed:
   trunk/librack-ruby/bin/
   trunk/librack-ruby/test/
Modified:
   trunk/librack-ruby/debian/
Log:
remove direct source modifications


Property changes on: trunk/librack-ruby/debian
___________________________________________________________________
Deleted: mergeWithUpstream
   - 1

Added: trunk/librack-ruby/debian/patches/series
===================================================================
--- trunk/librack-ruby/debian/patches/series	                        (rev 0)
+++ trunk/librack-ruby/debian/patches/series	2010-02-28 18:59:07 UTC (rev 4854)
@@ -0,0 +1 @@
+shebang.patch

Added: trunk/librack-ruby/debian/patches/shebang.patch
===================================================================
--- trunk/librack-ruby/debian/patches/shebang.patch	                        (rev 0)
+++ trunk/librack-ruby/debian/patches/shebang.patch	2010-02-28 18:59:07 UTC (rev 4854)
@@ -0,0 +1,10 @@
+Index: rackup
+===================================================================
+--- rackup	(.../branches/upstream/librack-ruby/1.1.0/bin)	(revision 4853)
++++ rackup	(.../trunk/librack-ruby/bin)	(revision 4853)
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#! /usr/bin/ruby1.8
+ 
+ require "rack"
+ Rack::Server.start




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