[SCM] transcode/master: Force the use of awk
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Sep 11 13:57:43 UTC 2013
The following commit has been merged in the master branch:
commit 2b954b07495792ec28af8748f4caa275cd4857ae
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Sep 11 15:37:56 2013 +0200
Force the use of awk
diff --git a/debian/rules b/debian/rules
index 4172fd0..93ce436 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,8 @@ endif
confflags += --libdir=/usr/lib
+# Force the use of awk (and /usr/bin/awk)
+export AWK=awk
%:
dh $@ --parallel --with autoreconf
--
transcode packaging
More information about the pkg-multimedia-commits
mailing list