From 2a83a1af2108cf41fec02fb5d23dbde1d40890b5 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 1 Aug 2013 09:38:11 +0300 Subject: remmed-out detection of non-stripped source A build-time detection of DFSG-incompatible bits in the source at build-time. Or at least one of them (iLBC). Remmed-out for now as the source is not yet stripped. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 6f1d31d..461d87a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) dh $@ override_dh_auto_configure: + # FIXME: add: @if [ -r third-party/ilbc/iLBC_decode.c ]; then \ + # echo "iLBC not stripped. Exiting"; exit 1; fi dh_auto_configure -- --enable-shared \ --disable-g7221-codec --disable-ilbc-codec --disable-resample \ --with-external-gsm --with-external-speex --with-external-pa \ -- cgit v1.2.3