This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 0d417de0bbaca4868c1c82da8bae44043444610d Author: Jens Reyer <[email protected]> Date: Sun Jan 3 18:57:52 2016 +0100 Install the wine script instead of the wine link. Needed to always provide /usr/bin/wine without the need for a dummy package, to inform users about the need for multiarch and to disable debugging information output by default. --- debian/rules | 1 + debian/wine32VERSION.links | 1 - debian/wineVERSION.install | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a87c29e..1dba5a2 100755 --- a/debian/rules +++ b/debian/rules @@ -107,6 +107,7 @@ endif override_dh_install: $(INSTALLS) mkdir -p debian/tmp cp ANNOUNCE debian/tmp/changelog + cp debian/scripts/wine debian/tmp/wine$(VERSION) sed 's|LIBDIR|$(LIBDIR)|g' < debian/scripts/winegcc > debian/tmp/winegcc$(DEB_BUILD_ARCH_BITS)$(VERSION) cp tools/winedump/README debian/tmp/README.winedump cp programs/winedbg/README debian/tmp/README.winedbg diff --git a/debian/wine32VERSION.links b/debian/wine32VERSION.links deleted file mode 100644 index eb2c35d8..0000000 --- a/debian/wine32VERSION.links +++ /dev/null @@ -1 +0,0 @@ -usr/lib/wineVERSION/wine usr/bin/wineVERSION diff --git a/debian/wineVERSION.install b/debian/wineVERSION.install index 253c49a..c27eb19 100644 --- a/debian/wineVERSION.install +++ b/debian/wineVERSION.install @@ -1 +1,2 @@ +debian/tmp/wineVERSION usr/bin debian/tmp/wineapploader usr/lib/wineVERSION -- 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
