]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Build-Depends on emacs24-nox|emacs24 instead of emacs23.
authorBill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Mon, 7 Jul 2014 19:55:02 +0000 (21:55 +0200)
committerBill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Mon, 7 Jul 2014 19:55:38 +0000 (21:55 +0200)
Closes: #753999 Thanks Gabriele Giacone.
debian/changelog
debian/control
debian/rules

index 6e66a84b47db3f8048c8c60eadb457c203183c82..0bab2bb2dc21a73fb42289467206f5b75f26bc7b 100644 (file)
@@ -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.
index 3004ab6267436aed66cf4d8a096cf3ce5c561df9..36cd86e2e3f65646cc31675476c11e1786ced4eb 100644 (file)
@@ -10,7 +10,7 @@ Build-Depends: bsdmainutils,
                debiandoc-sgml (>= 1.1.47),
                docbook-dsssl,
                docbook-xml,
-               emacs23,
+               emacs24-nox|emacs24,
                groff,
                jade,
                links | elinks,
index 1f69ddb37eec3ab8e594352ff0b158d617f62243..3fcbf962a40f72a70e7ea050edaba662fbff37ab 100755 (executable)
@@ -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)