[debian-edu-commits] debian-edu/pkg-team/ 01/02: Revert change to enable the vsl plugin in version 1.0.3-3, as it did not work. Reopen bug #763720.

Petter Reinholdtsen pere at moszumanska.debian.org
Wed Oct 8 17:26:58 UTC 2014


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

pere pushed a commit to branch master
in repository lmms.

commit e9a11fb77e2062d2ffdf3dff6aa091d1f3cea186
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Oct 8 19:20:57 2014 +0200

    Revert change to enable the vsl plugin in version 1.0.3-3, as it did not work.  Reopen bug #763720.
---
 debian/changelog | 2 ++
 debian/control   | 1 -
 debian/rules     | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95d5490..959d5cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ lmms (1.0.3-4) UNRELEASED; urgency=low
   * Correct watch file to reflect '-src' part of upstream tarball.
   * New desktop-argument.patch to let desktops know how to pass files to
     lmms.  Thanks to lintian for noticing the bug.
+  * Revert change to enable the vsl plugin in version 1.0.3-3, as it did
+    not work.  Reopen bug #763720.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 07 Oct 2014 12:47:58 +0200
 
diff --git a/debian/control b/debian/control
index b2a00b7..21fc7b8 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,6 @@ Build-Depends:
  libxft-dev,
  portaudio19-dev,
  qt4-qmake, 
- libwine-dev[i386],  wine32-dev-tools[i386],
 Standards-Version: 3.9.6
 Homepage: http://lmms.sf.net/
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-edu/pkg-team/lmms.git/
diff --git a/debian/rules b/debian/rules
index dc1caab..9001a74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CMAKE_OPTS+= -DWANT_ALSA=0
 endif
 
 %:
-	PATH=$(PATH):/usr/lib/i386-linux-gnu/wine/bin dh $@ --buildsystem cmake
+	dh $@ --buildsystem cmake
 
 override_dh_auto_configure:
-	PATH=$(PATH):/usr/lib/i386-linux-gnu/wine/bin dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) $(CMAKE_OPTS)
+	dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) $(CMAKE_OPTS)

-- 
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