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

2
debian/changelog vendored
View file

@ -14,6 +14,8 @@ git-annex (4.20130406) UNRELEASED; urgency=low
and connecting to it from another. (Note: Does not yet use HTTPS.)
* webapp: When a repository's group is changed, rescan for transfers.
* Added annex.web-download-command setting.
* The version number is now derived from git, unless built with
VERSION_FROM_CHANGELOG.
-- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400

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