[pkg-wine-party] [wine] 06/08: Add patch to fix macro not defined errors from man.

Jens Reyer jreyer-guest at moszumanska.debian.org
Sat Feb 27 15:28:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit a3f45e8cf56ac7c50fde2110c1c98ab91c0f7c46
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Sat Feb 27 06:19:26 2016 +0100

    Add patch to fix macro not defined errors from man.
    
    ' characters at the start of a line indicate a groff command. If
    used in error, the affected lines are ignored. To keep the
    literal meaning reformat the paragraph or add a zero-width space.
---
 debian/patches/manpages-errors.patch | 40 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 41 insertions(+)

diff --git a/debian/patches/manpages-errors.patch b/debian/patches/manpages-errors.patch
new file mode 100644
index 0000000..5acf4c7
--- /dev/null
+++ b/debian/patches/manpages-errors.patch
@@ -0,0 +1,40 @@
+description: fix macro not defined errors from man
+author: Jens Reyer <jre.winesim at gmail.com>
+
+--- a/loader/wine.pl.UTF-8.man.in
++++ b/loader/wine.pl.UTF-8.man.in
+@@ -263,8 +263,8 @@ symboliczene dowiązanie w formie $WINEP
+ Napędy DOS również są określone przez dowiązania symboliczne; Dla przykładu jeżeli napęd D:
+ odpowiadałby napędowi CDROM zamontowanemu w /mnt/cdrom, miałbyś dowiązanie symboliczne
+ $WINEPREFIX/dosdevices/d: -> /mnt/cdrom. Urządzenia Uniksowe odpowiadające
+-napędom DOS mogą być określone w ten sam sposób, z użyciem '::' zamiast
+-':'. Tak więc dla poprzedniego przykładu, jeżeli urządzenie CDROM byłoby zamontowane
++napędom DOS mogą być określone w ten sam sposób, z użyciem '::' zamiast ':'.
++Tak więc dla poprzedniego przykładu, jeżeli urządzenie CDROM byłoby zamontowane
+ z /dev/hdc, to odpowiadające dowiązanie symboliczne wyglądałoby następująco
+ $WINEPREFIX/dosdevices/d:: -> /dev/hdc.
+ .SH AUTORZY
+--- a/tools/winemaker/winemaker.de.UTF-8.man.in
++++ b/tools/winemaker/winemaker.de.UTF-8.man.in
+@@ -58,7 +58,7 @@ im Includepfad suchen und die entspreche
+ Groß-/Kleinschreibweise austauschen.
+ .PP
+ - Winemaker wird ebenso andere, exotischere Probleme wie die Benutzung von
+-'#pragma pack', 'afxres.h' in nicht-MFC-Projekten und mehr untersuchen.
++\&'#pragma pack', 'afxres.h' in nicht-MFC-Projekten und mehr untersuchen.
+ Sollte etwas ungwöhnliches vorkommen, wird Winemaker Sie warnen.
+ .PP
+ - Winemaker kann eine ganze Verzeichnisstruktur auf einmal durchsuchen,
+@@ -198,9 +198,9 @@ $ winemaker --lower-uppercase -DSTRICT .
+ Damit scannt Winemaker das aktuelle Verzeichnis und die Unterverzeichnisse nach
+ Quellcodedateien. Jede Datei und jedes Verzeichnis, das ganz in Großbuchstaben
+ geschrieben ist, wird in Kleinbuchstaben umbenannt. Danach werden alle Quellcodedateien
+-an die Kompilierung mit Winelib angepasst und Makefiles erzeugt.
+-'-DSTRICT' gibt an, dass das STRICT-Makro gesetzt sein muss, um diesen Quellcode
+-zu kompilieren. Letztendlich wird Winemaker die globale Makefile erzeugen.
++an die Kompilierung mit Winelib angepasst und Makefiles erzeugt. '-DSTRICT' gibt
++an, dass das STRICT-Makro gesetzt sein muss, um diesen Quellcode zu kompilieren.
++Letztendlich wird Winemaker die globale Makefile erzeugen.
+ .PP
+ Der nächste Schritt wäre dann:
+ .PP
diff --git a/debian/patches/series b/debian/patches/series
index 64e9e65..f4b7b06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,4 +18,5 @@ openal.patch
 addons.patch
 
 font-divbyzero.patch
+manpages-errors.patch
 printer-resolution.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list