diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 4807b0281..8a1102e3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -git-annex (5.20131119) UNRELEASED; urgency=low +git-annex (5.20131120) unstable; urgency=low + * Fix Debian package to not try to run test suite, since haskell-tasty + is not out of new or in Build-Depends yet. * dropunused, addunused: Allow "all" instead of a range to act on all unused data. * Ensure execute bit is set on directories when core.sharedrepository is set. * Ensure that core.sharedrepository is honored when creating the .git/annex directory. * Improve repair code in the case where the index file is corrupt, - and this hides other problems. - * Fix Debian package to not try to run test suite, since haskell-tasty - is not out of new or in Build-Depends yet. + and this hides other problems from git fsck. - -- Joey Hess <joeyh@debian.org> Mon, 18 Nov 2013 17:09:21 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 12:54:18 -0400 git-annex (5.20131118) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 000e1e299..130fa07c6 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20131118 +Version: 5.20131120 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |