diff options
Diffstat (limited to 'debian')
| -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/ | 
