From 3c725b9d2af39ac3a7e24b7d9eb374a48c5b6893 Mon Sep 17 00:00:00 2001 From: Bill Allombert Date: Mon, 7 Jul 2014 21:55:02 +0200 Subject: [PATCH] Build-Depends on emacs24-nox|emacs24 instead of emacs23. Closes: #753999 Thanks Gabriele Giacone. --- debian/changelog | 3 +++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e66a84..0bab2bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ debian-policy (3.9.6.0) unstable; urgency=low [ Bill Allombert ] * upgrading-checklist.sgml: remove spurious 'details in' leftover from the HTML transition. Closes: #740100. Thanks Jakub Wilk. + * debian/control: + - Build-Depends emacs24-nox|emacs24 instead of emacs23. Closes: #753999 + Thanks Gabriele Giacone. * Policy: [11.5.1] Web servers: Fix use of metasyntactic variables and applications Closes: #737730. Thanks Olivier Berger. * Policy: [5.6.21] Files: Fix typo "by" -> be. Closes: #753353. diff --git a/debian/control b/debian/control index 3004ab6..36cd86e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: bsdmainutils, debiandoc-sgml (>= 1.1.47), docbook-dsssl, docbook-xml, - emacs23, + emacs24-nox|emacs24, groff, jade, links | elinks, diff --git a/debian/rules b/debian/rules index 1f69ddb..3fcbf96 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ date := $(shell date +"%Y-%m-%d") version := $(shell dpkg-parsechangelog | awk '/^Version:/ { print $$2; exit }') # Currently, emacs23 is required (xemacs is not sufficient). -EMACS := emacs23 +EMACS := emacs24 # Location of the source and build directories. SRCTOP := $(CURDIR) -- 2.39.2