[SCM] stk/master: Drop references to autoreconf: implied by debhelper compat 10

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Sep 7 23:20:09 UTC 2017


The following commit has been merged in the master branch:
commit c618fd75db30590ad1dfcaca83e349e491be7c0c
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Sep 7 20:16:35 2017 -0300

    Drop references to autoreconf: implied by debhelper compat 10

diff --git a/debian/control b/debian/control
index da6c53f..d3cefbf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders:
 Build-Depends:
  debhelper (>= 10)
 Build-Depends-Arch:
- dh-autoreconf,
  autotools-dev,
  libasound2-dev [linux-any],
  libjack-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 5fcf9b9..68bb7ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ MOVE_FILES = include/RtAudio.h include/RtMidi.h include/RtError.h \
 move_file = [ ! -f $(1) ] || mv $(1) $(2)
 
 %:
-	dh $@ --with autoreconf,autotools_dev --parallel
+	dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure-arch:
 	for file in $(MOVE_FILES); do \

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list