From: Felipe Contreras Date: Sat, 13 Apr 2013 14:49:23 +0000 (+1900) Subject: Re: [PATCH] debian: package ruby bindings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2dffc410edc8cb608eea56c3ca00a0600be0231;p=notmuch-archives.git Re: [PATCH] debian: package ruby bindings --- diff --git a/d0/fac8f0b745b9d36b397125fae1fc08ac2fd612 b/d0/fac8f0b745b9d36b397125fae1fc08ac2fd612 new file mode 100644 index 000000000..052c454a1 --- /dev/null +++ b/d0/fac8f0b745b9d36b397125fae1fc08ac2fd612 @@ -0,0 +1,80 @@ +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 DBA54431FAF + for ; Sat, 13 Apr 2013 07:49:26 -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 OEEgF+fkWxNu for ; + Sat, 13 Apr 2013 07:49:26 -0700 (PDT) +Received: from mail-la0-f46.google.com (mail-la0-f46.google.com + [209.85.215.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4ED47431FAE + for ; Sat, 13 Apr 2013 07:49:26 -0700 (PDT) +Received: by mail-la0-f46.google.com with SMTP id ea20so3290897lab.33 + for ; Sat, 13 Apr 2013 07:49:24 -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=k4vmOt3KmfpOqaMU9+s62zX1K3E2sbLBrxXfaJ0qGDI=; + b=GZPN5jezQcYtllBjR574V1gdxH7CZ2kGeFdQ2hllfsX//9zBkza98/nKLxU5FORkbW + ZRSP2cQuYPh2AYjWAu9+41sOR24Dt5OP1U1fOcixfd8Uga4H7L0vnFKt7HNf5ekn64sj + gna2jZ282ssxb6E8RP1UCHgY7/xJfd/K4EdthvHFuGP3ZJHqZ6cudyQgQmNhGXdRWKbu + zZMf6C0NqywDUiicJUdIeQG34X8bI0RFsTyDFX2obDGFEhCRMqqIcB6Nu8dNSCqqh0Er + Ih1SlAqN4dTJMS1EVUhIpDf6ooA8YJQAhQ4HLCwaA9QYebEVffo8DVtbhfy8VNiORuXl + bwXw== +MIME-Version: 1.0 +X-Received: by 10.112.163.6 with SMTP id ye6mr7177449lbb.59.1365864563362; + Sat, 13 Apr 2013 07:49:23 -0700 (PDT) +Received: by 10.114.59.210 with HTTP; Sat, 13 Apr 2013 07:49:23 -0700 (PDT) +In-Reply-To: <87txnavf2i.fsf@zancas.localnet> +References: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com> + + <87txnavf2i.fsf@zancas.localnet> +Date: Sat, 13 Apr 2013 09:49:23 -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, Stefano Zacchiroli +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 14:49:27 -0000 + +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. + +Cheers. + +-- +Felipe Contreras