[SCM] rtaudio/master: Build with autotools-dev.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 10 12:06:47 UTC 2014


The following commit has been merged in the master branch:
commit 250e1ec83b9262123d006c696413a1efe6cfdfc6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 10 14:05:14 2014 +0200

    Build with autotools-dev.

diff --git a/debian/control b/debian/control
index e885b7a..eff8954 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9~),
  dh-autoreconf,
+ autotools-dev,
  libasound2-dev,
  libjack-dev,
  libpulse-dev
diff --git a/debian/rules b/debian/rules
index dc21471..2addc45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ CONFIGURE_FLAGS += --with-oss
 endif
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,autotools-dev
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list