diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-20 13:10:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-20 13:10:11 -0400 |
commit | 1d6f04c28e3ca13f83704dbf8021226b615e2853 (patch) | |
tree | 8fc6b66c6c541c3e9fd3c972f77cf10d6e374f3e | |
parent | 7615b577482945a307ac534b7c1bf216a25da373 (diff) |
releasing package git-annex version 5.201311205.20131120
-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> |