This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 089ab2bc894e6f88de5d08f96b8a360027585cac Author: Jens Reyer <[email protected]> Date: Sat Feb 27 15:04:20 2016 +0100 Explicitly specify which manpages to install. The wildcard resulted in every manpage being installed on full builds, contrary to the reduced set of manpages on indep builds. --- debian/wineVERSION.manpages | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/wineVERSION.manpages b/debian/wineVERSION.manpages index f421805..77c482f 100644 --- a/debian/wineVERSION.manpages +++ b/debian/wineVERSION.manpages @@ -1 +1,12 @@ -debian/tmp/*.1 +debian/tmp/wineVERSION.man +debian/tmp/wineserverVERSION.man + +debian/tmp/msiexecVERSION.man +debian/tmp/regeditVERSION.man +debian/tmp/winecfgVERSION.man +debian/tmp/winedbgVERSION.man +debian/tmp/winebootVERSION.man +debian/tmp/winefileVERSION.man +debian/tmp/winepathVERSION.man +debian/tmp/regsvr32VERSION.man +debian/tmp/wineconsoleVERSION.man -- 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
