summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0001-Use-footer-style-none-in-asciidoc-call.patch22
-rw-r--r--debian/patches/0002-Disable-RPATH-support-in-Debian-builds.patch26
-rw-r--r--debian/patches/series2
3 files changed, 0 insertions, 50 deletions
diff --git a/debian/patches/0001-Use-footer-style-none-in-asciidoc-call.patch b/debian/patches/0001-Use-footer-style-none-in-asciidoc-call.patch
deleted file mode 100644
index 25786a4..0000000
--- a/debian/patches/0001-Use-footer-style-none-in-asciidoc-call.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Didier Raboud <odyx@debian.org>
-Date: Sun, 27 Aug 2017 17:19:03 +0200
-Subject: Use footer-style=none in asciidoc call
-
-In the asciidoc call, use the '-a footer-style=none' to export without the footer; as it contains the build timestamp, which makes the build unreproducible
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 67d503c..270d42e 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -177,7 +177,7 @@ install-docs:
-
- Tcl.html: jim_tcl.txt @srcdir@/make-index
- @if HAVE_ASCIIDOC
-- @tclsh@ @srcdir@/make-index $> $^ | @ASCIIDOC@ -d manpage - | @SED@ -e '/^<div.*id="footer-text"/,/<\/div>/d' >$@
-+ @tclsh@ @srcdir@/make-index $> $^ | @ASCIIDOC@ -d manpage -a footer-style=none - | @SED@ -e '/^<div.*id="footer-text"/,/<\/div>/d' >$@
- @else
- @echo "asciidoc is not available"; false
- @endif
diff --git a/debian/patches/0002-Disable-RPATH-support-in-Debian-builds.patch b/debian/patches/0002-Disable-RPATH-support-in-Debian-builds.patch
deleted file mode 100644
index 22f8459..0000000
--- a/debian/patches/0002-Disable-RPATH-support-in-Debian-builds.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Didier Raboud <odyx@debian.org>
-Date: Thu, 21 Nov 2019 10:37:32 +0100
-Subject: Disable RPATH support in Debian builds
-
----
- auto.def | 7 ++-----
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/auto.def b/auto.def
-index fe6e4a2..3a3216b 100644
---- a/auto.def
-+++ b/auto.def
-@@ -314,11 +314,8 @@ if {[opt-bool shared with-jim-shared]} {
- }
- define VERSION [format %.2f [expr {[get-define JIM_VERSION] / 100.0}]]
- define LIBSOEXT [format [get-define SH_SOEXTVER] [get-define VERSION]]
--if {[get-define libdir] ni {/lib /usr/lib}} {
-- define SH_LINKRPATH_FLAGS [format [get-define SH_LINKRPATH] [get-define libdir]]
--} else {
-- define SH_LINKRPATH_FLAGS ""
--}
-+# Disable RPATH support in Debian builds
-+define SH_LINKRPATH_FLAGS ""
- define JIM_INSTALL [opt-bool install-jim]
- define JIM_DOCS [opt-bool docs]
- define JIM_RANDOMISE_HASH [opt-bool random-hash]
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b56480f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Use-footer-style-none-in-asciidoc-call.patch
-0002-Disable-RPATH-support-in-Debian-builds.patch