[SCM] icecast2/master: Change build dependency from automake1.11 to automake and adjust the CDBS rules to use automake version 1.15.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jul 21 08:16:07 UTC 2017


The following commit has been merged in the master branch:
commit 1669bb09a19c8d995f29f6369671f1114fa747a3
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Jul 21 08:14:55 2017 +0000

    Change build dependency from automake1.11 to automake and adjust the CDBS rules to use automake version 1.15.
    
    Closes: #865166

diff --git a/debian/control b/debian/control
index d5df3d5..b7609ba 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cdbs (>= 0.4.70~),
  autotools-dev,
  devscripts,
  libtool,
- automake1.11,
+ automake,
  autoconf,
  debhelper (>= 9),
  dh-buildinfo,
diff --git a/debian/rules b/debian/rules
index 7d0673f..07ffa37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
+DEB_AUTO_UPDATE_ACLOCAL = 1.15
+DEB_AUTO_UPDATE_AUTOMAKE = 1.15
 DEB_AUTO_UPDATE_AUTOCONF = 2.68
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list