From: Bill Allombert Date: Mon, 7 Jul 2014 19:55:02 +0000 (+0200) Subject: Build-Depends on emacs24-nox|emacs24 instead of emacs23. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c725b9d2af39ac3a7e24b7d9eb374a48c5b6893;p=debian%2Fdebian-policy.git Build-Depends on emacs24-nox|emacs24 instead of emacs23. Closes: #753999 Thanks Gabriele Giacone. --- 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)