This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit ee9a568dffd20a41e800a6b5a65fb837d09135a6 Author: Jens Reyer <[email protected]> Date: Sat Feb 27 15:45: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..ed447d2 100644 --- a/debian/wineVERSION.manpages +++ b/debian/wineVERSION.manpages @@ -1 +1,12 @@ -debian/tmp/*.1 +debian/tmp/wineVERSION.1 +debian/tmp/wineserverVERSION.1 + +debian/tmp/msiexecVERSION.1 +debian/tmp/regeditVERSION.1 +debian/tmp/winecfgVERSION.1 +debian/tmp/winedbgVERSION.1 +debian/tmp/winebootVERSION.1 +debian/tmp/winefileVERSION.1 +debian/tmp/winepathVERSION.1 +debian/tmp/regsvr32VERSION.1 +debian/tmp/wineconsoleVERSION.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
