[DRE-commits] r3126 - packages-wip/redmine/trunk/debian/patches

rnhurt-guest at alioth.debian.org rnhurt-guest at alioth.debian.org
Fri Dec 12 18:05:18 UTC 2008


Author: rnhurt-guest
Date: 2008-12-12 18:05:17 +0000 (Fri, 12 Dec 2008)
New Revision: 3126

Removed:
   packages-wip/redmine/trunk/debian/patches/dispatch-env.patch
Modified:
   packages-wip/redmine/trunk/debian/patches/series
Log:
removed dispatch-env patch because upstream corrected the problem

Deleted: packages-wip/redmine/trunk/debian/patches/dispatch-env.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/dispatch-env.patch	2008-12-10 20:23:01 UTC (rev 3125)
+++ packages-wip/redmine/trunk/debian/patches/dispatch-env.patch	2008-12-12 18:05:17 UTC (rev 3126)
@@ -1,38 +0,0 @@
---- a/public/dispatch.cgi.example
-+++ b/public/dispatch.cgi.example
-@@ -1,4 +1,4 @@
--#!/usr/bin/ruby
-+#!/usr/bin/env ruby
- 
- require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
- 
-@@ -7,4 +7,4 @@
- require "dispatcher"
- 
- ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
--Dispatcher.dispatch
-\ No newline at end of file
-+Dispatcher.dispatch
---- a/public/dispatch.fcgi.example
-+++ b/public/dispatch.fcgi.example
-@@ -1,4 +1,4 @@
--#!/usr/bin/ruby
-+#!/usr/bin/env ruby
- #
- # You may specify the path to the FastCGI crash log (a log of unhandled
- # exceptions which forced the FastCGI instance to exit, great for debugging)
---- a/public/dispatch.rb.example
-+++ b/public/dispatch.rb.example
-@@ -1,4 +1,4 @@
--#!/usr/bin/ruby
-+#!/usr/bin/env ruby
- 
- require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
- 
-@@ -7,4 +7,4 @@
- require "dispatcher"
- 
- ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
--Dispatcher.dispatch
-\ No newline at end of file
-+Dispatcher.dispatch

Modified: packages-wip/redmine/trunk/debian/patches/series
===================================================================
--- packages-wip/redmine/trunk/debian/patches/series	2008-12-10 20:23:01 UTC (rev 3125)
+++ packages-wip/redmine/trunk/debian/patches/series	2008-12-12 18:05:17 UTC (rev 3126)
@@ -1,4 +1,2 @@
-dispatch-env.patch
 dispatch-config.patch
-config.patch
 boot.rb.patch




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