hstr/dist/debian-env.sh
2018-05-06 19:32:32 +02:00

18 lines
466 B
Bash
Executable file

#!/bin/bash
# Debian release: https://wiki.debian.org/IntroDebianPackaging
export HHVERSION="1.25.0"
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
export HH=hstr_${HHVERSION}
export HHRELEASE=hh-${HHFULLVERSION}
export HHSRC=/home/dvorka/p/hstr/github/hstr
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export HHBUILD=hstr-${NOW}
export UBUNTUVERSION=unstable
export HHBZRMSG="Debian distribution."
# eof