From: Andrey Volk Date: Mon, 8 Oct 2018 21:36:12 +0000 (+0300) Subject: FS-11445: [Build-System] Add distro to the name of the source tarball. X-Git-Tag: v1.8.3~1^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3221557807d08cfc7c825b1b0f970b0b7ea96626;p=thirdparty%2Ffreeswitch.git FS-11445: [Build-System] Add distro to the name of the source tarball. --- 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"