mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-23 22:36:34 +08:00
Debian compliance.
This commit is contained in:
parent
df785525fa
commit
25cc46c9c6
1 changed files with 4 additions and 3 deletions
7
dist/debian-env.sh
vendored
7
dist/debian-env.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue