| File dist/debian-env.sh changed (mode: 100755) (index d59f790..ab3ced5) |
| 2 |
2 |
|
|
| 3 |
3 |
# Debian release: https://wiki.debian.org/IntroDebianPackaging |
# Debian release: https://wiki.debian.org/IntroDebianPackaging |
| 4 |
4 |
|
|
| 5 |
|
export HHVERSION="1.0.6" |
|
| 6 |
|
export HHFULLVERSION=${HHVERSION}-1.2 |
|
|
5 |
|
export HHVERSION="1.0.7" |
|
6 |
|
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload |
|
7 |
|
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload |
| 7 |
8 |
export HH=hh_${HHVERSION} |
export HH=hh_${HHVERSION} |
| 8 |
9 |
export HHRELEASE=hh-${HHFULLVERSION} |
export HHRELEASE=hh-${HHFULLVERSION} |
| 9 |
10 |
export HHSRC=/home/dvorka/p/hstr/github/hstr |
export HHSRC=/home/dvorka/p/hstr/github/hstr |
| |
| ... |
... |
export HHBUILD=hstr-${NOW} |
| 12 |
13 |
|
|
| 13 |
14 |
export UBUNTUVERSION=unstable |
export UBUNTUVERSION=unstable |
| 14 |
15 |
|
|
| 15 |
|
export HHBZRMSG="Fixing history management - exact match ensured." |
|
|
16 |
|
export HHBZRMSG="Debian compliance." |
| 16 |
17 |
|
|
| 17 |
18 |
# eof |
# eof |