]> git.eshelyaron.com Git - emacs.git/commitdiff
; * INSTALL: Correct a recent change.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Nov 2020 17:43:40 +0000 (09:43 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Nov 2020 17:43:40 +0000 (09:43 -0800)
Debian stopped including the major version number in the emacs package
name after version 25, so there is no 'emacs27-dbg' package.
We may as well drop this clause altogether, since Debian stable has
version 26.

No need to merge to master (where this information is in etc/PROBLEMS
in any case).

INSTALL

diff --git a/INSTALL b/INSTALL
index cb1fe8d3c2c18866dacb128cb3453cd2420188f1..8eb5ee2869bd7cd404bbe47570599e205e82c082 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -254,9 +254,9 @@ updated.
 Emacs debugging symbols are distributed by a debug package.  It does
 not exist for every released Emacs package, this depends on the
 distribution.  On Debian-based systems, you can install a debug
-package of Emacs with a command like 'apt-get install emacs-dbg' (on
-older systems, replace 'emacs' with eg 'emacs27').  On Red Hat-based
-systems, the corresponding command is 'dnf debuginfo-install emacs'.
+package of Emacs with a command like 'apt-get install emacs-dbg'.
+On Red Hat-based systems, the corresponding command is
+'dnf debuginfo-install emacs'.
 
 
 DETAILED BUILDING AND INSTALLATION: