[SCM] jack-audio-connection-kit/master: Move to modern automake

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:57 UTC 2017


The following commit has been merged in the master branch:
commit 574dbb5c33ea774d5d768cd48e7cafa8958a16b2
Author: Eric Dorland <eric at debian.org>
Date:   Wed Nov 8 16:28:56 2017 +0100

    Move to modern automake
    
    Closes: #865168
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/control b/debian/control
index db3f75e..701b705 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
 	Reinhard Tartler <siretart at tauware.de>
 Build-Depends: cdbs (>= 0.4.93~),
  libtool,
- automake1.11,
+ automake,
  autoconf,
  debhelper,
  bash-completion,
diff --git a/debian/rules b/debian/rules
index 3fa01ad..eb7afbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_AUTOCONF = 2.65
-DEB_AUTO_UPDATE_AUTOHEADER = 2.65
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
+DEB_AUTO_UPDATE_AUTOCONF = 2.69
+DEB_AUTO_UPDATE_AUTOHEADER = 2.69
+DEB_AUTO_UPDATE_ACLOCAL = 1.15
+DEB_AUTO_UPDATE_AUTOMAKE = 1.15
 
 ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 export DH_OPTIONS = -Njackd1-firewire

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list