[PATCH] debian/control: require dtach version >= 0.8 in Build-Depends
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 21 Nov 2011 15:18:00 +0000 (17:18 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:20 +0000 (09:40 -0800)
22/c3ab6ef2f8936624613aa4798219b8ed1e8356 [new file with mode: 0644]

diff --git a/22/c3ab6ef2f8936624613aa4798219b8ed1e8356 b/22/c3ab6ef2f8936624613aa4798219b8ed1e8356
new file mode 100644 (file)
index 0000000..627e3e0
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <tomi.ollila@nixu.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E1CD7429E21\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 07:18:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id VjPW3omv+Ijp for <notmuch@notmuchmail.org>;\r
+       Mon, 21 Nov 2011 07:18:03 -0800 (PST)\r
+Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C5A2E431FD0\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 07:18:02 -0800 (PST)\r
+Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
+       by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
+       pALFI0ox030876\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 17:18:00 +0200\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: [PATCH] debian/control: require dtach version >= 0.8 in Build-Depends\r
+User-Agent: Notmuch/0.10~rc1+16~gc832dad (http://notmuchmail.org) Emacs/23.3.1\r
+       (i686-pc-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 21 Nov 2011 17:18:00 +0200\r
+Message-ID: <yf6ehx18pxz.fsf@taco2.nixu.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 21 Nov 2011 15:18:07 -0000\r
+\r
+Since version 0.8 of dtach -n does no longer require controlling\r
+tty to be present when executed. Currently controlling tty is not\r
+always (if ever) present when tests are executed.\r
+---\r
+ debian/control |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index 3252f32..f6f415e 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -16,7 +16,7 @@ Build-Depends:\r
+  python-all (>= 2.6.6-3~),\r
+  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
+  gdb,\r
+- dtach\r
++ dtach (>= 0.8)\r
+ Standards-Version: 3.9.2\r
+ Homepage: http://notmuchmail.org/\r
+ Vcs-Git: git://notmuchmail.org/git/notmuch\r
+-- \r
+1.7.7.3\r