summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@debian.org>2013-08-01 09:38:11 +0300
committerTzafrir Cohen <tzafrir@debian.org>2013-08-01 09:38:11 +0300
commit2a83a1af2108cf41fec02fb5d23dbde1d40890b5 (patch)
tree1a4a90c3fd789d190444a6c8810ce948b13cd39f
parentc37b23fda089e43340b846d6b19a5baaac016df4 (diff)
remmed-out detection of non-stripped sourcedebian
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.
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
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 \