From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EF40A429E2B for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.921 X-Spam-Level: X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5 tests=[NO_DNS_FOR_FROM=0.379, 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 YVPVtsEII4Rv for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 47465429E27 for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 634D32E506E8; Tue, 21 Jun 2011 10:23:25 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from servo.finestructure.net (DHCP-123-207.caltech.edu [131.215.123.207]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 609B82E50BF6; Tue, 21 Jun 2011 10:23:18 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 9E73F7A2; Tue, 21 Jun 2011 10:31:28 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH 3/4] debian: build depend on emacs23 or emacs23-nox Date: Tue, 21 Jun 2011 10:31:24 -0700 Message-Id: <1308677485-6846-3-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <1308677485-6846-2-git-send-email-jrollins@finestructure.net> References: <87wrgfqprg.fsf@zancas.localnet> <1308677485-6846-1-git-send-email-jrollins@finestructure.net> <1308677485-6846-2-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: Tue, 21 Jun 2011 17:31:37 -0000 --- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 0c998df..49f6961 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libgmime-2.4-dev, libtalloc-dev, libz-dev, - emacs23-nox, + emacs23 | emacs23-nox, python-all (>= 2.6.6-3~), Standards-Version: 3.9.1.0 Homepage: http://notmuchmail.org/ -- 1.7.5.3