diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-10 16:53:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-10 16:53:38 -0400 |
commit | 2badf04eeb1898d5b77c171a28a1b263cca16313 (patch) | |
tree | 87fb49ea99b69b609480e5f1436a3b9cea5b6759 /debian | |
parent | e0aebe9cf31c3fd1e4e5b490f78c37deda857b3a (diff) |
The version number is now derived from git, unless built with VERSION_FROM_CHANGELOG.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1549a12ed..a1c12388e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/rules b/debian/rules index a0231eb60..da5596871 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@ |