From 2df9d2e478cca6a8440871dbc62786b4248ff707 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 19 Dec 2012 17:55:47 +0000 Subject: [PATCH] Remove the siren and ilbc code from the debian source package The Siren code is non-free per DFSG, and the ILBC code is under unclear licensing until we upgrade to the WebRTC version. --- debian/util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/util.sh b/debian/util.sh index 43278c2920..7ba6726f58 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -234,6 +234,7 @@ create_dsc () { -e '/\.stamp-build:/{:l2 n; /make/{s/$/ -j/; :l3 n; b l3}; b l2};' ;; esac git add debian/rules + git rm -rf --ignore-unmatch libs/libg722_1 libs/ilbc dch -b -m -v "$dver" --force-distribution -D "$suite" "Nightly build." git add debian/changelog && git commit -m "nightly v$orig_ver" dpkg-source -i.* -Zxz -z9 -b .