From 10739d0762d6b7b5183139e9af2a6b4108de3679 Mon Sep 17 00:00:00 2001
From: David Bremner <david@tethera.net>
Date: Tue, 18 Feb 2014 21:05:14 -0400
Subject: [PATCH] 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.
---
 debian/ruby-notmuch.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2