diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-05 09:46:02 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-05 09:46:02 +0000 |
commit | 51c7a92378c189c978aa919759d19636ae614f6e (patch) | |
tree | a68767600555a76244f17f0e1809d8a543fc8278 | |
parent | e023058e3794658eb7ddb4f8a1021375379b294a (diff) |
Move our ruby libraries.
This is designed to help them be loaded by ruby1.8 + 1.9.1.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/custodian.install | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 65e0c3a..e648785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +custodian (0.18) stable; urgency=medium + + * Locate our core-ruby libraries beneath vendor_ruby to allow them + to be loaded on Ruby 1.8 + 1.9. + + -- Steve Kemp <steve@bytemark.co.uk> Thu, 05 Feb 2014 09:44:09 +0000 + custodian (0.17) stable; urgency=medium * Updated the shebang line of all our ruby scripts to allow rubygems diff --git a/debian/custodian.install b/debian/custodian.install index 74785a5..180471d 100644 --- a/debian/custodian.install +++ b/debian/custodian.install @@ -1,3 +1,3 @@ -lib/* usr/lib/ruby/1.8/ +lib/* usr/lib/ruby/vendor_ruby/ bin/* usr/bin/ etc/* etc/ |