This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 635c7e38e1535f5b1ab7b3043d65eeb76b195fca Author: Jens Reyer <[email protected]> Date: Sun Feb 28 15:55:00 2016 +0100 Revert "Create winepath link and manpage." This reverts commit 03505ed825818db5ee0940a1e24ab7b6e38b42c0, drops the winepath manpage and the changelog entry. --- debian/changelog | 1 - debian/rules | 3 +-- debian/wineVERSION.links | 1 - debian/wineVERSION.manpages | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32c014f..f1ed67c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,6 @@ wine-development (1.9.4-2) UNRELEASED; urgency=medium * Drop wine32 manpage. * Install MAINTAINERS. - * Create winepath link and manpage. * Explicitly specify which manpages to install. * Install all manpages for all installed executables. * Add patch to fix macro not defined errors from man. diff --git a/debian/rules b/debian/rules index 125d798..1e29e07 100755 --- a/debian/rules +++ b/debian/rules @@ -114,8 +114,7 @@ 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/winepath \ - programs/winecfg; do \ + programs/wineboot programs/winefile programs/winecfg; do \ ./tools/makedep $$dir; \ make -C $$dir install-man; \ done diff --git a/debian/wineVERSION.links b/debian/wineVERSION.links index 86300f9..1481c99 100644 --- a/debian/wineVERSION.links +++ b/debian/wineVERSION.links @@ -6,6 +6,5 @@ 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 diff --git a/debian/wineVERSION.manpages b/debian/wineVERSION.manpages index 03f8521..cf72d34 100644 --- a/debian/wineVERSION.manpages +++ b/debian/wineVERSION.manpages @@ -13,6 +13,5 @@ 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
