Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C755F431FBC for ; Sat, 13 Apr 2013 08:00:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DywcXBxOMqmm for ; Sat, 13 Apr 2013 08:00:38 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 29AB3431FAF for ; Sat, 13 Apr 2013 08:00:38 -0700 (PDT) Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net ([156.34.82.78] helo=zancas.localnet) by tesseract.cs.unb.ca with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1UR1wS-0004DX-MF; Sat, 13 Apr 2013 12:00:36 -0300 Received: from bremner by zancas.localnet with local (Exim 4.80) (envelope-from ) id 1UR1wM-0000E7-Sr; Sat, 13 Apr 2013 12:00:30 -0300 From: David Bremner To: Felipe Contreras Subject: Re: [PATCH] debian: package ruby bindings In-Reply-To: References: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com> <87txnavf2i.fsf@zancas.localnet> User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Sat, 13 Apr 2013 12:00:30 -0300 Message-ID: <87ip3qv5kh.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-Spam_bar: - Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 15:00:39 -0000 Felipe Contreras writes: > On Sat, Apr 13, 2013 at 6:35 AM, David Bremner wrote: >> Felipe Contreras writes: >> Mainly I've been busy. I need to double check the ruby packaging with >> somebody else. So, please continue to be patient, and not modify the >> stuff in ./debian. > > All right. I installed debian squeeze through debootstrap to test > this, and everything worked fine except for dh_python3 renaming .so > files, but that happened also for /usr/lib/libnotmuch.so, which makes > me think that dh_python3 is all buggy and nobody is really using it at > this point. Hi Felipe; Probably you should test in unstable (sid) since that's where the official packages get built. It's also a newer version of python3 (and hence dh_python3). The current packages are multi-arch, so they actually install into /usr/lib/$(arch_triple)/libnotmuch.so; I'm not sure if that is a typo on your part, or something is wrong there as well. d