From: Felipe Contreras Date: Sun, 28 Apr 2013 07:18:42 +0000 (+1900) Subject: Re: [PATCH] debian: package ruby bindings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd50e6701141de9e6e6e541db3341dd3ddf0d67e;p=notmuch-archives.git Re: [PATCH] debian: package ruby bindings --- diff --git a/72/6da88b36153cece008b7003e04f74a8b585fd1 b/72/6da88b36153cece008b7003e04f74a8b585fd1 new file mode 100644 index 000000000..892c55f1f --- /dev/null +++ b/72/6da88b36153cece008b7003e04f74a8b585fd1 @@ -0,0 +1,81 @@ +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 CACA6431FB6 + for ; Sun, 28 Apr 2013 00:18:46 -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 LPb0NMORdSad for ; + Sun, 28 Apr 2013 00:18:45 -0700 (PDT) +Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com + [209.85.217.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 44DE8431FAF + for ; Sun, 28 Apr 2013 00:18:45 -0700 (PDT) +Received: by mail-lb0-f174.google.com with SMTP id s10so4858530lbi.33 + for ; Sun, 28 Apr 2013 00:18:43 -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=6CJ9486pyiXaBpdMvEcouuBTGzmCvM6jxeOUY135XxA=; + b=kNytfhaqk3K3EKcIfiQOCjgIW1K5rIHnTHX5lTrDkISF8KP8FgMFIyZomiVz2owlNY + WXo4MF0qGxB1MwfTbPHUEz4Jf0xfVWmRARYu3iSZ5oxxUevZo/hCjDk7cpBEYbRpviAA + i7RqgZcvgD99nEMJ8C+baWdPSVM20H2PZO7ZpjgH87sjjO2ATYDGGRPhOm5Z3lHuixT+ + wYCI7vff5127sy74crjlJ12ARmguBBr5jLRH/MfkOLcp4Worem10DRCTJB8S/c81TdoI + vI3pmgj2vt+7KPewCN7AbtolHcctbeXaHQvYzsJ7ZYtzFqEUdrRqm7YWidIj/HUng7ku + vdWg== +MIME-Version: 1.0 +X-Received: by 10.152.29.132 with SMTP id k4mr3533083lah.46.1367133522492; + Sun, 28 Apr 2013 00:18:42 -0700 (PDT) +Received: by 10.114.83.167 with HTTP; Sun, 28 Apr 2013 00:18:42 -0700 (PDT) +In-Reply-To: <878v48om5u.fsf@zancas.localnet> +References: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com> + <87y5clte1j.fsf@zancas.localnet> + + <87wqs4rsjm.fsf@zancas.localnet> + + <878v48om5u.fsf@zancas.localnet> +Date: Sun, 28 Apr 2013 02:18:42 -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: Sun, 28 Apr 2013 07:18:47 -0000 + +On Tue, Apr 23, 2013 at 6:35 PM, David Bremner wrote: + +> On the other hand, there is some time to clean things up since I won't +> upload new packages to Debian before the next notmuch release. And I do +> consider uploading a package to Debian to be an extra personal +> responsibility, especially when it is part of notmuch that I am not +> maintaining. + +I understand that you are not going to work on the Debian packages for +some time, but what prevents this patch from being merged to notmuch +'master'? Is there any problems with the patch? Shall I just push it? + +-- +Felipe Contreras