From 5f67bf76a8a8f3512832c4f2c9ae8eb8587bcd83 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 5 Feb 2015 09:46:02 +0000 Subject: Move our ruby libraries. This is designed to help them be loaded by ruby1.8 + 1.9.1. --- debian/changelog | 7 +++++++ debian/custodian.install | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 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/ -- cgit v1.2.1