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
1 changed files with 1 additions and 1 deletions

2
debian/util.sh vendored
View File

@ -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"