[SCM] libass/master: Use autotols-dev to update config.{guess,sub}.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Oct 15 16:48:27 UTC 2013
The following commit has been merged in the master branch:
commit 090542458b7f65e44a82d38d1b5a87db53f3f82f
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Oct 15 17:42:12 2013 +0100
Use autotols-dev to update config.{guess,sub}.
Closes: #726337
Thanks: Colin Watson for the report and patch.
diff --git a/debian/control b/debian/control
index 14eb33a..a781037 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Priority: extra
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Mutricy <xtophe at videolan.org>
Build-Depends: debhelper (>= 8.1.3~),
+ autotools-dev,
libfreetype6-dev,
libenca-dev,
libfontconfig1-dev,
diff --git a/debian/rules b/debian/rules
index 3c8d4d8..ceab397 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ CONFFLAGS += CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
config.status: configure
dh_testdir
+ dh_autotools-dev_updateconfig
touch configure
./configure $(CONFFLAGS)
@@ -37,6 +38,7 @@ clean:
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+ dh_autotools-dev_restoreconfig
dh_clean
install: build
--
LibASS packaging
More information about the pkg-multimedia-commits
mailing list