This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 26099900e9d37ae96298c8906f796663993bc6e4 Author: Jens Reyer <[email protected]> Date: Wed Feb 24 14:59:09 2016 +0100 d/rules: Add missing VERSION. Source: commit ddf4fe2363874f6aa0436681b83133e23a67a4aa Author: Michael Gilbert <[email protected]> Date: Mon Feb 1 02:36:04 2016 +0000 release 1.9.0-1 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 14fa860..f8b4ebd 100755 --- a/debian/rules +++ b/debian/rules @@ -132,8 +132,8 @@ override_dh_auto_install-arch: $(INSTALLS) sed 's|LIBDIR|$(LIBDIR)|g' < debian/scripts/winegcc > \ debian/tmp/winegcc$(DEB_BUILD_ARCH_BITS)$(VERSION) dh_auto_install - cp loader/wine.man debian/tmp/usr/share/man/man1/wine32.1 - cp loader/wine.man debian/tmp/usr/share/man/man1/wine64.1 + cp loader/wine.man debian/tmp/usr/share/man/man1/wine32$(VERSION).1 + cp loader/wine.man debian/tmp/usr/share/man/man1/wine64$(VERSION).1 cd debian/tmp/usr/share/man/man1 && \ cp winegcc.1 winegcc$(DEB_BUILD_ARCH_BITS)$(VERSION).1 test -f debian/tmp/$(LIBDIR)/wine-preloader || \ -- 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
