This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 03505ed825818db5ee0940a1e24ab7b6e38b42c0 Author: Jens Reyer <[email protected]> Date: Sat Feb 27 01:35:06 2016 +0100 Create winepath link and manpage. --- debian/rules | 3 ++- debian/wineVERSION.links | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 11eae5a..9c9453b 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,8 @@ override_dh_auto_install-indep: $(INSTALLS) cp debian/scripts/wine debian/tmp/wine$(VERSION) for dir in loader server programs/msiexec programs/winedbg \ programs/wineconsole programs/regedit programs/regsvr32 \ - programs/wineboot programs/winefile programs/winecfg; do \ + programs/wineboot programs/winefile programs/winepath \ + programs/winecfg; do \ ./tools/makedep $$dir; \ make -C $$dir install-man; \ done diff --git a/debian/wineVERSION.links b/debian/wineVERSION.links index 1481c99..86300f9 100644 --- a/debian/wineVERSION.links +++ b/debian/wineVERSION.links @@ -6,5 +6,6 @@ usr/lib/wineVERSION/wineapploader usr/bin/winecfgVERSION usr/lib/wineVERSION/wineapploader usr/bin/winedbgVERSION usr/lib/wineVERSION/wineapploader usr/bin/winebootVERSION usr/lib/wineVERSION/wineapploader usr/bin/winefileVERSION +usr/lib/wineVERSION/wineapploader usr/bin/winepathVERSION usr/lib/wineVERSION/wineapploader usr/bin/regsvr32VERSION usr/lib/wineVERSION/wineapploader usr/bin/wineconsoleVERSION -- 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
