summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-25 16:26:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-25 16:26:36 -0700
commitf2dd3639537f1046bf0e7ace52fe73370b49e065 (patch)
tree339897a8788475d4f428789bcd4c36dac6468fcb
parent1738af9c5dacaa456393d3d07c9711fa37429c0d (diff)
Commit Debian 3.0 (quilt) metadatadebian/25-1archive/debian/25-1
[dgit (9.13) quilt-fixup]
-rw-r--r--debian/patches/debian-changes16
1 files changed, 7 insertions, 9 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 2dadc82..fc1e62f 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -15,16 +15,14 @@ the first upload of upstream version 1.2.3, you could use:
clone`.)
A single combined diff, containing all the changes, follows.
---- paredit-el-24.orig/genhtml.sh
-+++ paredit-el-24/genhtml.sh
-@@ -4,8 +4,6 @@ set -Ceu
+--- paredit-el-25.orig/genhtml.sh
++++ paredit-el-25/genhtml.sh
+@@ -4,7 +4,7 @@ set -Ceu
: ${EMACS:=emacs}
--exec ${EMACS} --batch --load paredit.el --eval '
--(with-temp-buffer
-+exec ${EMACS} --batch --load paredit.el --eval '(with-temp-buffer
+-exec ${EMACS} -q --no-site-file --batch --load paredit.el --eval '(progn
++exec ${EMACS} --batch --load paredit.el --eval '(progn
+ (with-temp-buffer
(paredit-insert-html-examples)
-- (write-file "paredit.html"))
--'
-+ (write-file "paredit.html"))'
+ (write-file "paredit.html"))