[DRE-commits] r2548 - in packages/camping/trunk/debian: . patches
paulvt at alioth.debian.org
paulvt at alioth.debian.org
Mon Mar 31 20:09:08 UTC 2008
Author: paulvt
Date: 2008-03-31 20:09:07 +0000 (Mon, 31 Mar 2008)
New Revision: 2548
Added:
packages/camping/trunk/debian/patches/01_add-activerecord-activesupport-loadpath.diff
Removed:
packages/camping/trunk/debian/patches/01_add-activesupport-loadpath.diff
Modified:
packages/camping/trunk/debian/changelog
Log:
Replaced 01_add-activesupport-loadpath patch by
01_add-activerecord-activesupport-loadpatch to add active_record too.
Modified: packages/camping/trunk/debian/changelog
===================================================================
--- packages/camping/trunk/debian/changelog 2008-03-31 19:53:27 UTC (rev 2547)
+++ packages/camping/trunk/debian/changelog 2008-03-31 20:09:07 UTC (rev 2548)
@@ -1,8 +1,10 @@
-camping (1.5+svn242-1) UNRELEASED; urgency=low
+camping (1.5+svn242-1) unstable; urgency=low
* New Subversion snapshot (close to 1.6 release).
+ * Replaced 01_add-activesupport-loadpath patch by
+ 01_add-activerecord-activesupport-loadpatch to add active_record too.
- -- Paul van Tilburg <paulvt at debian.org> Mon, 31 Mar 2008 21:27:17 +0200
+ -- Paul van Tilburg <paulvt at debian.org> Mon, 31 Mar 2008 22:09:04 +0200
camping (1.5+svn186-2) unstable; urgency=low
Added: packages/camping/trunk/debian/patches/01_add-activerecord-activesupport-loadpath.diff
===================================================================
--- packages/camping/trunk/debian/patches/01_add-activerecord-activesupport-loadpath.diff (rev 0)
+++ packages/camping/trunk/debian/patches/01_add-activerecord-activesupport-loadpath.diff 2008-03-31 20:09:07 UTC (rev 2548)
@@ -0,0 +1,13 @@
+--- bin/camping.orig 2008-03-31 21:39:34.000000000 +0200
++++ bin/camping 2008-03-31 22:04:25.000000000 +0200
+@@ -1,5 +1,10 @@
+ #!/usr/bin/env ruby
+
++# Add active_record and active_support paths in Rails package since this is
++# not in a standard location.
++$LOAD_PATH.unshift "/usr/share/rails/activerecord/lib"
++$LOAD_PATH.unshift "/usr/share/rails/activesupport/lib"
++
+ require 'optparse'
+ require 'ostruct'
+ require 'stringio'
Deleted: packages/camping/trunk/debian/patches/01_add-activesupport-loadpath.diff
===================================================================
--- packages/camping/trunk/debian/patches/01_add-activesupport-loadpath.diff 2008-03-31 19:53:27 UTC (rev 2547)
+++ packages/camping/trunk/debian/patches/01_add-activesupport-loadpath.diff 2008-03-31 20:09:07 UTC (rev 2548)
@@ -1,12 +0,0 @@
---- bin/camping.orig 2006-11-04 22:06:36.000000000 +0100
-+++ bin/camping 2006-11-04 22:07:33.000000000 +0100
-@@ -1,5 +1,9 @@
- #! /usr/bin/ruby1.8
-
-+# Add active_support path in Rails package since this is not in a
-+# standard location.
-+$LOAD_PATH.unshift "/usr/share/rails/activesupport/lib"
-+
- require 'delegate'
- require 'optparse'
- require 'ostruct'
More information about the Pkg-ruby-extras-commits
mailing list