From: David Bremner Date: Thu, 6 Mar 2014 13:04:57 +0000 (+2000) Subject: [PATCH] debian: add dependency on bash-completion X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b6204824640fbca9a1fb9c752c9e41d36727a63;p=notmuch-archives.git [PATCH] debian: add dependency on bash-completion --- diff --git a/75/62d118c6241ceba97d2a448f181299ee613e4f b/75/62d118c6241ceba97d2a448f181299ee613e4f new file mode 100644 index 000000000..a15128959 --- /dev/null +++ b/75/62d118c6241ceba97d2a448f181299ee613e4f @@ -0,0 +1,70 @@ +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 29923431FBF + for ; Thu, 6 Mar 2014 05:05:20 -0800 (PST) +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 6+p2Xt3DCTX1 for ; + Thu, 6 Mar 2014 05:05:12 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 80F66431FAE + for ; Thu, 6 Mar 2014 05:05:12 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WLXz4-0000rb-3m; Thu, 06 Mar 2014 09:05:10 -0400 +Received: (nullmailer pid 31035 invoked by uid 1000); Thu, 06 Mar 2014 + 13:05:06 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] debian: add dependency on bash-completion +Date: Thu, 6 Mar 2014 09:04:57 -0400 +Message-Id: <1394111097-30993-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.5.3 +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 13:05:20 -0000 + +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 + Standards-Version: 3.9.4 + Homepage: http://notmuchmail.org/ + Vcs-Git: git://notmuchmail.org/git/notmuch +-- +1.8.5.3 +