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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 10 11:57:07 UTC 2014


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

    Build with autotools-dev.

diff --git a/debian/control b/debian/control
index b14bb6e..68c1c6f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9~),
  dh-autoreconf,
+ autotools-dev,
  libasound2-dev,
  libjack-dev
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index d37a83c..6575c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
 export CFLAGS
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,autotools-dev
 
 override_dh_clean:
 	dh_clean -Xtests/midiprobe.cpp~

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list