The version number is now derived from git, unless built with VERSION_FROM_CHANGELOG.

This commit is contained in:
Joey Hess 2013-04-10 16:53:04 -04:00
parent c149c678ad
commit 59f616684d
4 changed files with 35 additions and 5 deletions

3
debian/rules vendored
View file

@ -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 $@