Skip to content
Snippets Groups Projects
Commit 224a3191 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3558] Update debian tarball builder

parent 8a5c8534
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,12 @@ rm -rf $BUILDDIR
rm -f *.tar.gz
rm -rf lang/
rm -rf tools/build-system/
rm -f tools/pysflphone/*.pyc
rm -f tools/build-package.sh tools/bleach.sh tools/autotoolize.sh
rm -rf sflphone-client-kde/build
rm -rf tools/
rm -rf sflphone-client-kde/
rm -rf sippxml
rm -rf .git/
rm -f .gitignore
find -name .project -type f -exec rm {} \;
find -name .cproject -type f -exec rm {} \;
......@@ -56,6 +58,9 @@ rm -f pjlib-util/bin/pjlib-util-test-x86_64-unknown-linux-gnu
rm -f pjnath/bin/pjturn-srv-x86_64-unknown-linux-gnu
rm -f pjmedia/bin/pjmedia-test-x86_64-unknown-linux-gnu
rm -f third_party/portaudio/src/hostapi/asio/Pa_ASIO.pdf
rm -f third_party/portaudio/src/hostapi/asio/Callback_adaptation_.pdf
# Put actual files in the tarball
rm -f config.guess config.sub
cp /usr/share/misc/config.guess .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment