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