[SCM] icecast2/master: Change cdbs rules file to not depend on a specific automake/autoconf version.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Tue Sep 12 08:47:28 UTC 2017


The following commit has been merged in the master branch:
commit 5924572fe9a1ac32a29c12494b14d3b2e8ad90d6
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Sep 12 10:46:46 2017 +0200

    Change cdbs rules file to not depend on a specific automake/autoconf version.
    
    Thank you to Jonas and Unit 193 for the tip.

diff --git a/debian/rules b/debian/rules
index 07ffa37..66441dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_ACLOCAL = 1.15
-DEB_AUTO_UPDATE_AUTOMAKE = 1.15
-DEB_AUTO_UPDATE_AUTOCONF = 2.68
+DEB_AUTO_UPDATE_ACLOCAL = ,
+DEB_AUTO_UPDATE_AUTOMAKE = ,
+DEB_AUTO_UPDATE_AUTOCONF = ,
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list