~ubuntu-branches/ubuntu/karmic/camping/karmic

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Paul van Tilburg
  • Date: 2008-03-31 22:16:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080331221614-xtpswewqpuqrfi94
Tags: 1.5+svn242-1
* 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. 
* Bumped standards version to 3.7.3; no changes required. 
* debian/control:
  - Added Vcs-* fields to debian/control.
  - Changed depend on ruby into ruby1.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Camping for Debian
 
2
------------------
 
3
 
 
4
  Camping uses and thus depends on Active Support.  Since this is currently
 
5
  contained in the Rails package, it is a dependency of this package. 
 
6
  However, since the Rails package doesn't put the Active libraries in
 
7
  Ruby's standard $LOAD_PATH locations, Camping will be unable to find it. 
 
8
  I have patched the camping script itself to include the path to the
 
9
  $LOAD_PATH, but, if you are writing a Camping dispatch-script or any
 
10
  other scripts that directly taps into the Camping API, you have to add
 
11
  this to the top of your script (i.e. before: require "camping"):
 
12
 
 
13
    $LOAD_PATH.unshift "/usr/share/rails/activesupport/lib"
 
14
 
 
15
  Hopefully, the Active libraries will be split of the Rails package soon
 
16
  and this will no longer be necessary.
 
17
 
 
18
 -- Paul van Tilburg <paulvt@debian.org>  Sun,  5 Nov 2006 10:48:15 +0100