From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8BEF66DE278A for ; Mon, 17 Jul 2017 08:06:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.005 X-Spam-Level: X-Spam-Status: No, score=0.005 tagged_above=-999 required=5 tests=[AWL=0.004, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gNxbb9qb29bq for ; Mon, 17 Jul 2017 08:06:28 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 0140D6DE281B for ; Mon, 17 Jul 2017 08:06:25 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dX7Y9-0003E4-5B; Mon, 17 Jul 2017 11:03:05 -0400 Received: (nullmailer pid 18008 invoked by uid 1000); Mon, 17 Jul 2017 15:06:15 -0000 From: David Bremner To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: [PATCH 4/4] debian: allow emacs25 as a build depend Date: Mon, 17 Jul 2017 12:06:12 -0300 Message-Id: <20170717150612.17933-5-david@tethera.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170717150612.17933-1-david@tethera.net> References: <20170717150612.17933-1-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Mon, 17 Jul 2017 15:06:28 -0000 It's a bit crazy to require emacs 24 installed just to build, when it isn't required to run. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 4e1feba1..96807d49 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: dh-elpa (>= 1.3), python-sphinx (>= 1.0), ruby, ruby-dev (>>1:1.9.3~), + emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el !kfreebsd-any], -- 2.11.0