hstr/dist/debian-env.sh

19 lines
457 B
Bash
Raw Normal View History

2013-12-26 16:26:11 +08:00
#!/bin/bash
# Debian release: https://wiki.debian.org/IntroDebianPackaging
2014-03-28 00:15:37 +08:00
export HHVERSION="1.0.8"
2014-01-27 06:10:19 +08:00
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
2014-01-05 06:08:23 +08:00
export HH=hh_${HHVERSION}
export HHRELEASE=hh-${HHFULLVERSION}
2014-01-05 06:08:23 +08:00
export HHSRC=/home/dvorka/p/hstr/github/hstr
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export HHBUILD=hstr-${NOW}
2014-01-05 17:43:21 +08:00
export UBUNTUVERSION=unstable
2014-01-05 17:43:21 +08:00
2014-03-28 00:15:37 +08:00
export HHBZRMSG="Radix sort fixes."
2014-01-05 06:08:23 +08:00
2014-01-01 14:14:19 +08:00
# eof