1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-11 15:07:07 +00:00

FS-11445: [Build-System] Add distro to the name of the source tarball.

This commit is contained in:
Andrey Volk 2018-10-09 00:36:12 +03:00 committed by Mike Jerris
parent 5f3a95277d
commit 3221557807

2
debian/util.sh vendored

@ -152,7 +152,7 @@ create_orig () {
hrev="$(get_nightly_revision_human)"
fi
local treeish="$1" dver="$(mk_dver "$uver")"
local orig="../freeswitch_$dver.orig.tar.xz"
local orig="../freeswitch_$dver~$(lsb_release -sc).orig.tar.xz"
[ -n "$treeish" ] || treeish="HEAD"
check_repo_clean
git reset --hard "$treeish"