[SCM] stk/master: Use dh-autoreconf to rebuild configure and friends

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Nov 27 23:49:38 UTC 2015


The following commit has been merged in the master branch:
commit 9c6f352b59f05cd480b336e4c1a7215b8bd30d37
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Nov 19 23:46:12 2015 -0300

    Use dh-autoreconf to rebuild configure and friends

diff --git a/debian/control b/debian/control
index 674ad00..533d198 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
  Alessio Treglia <alessio at debian.org>,
  Felipe Sateler <fsateler at debian.org>
 Build-Depends:
- autoconf,
- autotools-dev,
+ dh-autoreconf,
  debhelper (>= 9),
  libasound2-dev [linux-any],
  libjack-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 7fd1b8a..3a67fde 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 autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	for file in $(MOVE_FILES); do \

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list