diff --git a/dist/debian-env.sh b/dist/debian-env.sh index d59f790..ab3ced5 100755 --- a/dist/debian-env.sh +++ b/dist/debian-env.sh @@ -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