]> git.pld-linux.org Git - packages/devscripts.git/blob - devscripts_docbook.patch
rebuild with python 3.10
[packages/devscripts.git] / devscripts_docbook.patch
1 # Fixes path to xsl-stylesheet manpages docbook.xsl
2 diff -rupN devscripts-2.13.3/po4a/Makefile devscripts-2.13.3-new/po4a/Makefile
3 --- devscripts-2.13.3/po4a/Makefile     2013-08-16 02:01:22.000000000 +0200
4 +++ devscripts-2.13.3-new/po4a/Makefile 2013-09-19 18:03:22.092429895 +0200
5 @@ -25,7 +25,7 @@ de/%.de.1: de/%.de.pl translate
6         pod2man --utf8 --center=" " --release="Debian-Hilfswerkzeuge" $< > $@
7  de/%.de.1: de/%.de.dbk translate
8         xsltproc --nonet -o $@ \
9 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
10 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
11  # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
12  # to rename the file after it's generated
13         mv de/$*.1 $@
14 @@ -35,7 +35,7 @@ fr/%.fr.1: fr/%.fr.pl translate
15         pod2man --utf8 --center=" " --release="Utilitaires Debian" $< > $@
16  fr/%.fr.1: fr/%.fr.dbk translate
17         xsltproc --nonet -o $@ \
18 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
19 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
20  # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
21  # to rename the file after it's generated
22         mv fr/$*.1 $@
23 diff -rupN devscripts-2.13.3/scripts/Makefile devscripts-2.13.3-new/scripts/Makefile
24 --- devscripts-2.13.3/scripts/Makefile  2013-08-16 02:01:22.000000000 +0200
25 +++ devscripts-2.13.3-new/scripts/Makefile      2013-09-19 18:03:22.264433043 +0200
26 @@ -61,7 +61,7 @@ endif
27         pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@
28  %.1: %.dbk
29         xsltproc --nonet -o $@ \
30 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
31 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
32  
33  # There is a slight chance this gets called twice, once here from here and once
34  # from ../po4a/Makefile. Treat files with care.
This page took 0.071354 seconds and 3 git commands to generate.