[debian-edu-commits] debian-edu/pkg-team/ 01/03: Add Wine stable path to PATH

Javier Serrano Polo jasp00-guest at moszumanska.debian.org
Sat Sep 3 22:09:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

jasp00-guest pushed a commit to branch master
in repository lmms.

commit 1cd0d327ca60244a3cd181ba5c828fcb30839e2e
Author: Javier Serrano Polo <javier at jasp.net>
Date:   Sat Sep 3 17:40:38 2016 +0200

    Add Wine stable path to PATH
---
 debian/changelog | 7 +++++++
 debian/rules     | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8236c06..2e4b77e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lmms (1.1.3-5) unstable; urgency=medium
+
+  [ Javier Serrano Polo ]
+  * Add Wine stable path to PATH, otherwise wine package would be required.
+
+ -- Javier Serrano Polo <javier at jasp.net>  Sat, 03 Sep 2016 17:31:05 +0200
+
 lmms (1.1.3-4) unstable; urgency=medium
 
   [ Javier Serrano Polo ]
diff --git a/debian/rules b/debian/rules
index 56a99d3..abce1c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ CMAKE_OPTS+= -DWANT_ALSA=0
 endif
 
 ifeq ($(DEB_HOST_ARCH),i386)
+export PATH := $(PATH):/usr/lib/wine
 WINE_PATH := /usr/lib/$(DEB_HOST_MULTIARCH)/wine
 CMAKE_OPTS+= -DWINE_CXX_FLAGS=-Wl,--enable-new-dtags,-rpath=$(WINE_PATH)
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/lmms.git



More information about the debian-edu-commits mailing list