From 3221557807d08cfc7c825b1b0f970b0b7ea96626 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Tue, 9 Oct 2018 00:36:12 +0300 Subject: [PATCH] FS-11445: [Build-System] Add distro to the name of the source tarball. --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/util.sh b/debian/util.sh index 9dfe135c89..073ad422c3 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -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"