From c0df7a07ac80a916207f4cbd7aa6ac15d0fcca35 Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Sun, 7 Apr 2013 15:03:05 -0500
-Subject: Prefer /usr/share/info/emacs/
-
-Emacs prefers /usr/share/info/emacs to /usr/share/info.
+Subject: Emacs prefers /usr/share/info/emacs to /usr/share/info.
The value of Info-default-directory-list has been augmented via
lisp/info.el to include /usr/share/info/emacs before /usr/share/info.
From db11169aaaca4aa86c8e98685bd23eb26ffb9b89 Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Mon, 4 Apr 2011 22:46:22 -0500
-Subject: Run debian-startup and set debian-emacs-flavor
+Subject: Emacs sets debian-emacs-flavor and runs debian-startup.
-Emacs runs debian-startup and sets debian-emacs-flavor.
-
-* Emacs runs debian-startup during the startup process unless
- site-run-file is false.
-
-* The global variable debian-emacs-flavor is bound to 'emacs.
-
-Author: Rob Browning <rlb@defaultvalue.org>
+The global variable debian-emacs-flavor is bound to 'emacs, and
+debian-startup is run during the startup process unless site-run-file
+is false.
---
lisp/startup.el | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
From 8fff656e51bc7d8ad1842fe0ba2055a0fe16bd86 Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Mon, 4 Apr 2011 22:46:24 -0500
-Subject: Remove files that appear to be incompatible with the DFSG
-
-Files that appear to be incompatible with the DFSG have been removed.
+Subject: Files that appear to be incompatible with the DFSG have been removed.
A number of files have been removed from this package because their
licenses are not compatible with the Debian Free Software Guidelines
The files that have been removed, but still appear to be
distributable, have been moved to packages in Debian's non-free
section.
-
-Author: Rob Browning <rlb@defaultvalue.org>
-Added-by: Rob Browning <rlb@defaultvalue.org>
-Status: new
---
Makefile.in | 44 +++++++++++++++++---------------------------
configure.ac | 15 ++++++---------
From 48687a2f3c9a6c2babcd0f9b52adfc1f83a79a5c Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Mon, 4 Apr 2011 22:46:25 -0500
-Subject: Adjust documentation references for Debian
-
-Various documentation references have been adjusted for Debian.
+Subject: Various documentation references have been adjusted for Debian.
References to /usr/local/... have been changed to /usr/... as
appropriate, etc.
From 49ffe438944fe2a07d0ad1e71fd1b83913a3d44e Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Mon, 4 Apr 2011 22:46:28 -0500
-Subject: Modify the output of (version) to indicate Debian modifications
+Subject: The output of (version) has been modified to indicate Debian modifications.
-The output of (version) has been modified to indicate Debian modifications.
-
-Author: Rob Browning <rlb@defaultvalue.org>
-Added-by: Rob Browning <rlb@defaultvalue.org>
---
lisp/version.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From 3e290ebbf7f48d31159141dc3ff17f2ca9bff53c Mon Sep 17 00:00:00 2001
From: Rob Browning <rlb@defaultvalue.org>
Date: Tue, 21 Oct 2014 19:10:17 -0500
-Subject: Don't try to build src/macuvs.h (via IVD_Sequences.txt)
+Subject: src/macuvs.h is not built (via IVD_Sequences.txt).
These are OS X specific, and were removed for now, due to uncertainty
over the licensing.
Date: Mon, 10 Oct 2016 17:35:56 -0500
Subject: Kill gpg agent in package-test.el to avoid a race
-package-test.el should no longer fail during clean up.
-
* Previously a delete-directories call raced with the gpg agent's own
cleanup process (presumably triggered by the first deletion of one of
the agent's sockets). As a result, it looks like the agent might
* To fix the problem, explicitly ask gpg-connect-agent to kill the agent
before attempting to delete the gnupg home directory, and then delete
via "rm -rf" to ignore any vanishing files.
+
+README-Debian: package-test.el should no longer fail during clean up.
---
test/lisp/emacs-lisp/package-tests.el | 8 ++++++++
1 file changed, 8 insertions(+)
1 unexpected results:
FAILED vc-bzr-test-faulty-bzr-autoloads
+
+README-Debian: The vc-bzr-test-fauilt-bzr-autoloads test is allowed to fail.
---
test/lisp/vc/vc-bzr-tests.el | 1 +
1 file changed, 1 insertion(+)
Bug: https://bugs.gnu.org/44531
Bug-Debian: http://bugs.debian.org/1019130
Forwarded: not-needed
+README-Debian: pdumper is built with DUMP_RELOC_ALIGNMENT_BITS=1 for m68k.
---
src/pdumper.c | 4 ++++
1 file changed, 4 insertions(+)
(= 3 2)
:value nil))
FAILED 41/44 test-undo-region (0.000185 sec)
+
+README-Debian: The test-undo-region test is allowed to fail.
---
test/lisp/simple-tests.el | 1 +
1 file changed, 1 insertion(+)
1 files did not finish:
src/process-tests.log
make[4]: *** [Makefile:336: check-doit] Error 2
+
+README-Debian: The process-tests/multiple-threads-waiting test is allowed to fail.
---
test/src/process-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Origin: upstream, commit: 5fec9182dbeffa88cef6651d8c798ef9665d6681
Forwarded: not-needed
+README-Debian: The inhibit-native-compilation variable has been added.
+ Backported from upstream.
---
lisp/emacs-lisp/comp.el | 47 +++++++++++++++++++-----------------
lisp/progmodes/elisp-mode.el | 2 +-
Origin: upstream, commit f97993ee667f9be7589825f3a4fbc095d6944ec6
Forwarded: not-needed
+README-Debian: inhibit-native-compilation has been renamed to inhibit-automatic-native-compilation.
+ Matching the upstream change.
---
lisp/emacs-lisp/comp.el | 2 +-
lisp/progmodes/elisp-mode.el | 4 ++--
From 203201f1f29e74ba00a27f1b16cfb2d12d32468c Mon Sep 17 00:00:00 2001
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Mon, 31 Jul 2023 09:26:48 +0100
-Subject: Patch project-vc-recognizes-git test for Debian build
+Subject: The project-vc-recognizes-git test has been adjusted for Debian builds
---
test/lisp/progmodes/project-tests.el | 2 +-
From 26155f0997470d4ac10b0295ed5c1c16e070734a Mon Sep 17 00:00:00 2001
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Tue, 29 Aug 2023 09:08:55 +0100
-Subject: Change native-comp-async-jobs-number default to 1
+Subject: The native-comp-async-jobs-number default has been set to 1
---
lisp/emacs-lisp/comp.el | 2 +-