From: Felipe Contreras Date: Sat, 13 Apr 2013 15:03:18 +0000 (+1900) Subject: Re: [PATCH] debian: package ruby bindings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7197939dcf3a4eb2ffa3964b1cadf9d31617f81;p=notmuch-archives.git Re: [PATCH] debian: package ruby bindings --- diff --git a/46/232f2fdda6a5100172593e2d2ce761258f8515 b/46/232f2fdda6a5100172593e2d2ce761258f8515 new file mode 100644 index 000000000..4839a97e0 --- /dev/null +++ b/46/232f2fdda6a5100172593e2d2ce761258f8515 @@ -0,0 +1,83 @@ +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 B5D09431FAF + for ; Sat, 13 Apr 2013 08:03:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 K7z5DLsZefAt for ; + Sat, 13 Apr 2013 08:03:21 -0700 (PDT) +Received: from mail-la0-f54.google.com (mail-la0-f54.google.com + [209.85.215.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1F117431FAE + for ; Sat, 13 Apr 2013 08:03:20 -0700 (PDT) +Received: by mail-la0-f54.google.com with SMTP id ec20so3298812lab.27 + for ; Sat, 13 Apr 2013 08:03:18 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:x-received:in-reply-to:references:date:message-id + :subject:from:to:cc:content-type; + bh=lD4OQN1CHmPkJZev79PluFfJg4nmUgCR9ZP2WjX5lPU=; + b=EXwe7P+lKag63N1neb6QW2NdkTsEeQ8b5408BeQC32He/0TmxvTv0v9v73ec4FE7Av + L4d4LdlQKXg+u2zAj4PmCIhdFpgtduV8bkLU6HAJYN9n4fppcR6IoIPYKnaCm3MpRL8n + LHvbWuNUq6ETOeDoHqa7j3iUxvjAguxo+9iZJ/5wVTimzCB8WcTWG2UKoxkrl8liuAw6 + tR9ahvwkJb1DrINHG4mS+x5T4x/aNpehcVD9PsuiZAsxNAmZiaK6J5R7O1zEa/MxUdTO + fpHab+bowopxEgkGQ+xjKO5XcNj2P+6+hxXUE3APImNccqqCXn5f211YwZK7kEL8kMLf + VrSg== +MIME-Version: 1.0 +X-Received: by 10.112.146.133 with SMTP id tc5mr7235136lbb.88.1365865398263; + Sat, 13 Apr 2013 08:03:18 -0700 (PDT) +Received: by 10.114.59.210 with HTTP; Sat, 13 Apr 2013 08:03:18 -0700 (PDT) +In-Reply-To: <87ip3qv5kh.fsf@zancas.localnet> +References: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com> + + <87txnavf2i.fsf@zancas.localnet> + + <87ip3qv5kh.fsf@zancas.localnet> +Date: Sat, 13 Apr 2013 10:03:18 -0500 +Message-ID: + +Subject: Re: [PATCH] debian: package ruby bindings +From: Felipe Contreras +To: David Bremner +Content-Type: text/plain; charset=UTF-8 +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:03:21 -0000 + +On Sat, Apr 13, 2013 at 10:00 AM, David Bremner wrote: + +> 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). + +I'll give that a try. + +> 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. + +Not according to debian: +http://packages.debian.org/sid/amd64/libnotmuch-dev/filelist + +-- +Felipe Contreras