mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:38:47 +00:00
Use the distribution variable if set
This commit is contained in:
parent
36d6058a89
commit
30808de913
6
debian/orig-tar.sh
vendored
6
debian/orig-tar.sh
vendored
@ -46,6 +46,10 @@ echo "going into $PATH_DEBIAN"
|
|||||||
export DEBFULLNAME="Sylvestre Ledru"
|
export DEBFULLNAME="Sylvestre Ledru"
|
||||||
export DEBEMAIL="sylvestre@debian.org"
|
export DEBEMAIL="sylvestre@debian.org"
|
||||||
cd $PATH_DEBIAN
|
cd $PATH_DEBIAN
|
||||||
dch --distribution experimental --newversion 1:$MAJOR_VERSION~svn$REVISION-1~exp1 "New snapshot release"
|
|
||||||
|
if test -z "$DISTRIBUTION"; then
|
||||||
|
DISTRIBUTION="experimental"
|
||||||
|
fi
|
||||||
|
dch --distribution $DISTRIBUTION --newversion 1:$MAJOR_VERSION~svn$REVISION-1~exp1 "New snapshot release"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user