[SCM] faustworks/master: Add qt4-dev-tools to Build-Depends and build with qmake_qt4

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 25 15:32:56 UTC 2012


The following commit has been merged in the master branch:
commit b8118daf080793d54985eb8e0756510939538dfa
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 25 17:32:32 2012 +0200

    Add qt4-dev-tools to Build-Depends and build with qmake_qt4

diff --git a/debian/control b/debian/control
index 4aa8cf1..d749745 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders:
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
  debhelper (>= 7.0.50~),
- libqt4-dev
+ libqt4-dev,
+ qt4-dev-tools
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/faustworks.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/faustworks.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c8f8f47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --buildsystem=qmake_qt4

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list