Debian compliance.

This commit is contained in:
Martin Dvorak 2014-01-26 23:10:19 +01:00
parent df785525fa
commit 25cc46c9c6

7
dist/debian-env.sh vendored
View file

@ -2,8 +2,9 @@
# Debian release: https://wiki.debian.org/IntroDebianPackaging
export HHVERSION="1.0.6"
export HHFULLVERSION=${HHVERSION}-1.2
export HHVERSION="1.0.7"
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
export HH=hh_${HHVERSION}
export HHRELEASE=hh-${HHFULLVERSION}
export HHSRC=/home/dvorka/p/hstr/github/hstr
@ -12,6 +13,6 @@ export HHBUILD=hstr-${NOW}
export UBUNTUVERSION=unstable
export HHBZRMSG="Fixing history management - exact match ensured."
export HHBZRMSG="Debian compliance."
# eof