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.
This commit is contained in:
parent
0da6a6dd64
commit
2df9d2e478
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue