The version number is now derived from git, unless built with VERSION_FROM_CHANGELOG.
This commit is contained in:
parent
c149c678ad
commit
59f616684d
4 changed files with 35 additions and 5 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -3,6 +3,9 @@
|
|||
# Avoid using cabal, as it writes to $HOME
|
||||
export CABAL=./Setup
|
||||
|
||||
# Do use the changelog's version number, rather than making one up.
|
||||
export VERSION_FROM_CHANGELOG=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue