From: Jani Nikula Date: Thu, 6 Mar 2014 22:49:31 +0000 (+0200) Subject: Re: [PATCH] debian: add dependency on bash-completion X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d2ecb6c2ed1042ac58c18c24a26b3672838e800;p=notmuch-archives.git Re: [PATCH] debian: add dependency on bash-completion --- diff --git a/e7/63676e09e50ff4ac7149eeea8de5655ea4dd6e b/e7/63676e09e50ff4ac7149eeea8de5655ea4dd6e new file mode 100644 index 000000000..bb94d6e2b --- /dev/null +++ b/e7/63676e09e50ff4ac7149eeea8de5655ea4dd6e @@ -0,0 +1,105 @@ +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 1DB68431FAF + for ; Thu, 6 Mar 2014 14:49:47 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 16Mim-3Thszg for ; + Thu, 6 Mar 2014 14:49:39 -0800 (PST) +Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com + [209.85.215.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 80B60431FAE + for ; Thu, 6 Mar 2014 14:49:39 -0800 (PST) +Received: by mail-ea0-f175.google.com with SMTP id d10so1968445eaj.6 + for ; Thu, 06 Mar 2014 14:49:35 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=6JAEsa+GRtQrFhGlKAUBUbxU0+h1DlhcudbNsclh4tM=; + b=RCM6WwfY4JOPZGtdZxM6CbKaxHerrUcVSIVywhVJ1/UHjN6AxZlO0pmDXyGnk1XidK + tzyM6syeN0TLgiDXxWRz31veKqQejA601scj9Xj/rN3DUwW3MbNmsvCvYFY4GIqrLzTh + MxIRq1VEy3MNB7jYJtpdJSzs7prkvT6IDh9DS6XSmuv9RxjQZU3XwUj1oJY2dnZBnsFy + 5v83FCIj7gxkGk6oKFmCpRMjaYsAOxF6sFfQiBkBo/rHksC95eNfU1N8pdy8wzdzHsZD + JadcYaTwLL4qTkR3dd7Eaiub1LRTuwcqVkh6dDuktPOBzynDXd2LKlJ3SaVUKnj/tbBm + 9GHA== +X-Gm-Message-State: + ALoCoQnXkPId/Z91+Juk9B7pLkjkIPgqPF8D3wr0HDrB+heWdfi5nRnFKvG4Cc1SH1NoU3CL59OE +X-Received: by 10.14.246.68 with SMTP id p44mr15437261eer.72.1394146174325; + Thu, 06 Mar 2014 14:49:34 -0800 (PST) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id m8sm27283422eef.14.2014.03.06.14.49.32 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 06 Mar 2014 14:49:33 -0800 (PST) +From: Jani Nikula +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH] debian: add dependency on bash-completion +In-Reply-To: <1394111097-30993-1-git-send-email-david@tethera.net> +References: <1394111097-30993-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.17+101~g2c5a6ae9e6e9 (http://notmuchmail.org) + Emacs/24.3.1 (x86_64-pc-linux-gnu) +Date: Fri, 07 Mar 2014 00:49:31 +0200 +Message-ID: <878usn2b9g.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Thu, 06 Mar 2014 22:49:47 -0000 + +On Thu, 06 Mar 2014, David Bremner wrote: +> At some point we decided to only install bash completion for notmuch +> if the bash-completion file was present. Add the corresponding debian +> build dependency. +> --- +> debian/control | 3 ++- +> 1 file changed, 2 insertions(+), 1 deletion(-) +> +> diff --git a/debian/control b/debian/control +> index a887263..475b787 100644 +> --- a/debian/control +> +++ b/debian/control +> @@ -19,7 +19,8 @@ Build-Depends: +> emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) | +> emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), +> gdb [!s390x !ia64], +> - dtach (>= 0.8) +> + dtach (>= 0.8), +> + bash-completion + +Not that I know anything about Debian packaging, but should we require +bash-completion >= 1.90 here too? (See the configure script.) + +BR, +Jani. + +> Standards-Version: 3.9.4 +> Homepage: http://notmuchmail.org/ +> Vcs-Git: git://notmuchmail.org/git/notmuch +> -- +> 1.8.5.3 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch