Package: ruby-librarian / 0.6.3-1

Metadata

Package Version Patches format
ruby-librarian 0.6.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add patch to keep VERSION in the library namespace.patch | (download)

lib/librarian/version.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add patch to keep version in the library namespace

When installed as system package, the gem still looks for
/usr/lib/ruby/VERSION to find its version. Have librarian look in
/usr/lib/ruby/vendor_ruby/librarian instead.

(The packaging needs to install VERSION there in another commit)