This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit d2b2cf006bc803eee3cbe05c546f9c3da84d128d Author: Jens Reyer <[email protected]> Date: Fri Jan 8 02:39:45 2016 +0100 Add wine64 manpage. Copy wine.man.in to wine64.man.in, patch the buildsystem to build it and install it. --- debian/clean | 1 + debian/patches/series | 1 + debian/patches/wine64-manpage.patch | 13 +++++++++++++ debian/rules | 1 + debian/wine64VERSION.manpages | 1 + 5 files changed, 17 insertions(+) diff --git a/debian/clean b/debian/clean index 1ca2bd2..d776e30 100644 --- a/debian/clean +++ b/debian/clean @@ -7,6 +7,7 @@ tools/config.* include/config.h.in programs/cscript/ihost.h +loader/wine64.man.in tools/winemaker/*.man # automatically generated files diff --git a/debian/patches/series b/debian/patches/series index bc4eb6e..a3c5ef2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,7 @@ makefile.patch manpages.patch kfreebsd.patch +wine64-manpage.patch disable/shlib-exit-calls.patch disable/external-installers.patch diff --git a/debian/patches/wine64-manpage.patch b/debian/patches/wine64-manpage.patch new file mode 100644 index 0000000..5d8b912 --- /dev/null +++ b/debian/patches/wine64-manpage.patch @@ -0,0 +1,13 @@ +description: Build wine64 manpage. +author: Jens Reyer <[email protected]> + +--- a/loader/Makefile.in ++++ b/loader/Makefile.in +@@ -3,6 +3,7 @@ C_SRCS = \ + preloader.c + + MANPAGES = \ ++ wine64.man.in \ + wine.de.UTF-8.man.in \ + wine.fr.UTF-8.man.in \ + wine.man.in \ diff --git a/debian/rules b/debian/rules index 348acbc..beb4388 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,7 @@ override_dh_auto_configure: cd dlls/opengl32 && ./make_opengl ln -s /usr/share/misc/config.sub tools || true ln -s /usr/share/misc/config.guess tools || true + cp loader/wine.man.in loader/wine64.man.in ./configure $(CONFLAGS) override_dh_auto_build-indep: diff --git a/debian/wine64VERSION.manpages b/debian/wine64VERSION.manpages new file mode 100644 index 0000000..7365fac --- /dev/null +++ b/debian/wine64VERSION.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/wine64VERSION.1 -- 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
