diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-05 16:37:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-05 16:37:44 -0400 |
commit | 16acc507f3b814d01b30bc1f0e08e790785327ce (patch) | |
tree | 207830f0b19b9299cf11afd31fba86c554cf2b68 | |
parent | 62005d294e30285dee4645bf6633247214426573 (diff) |
releasing version 3.201204053.20120405
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -59,7 +59,7 @@ install: all fi test: - @if ! $(GHCMAKE) -O0 test; then \ + @if ! $(GHCMAKE) -O0 test $(clibs); then \ echo "** failed to build the test suite" >&2; \ exit 1; \ elif ! ./test; then \ diff --git a/debian/changelog b/debian/changelog index 5aecd7b7e..6306bc859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -git-annex (3.20120316) UNRELEASED; urgency=low +git-annex (3.20120405) unstable; urgency=low * Rewrote free disk space checking code, moving the portability handling into a small C library. * status: Display amount of free disk space. - -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 21:19:16 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 05 Apr 2012 16:19:10 -0400 git-annex (3.20120315) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 9e37a6cb3..f542f5754 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120316 +Version: 3.20120405 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |