This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 0341b2157c8d315031269dd4dceb92a97fb1e272 Author: Jens Reyer <[email protected]> Date: Sun Mar 13 02:12:50 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 | 41 ++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 42 insertions(+) diff --git a/debian/patches/manpages-errors.patch b/debian/patches/manpages-errors.patch new file mode 100644 index 0000000..21c0730 --- /dev/null +++ b/debian/patches/manpages-errors.patch @@ -0,0 +1,41 @@ +Description: Fix macro not defined errors from man +Author: Jens Reyer <[email protected]> +Applied-Upstream: 1.9.5 + +--- 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 2031aec..221ac45 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
