mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-14 20:06:06 +08:00
17 lines
442 B
Bash
Executable file
17 lines
442 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Debian release: https://wiki.debian.org/IntroDebianPackaging
|
|
|
|
export HHVERSION="1.0.5"
|
|
export HHFULLVERSION=${HHVERSION}-1.0
|
|
export HH=hh_${HHVERSION}
|
|
export HHRELEASE=hh-${HHFULLVERSION}
|
|
export HHSRC=/home/dvorka/p/hstr/github/hstr
|
|
export NOW=`date +%Y-%m-%d--%H-%M-%S`
|
|
export HHBUILD=hstr-${NOW}
|
|
|
|
export UBUNTUVERSION=unstable
|
|
|
|
export HHBZRMSG="Making the .deb package compliant with Debian: NMU version, version ..."
|
|
|
|
# eof
|