summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog4
-rw-r--r--git-annex.cabal2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a0447f2d2..b93514057 100644
--- a/Makefile
+++ b/Makefile
@@ -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>