[DRE-commits] r1261 - packages-wip/mongrel/trunk/debian/patches
Filipe Lautert
filipe-guest at alioth.debian.org
Tue Jan 9 14:48:18 CET 2007
Author: filipe-guest
Date: 2007-01-09 14:48:18 +0100 (Tue, 09 Jan 2007)
New Revision: 1261
Modified:
packages-wip/mongrel/trunk/debian/patches/02_use_default_ruby_cgi.dpatch
Log:
Now the patch works :D
Modified: packages-wip/mongrel/trunk/debian/patches/02_use_default_ruby_cgi.dpatch
===================================================================
--- packages-wip/mongrel/trunk/debian/patches/02_use_default_ruby_cgi.dpatch 2007-01-09 13:44:07 UTC (rev 1260)
+++ packages-wip/mongrel/trunk/debian/patches/02_use_default_ruby_cgi.dpatch 2007-01-09 13:48:18 UTC (rev 1261)
@@ -1,4 +1,12 @@
---- /tmp/mongrel_rails 2007-01-09 11:27:28.989661250 +0000
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_use_default_ruby_cgi.dpatch by <filipe at icewall.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Forces mongrel to use default ruby cgi.rb, that is already ok in debian.
+
+ at DPATCH@
+diff -Nru mongrel.orig/bin/mongrel_rails /usr/bin/mongrel_rails
+--- mongrel.orig/bin/mongrel_rails 2007-01-09 11:27:28.989661250 +0000
+++ /usr/bin/mongrel_rails 2007-01-09 11:20:23.863092500 +0000
@@ -10,7 +10,7 @@
require 'mongrel'
More information about the Pkg-ruby-extras-commits
mailing list