From: David Bremner Date: Wed, 19 Feb 2014 01:05:14 +0000 (-0400) Subject: debian: update ruby binary extension install path X-Git-Tag: debian/0.17-4~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=10739d0762d6b7b5183139e9af2a6b4108de3679 debian: update ruby binary extension install path From Christian Hofstaedler, Debian bug 739120: When ruby-defaults > 1:2.0 will be uploaded to sid, the version of Ruby provided by the 'ruby' and 'ruby-dev' packages will change to version 2.0. This version change includes a change to the path for binary extensions. This patch works for Ruby 1.9.1 as well as Ruby 2.0, so it's safe to apply now. --- diff --git a/debian/ruby-notmuch.install b/debian/ruby-notmuch.install index 98e7050b..d3f2105c 100644 --- a/debian/ruby-notmuch.install +++ b/debian/ruby-notmuch.install @@ -1 +1 @@ -usr/lib/ruby/vendor_ruby/*/*/notmuch.so +usr/lib/*/*ruby/*/*/notmuch.so