[PATCH 2/2] debian: update build dependency on dtach instead of screen
authorJameson Graef Rollins <jrollins@finestructure.net>
Fri, 11 Nov 2011 00:17:57 +0000 (16:17 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:03 +0000 (09:40 -0800)
7f/b82de7cea23df03ffccda5077c8c8e7f1a78b9 [new file with mode: 0644]

diff --git a/7f/b82de7cea23df03ffccda5077c8c8e7f1a78b9 b/7f/b82de7cea23df03ffccda5077c8c8e7f1a78b9
new file mode 100644 (file)
index 0000000..8dd59dd
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <jrollins@finestructure.net>\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 71BF6429E25\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:18:02 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 2y-4bQNtN2kA for <notmuch@notmuchmail.org>;\r
+       Thu, 10 Nov 2011 16:18:00 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1ED15431FB6\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:18:00 -0800 (PST)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id C58AA3280BD\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:17:59 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
+       [76.174.136.149]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id 86C6C2E50D4E\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:17:57 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 2B463205; Thu, 10 Nov 2011 16:17:57 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 2/2] debian: update build dependency on dtach instead of\r
+ screen\r
+Date: Thu, 10 Nov 2011 16:17:57 -0800\r
+Message-Id: <1320970677-7335-2-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.7.1\r
+In-Reply-To: <1320970677-7335-1-git-send-email-jrollins@finestructure.net>\r
+References: <1320963737-1666-1-git-send-email-jrollins@finestructure.net>\r
+       <1320970677-7335-1-git-send-email-jrollins@finestructure.net>\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: Fri, 11 Nov 2011 00:18:02 -0000\r
+\r
+This reflects a modification to the test suite to use dtach instead of\r
+screen.\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 bb7b29c..3252f32 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
+- screen\r
++ dtach\r
+ Standards-Version: 3.9.2\r
+ Homepage: http://notmuchmail.org/\r
+ Vcs-Git: git://notmuchmail.org/git/notmuch\r
+-- \r
+1.7.7.1\r
+\r