[SCM] fluidsynth/master: autotools is no longer used as build-system, now uses cmake

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 14 10:49:24 UTC 2010


The following commit has been merged in the master branch:
commit c52d7bb6a9042eabab161b8bdf7c7039120e3d72
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 14 12:48:49 2010 +0200

    autotools is no longer used as build-system, now uses cmake

diff --git a/debian/control b/debian/control
index 21449e1..4288f74 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Alessio Treglia <alessio at debian.org>,
  David Henningsson <diwic at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~),
+ cmake,
  libreadline-dev (>= 5),
- libjack-dev, 
+ libjack-dev,
  liblash-dev | ladcca-dev,
  ladspa-sdk,
  automake,
  libtool,
- autotools-dev (>= 20100122.1~),
  libasound2-dev,
  libpulse-dev,
  libglib2.0-dev (>= 2.6.5),
diff --git a/debian/rules b/debian/rules
index 7199351..407d7fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ EXTRA_CONFIGURE_ARGS += --disable-alsa-support
 endif
 
 %:
-	dh $@ --with=autotools_dev
+	dh $@ -Scmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list