[SCM] qsynth/master: Buildsystem now is cmake.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jul 10 09:48:30 UTC 2011


The following commit has been merged in the master branch:
commit 2d31eca1913a9474d02b782d643dff6525fab7a6
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jul 10 11:48:41 2011 +0200

    Buildsystem now is cmake.
    
    Sort build-deps.

diff --git a/debian/control b/debian/control
index 17d3696..efee614 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- libqt4-dev,
- libfluidsynth-dev
+Build-Depends: cmake,
+ debhelper (>= 7.0.50~),
+ libfluidsynth-dev,
+ libqt4-dev
 Standards-Version: 3.9.2
 Homepage: http://qsynth.sourceforge.net
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/qsynth.git
diff --git a/debian/rules b/debian/rules
index b6a4b83..33b5181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --buildsystem=cmake --parallel

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list