[SCM] stk/master: Use autotools_dev again to get up-to-date config.{sub, guess}

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Dec 11 02:08:06 UTC 2015


The following commit has been merged in the master branch:
commit bde78d6a8822dd3a2188edaaad9bcbf3c8fc3282
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Dec 10 22:35:02 2015 -0300

    Use autotools_dev again to get up-to-date config.{sub,guess}

diff --git a/debian/control b/debian/control
index 02cbba9..96a95b4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
  Felipe Sateler <fsateler at debian.org>
 Build-Depends:
  dh-autoreconf,
+ autotools-dev,
  debhelper (>= 9),
  libasound2-dev [linux-any],
  libjack-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index ed5d87a..47e026d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ MOVE_FILES = include/RtAudio.h include/RtMidi.h include/RtError.h \
 move_file = [ ! -f $(1) ] || mv $(1) $(2)
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf,autotools_dev --parallel
 
 override_dh_auto_configure:
 	for file in $(MOVE_FILES); do \

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list