From f29d569cd33a73da5ad675f43a34ad53c5cc9bc6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 2 Feb 2023 14:10:02 +0000 Subject: Work --- .../01_fix_static_datadir_evaluation.patch | 19 ----- ...418703_dont_use_abbreviated_sfnet_address.patch | 27 ------- ...3_fix_420153_filename_whitespace_handling.patch | 43 ----------- ...ix_442782_preprocessor_declaration_syntax.patch | 90 ---------------------- .../05_fix_439214_error_on_missing_refentry.patch | 33 -------- repo/docbook2x/06_fix_man_typo.patch | 24 ------ repo/docbook2x/docbook2x.xibuild | 39 ---------- 7 files changed, 275 deletions(-) delete mode 100644 repo/docbook2x/01_fix_static_datadir_evaluation.patch delete mode 100644 repo/docbook2x/02_fix_418703_dont_use_abbreviated_sfnet_address.patch delete mode 100644 repo/docbook2x/03_fix_420153_filename_whitespace_handling.patch delete mode 100644 repo/docbook2x/04_fix_442782_preprocessor_declaration_syntax.patch delete mode 100644 repo/docbook2x/05_fix_439214_error_on_missing_refentry.patch delete mode 100644 repo/docbook2x/06_fix_man_typo.patch delete mode 100644 repo/docbook2x/docbook2x.xibuild (limited to 'repo/docbook2x') diff --git a/repo/docbook2x/01_fix_static_datadir_evaluation.patch b/repo/docbook2x/01_fix_static_datadir_evaluation.patch deleted file mode 100644 index 5241dc3..0000000 --- a/repo/docbook2x/01_fix_static_datadir_evaluation.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: - 01_fix_static_datadir_evaluation.dpatch by Daniel Leidert (dale) - All lines beginning with `## DP:' are a description of the patch. - The evaluation of datadir results in "${prefix}/share" without - evaluation of the ${prefix} variable with autoconf 2.60. - -Index: docbook2X-0.8.8/configure.ac -=================================================================== ---- docbook2X-0.8.8.orig/configure.ac -+++ docbook2X-0.8.8/configure.ac -@@ -148,7 +148,7 @@ - dnl they will reside and should use these static_* values. - dnl Ensure that all static_* are fully expanded. - --eval static_datadir="$datadir" -+eval eval static_datadir="$datadir" - - eval static_bindir="$bindir" - old_val="" diff --git a/repo/docbook2x/02_fix_418703_dont_use_abbreviated_sfnet_address.patch b/repo/docbook2x/02_fix_418703_dont_use_abbreviated_sfnet_address.patch deleted file mode 100644 index 681047a..0000000 --- a/repo/docbook2x/02_fix_418703_dont_use_abbreviated_sfnet_address.patch +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_fix_418703_dont_use_abbreviated_sfnet_address.dpatch by Daniel Leidert (dale) -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Ondrej Certik reported a resolver issue: http://bugs.debian.org/418703. -## DP: The error seems to be caused by using the abbreviated sf.net URLs. But -## DP: it is possible, that this issue only occurs together with the issue -## DP: described in 01_fix_static_datadir_evaluation.dpatch, because the path -## DP: to the catalog also suffers from this issue. - -@DPATCH@ -diff -urNad docbook2x-0.8.8~/perl/db2x_xsltproc.pl docbook2x-0.8.8/perl/db2x_xsltproc.pl ---- docbook2x-0.8.8~/perl/db2x_xsltproc.pl 2004-08-18 16:21:52.000000000 +0200 -+++ docbook2x-0.8.8/perl/db2x_xsltproc.pl 2007-04-12 16:07:20.000000000 +0200 -@@ -110,10 +110,10 @@ - - if($options->{'stylesheet'} eq 'texi') { - $options->{'stylesheet'} = -- "http://docbook2x.sf.net/latest/xslt/texi/docbook.xsl"; -+ "http://docbook2x.sourceforge.net/latest/xslt/texi/docbook.xsl"; - } elsif($options->{'stylesheet'} eq 'man') { - $options->{'stylesheet'} = -- "http://docbook2x.sf.net/latest/xslt/man/docbook.xsl"; -+ "http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl"; - } - - if(scalar(@argv) != 1) { diff --git a/repo/docbook2x/03_fix_420153_filename_whitespace_handling.patch b/repo/docbook2x/03_fix_420153_filename_whitespace_handling.patch deleted file mode 100644 index 26cdf8e..0000000 --- a/repo/docbook2x/03_fix_420153_filename_whitespace_handling.patch +++ /dev/null @@ -1,43 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_fix_420153_filename_whitespace_handling.dpatch by -## Daniel Leidert (dale) -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Peter Eisentraut reported a regression in the whitespace handling of -## DP: refentrytitle content during filename creation: -## DP: http://bugs.debian.org/420153. The problem is, that upstream first -## DP: replaces all spaces (but not linebreaks btw) with underlines and then -## DP: it tries to normalize the result. This means, that a linebreak with -## DP: additional whitespaces results in manpage names like 'foo_ ____bar.9'. -## DP: So what we basically do in this patch is, that we first normalize the -## DP: refentrytitle and then replace any spaces left with underlines. - -@DPATCH@ -diff -urNad docbook2x-0.8.8~/xslt/man/manpage.xsl docbook2x-0.8.8/xslt/man/manpage.xsl ---- docbook2x-0.8.8~/xslt/man/manpage.xsl 2006-04-20 15:45:55.000000000 +0200 -+++ docbook2x-0.8.8/xslt/man/manpage.xsl 2007-04-20 16:19:28.000000000 +0200 -@@ -30,7 +30,7 @@ - - - -- -+ - - - -diff -urNad docbook2x-0.8.8~/xslt/man/refentry.xsl docbook2x-0.8.8/xslt/man/refentry.xsl ---- docbook2x-0.8.8~/xslt/man/refentry.xsl 2006-04-21 04:39:55.000000000 +0200 -+++ docbook2x-0.8.8/xslt/man/refentry.xsl 2007-04-20 16:21:53.000000000 +0200 -@@ -38,7 +38,11 @@ - - - -- -+ -+ -+ -+ -+ - -