prep release

This commit is contained in:
Joey Hess 2014-01-16 11:36:54 -04:00
parent 57da4e4a67
commit 31b80e55f8
3 changed files with 14 additions and 10 deletions

10
debian/changelog vendored
View file

@ -1,8 +1,7 @@
git-annex (5.20140108) UNRELEASED; urgency=medium git-annex (5.20140116) unstable; urgency=medium
* Added tahoe special remote. * Added tahoe special remote.
* external special remote protocol: Added GETGITDIR, and GETAVAILABILITY. * external special remote protocol: Added GETGITDIR, and GETAVAILABILITY.
* Android: Avoid passing --clobber to busybox wget.
* Refuse to build with git older than 1.7.1.1, which is needed for * Refuse to build with git older than 1.7.1.1, which is needed for
git checkout -B git checkout -B
* map: Fix display of v5 direct mode repos. * map: Fix display of v5 direct mode repos.
@ -15,12 +14,13 @@ git-annex (5.20140108) UNRELEASED; urgency=medium
(These log files can be safely removed.) (These log files can be safely removed.)
* assistant: Detect if .git/annex/index is corrupt at startup, and * assistant: Detect if .git/annex/index is corrupt at startup, and
recover. recover.
* Fix FTBFS on mipsel and sparc due to test suite not being available
on those architectures.
* repair: Fix bug in packed refs file exploding code that caused a .gitrefs * repair: Fix bug in packed refs file exploding code that caused a .gitrefs
directory to be created instead of .git/refs directory to be created instead of .git/refs
* Fix FTBFS on mipsel and sparc due to test suite not being available
on those architectures.
* Android: Avoid passing --clobber to busybox wget.
-- Joey Hess <joeyh@debian.org> Wed, 08 Jan 2014 13:13:54 -0400 -- Joey Hess <joeyh@debian.org> Thu, 16 Jan 2014 11:34:54 -0400
git-annex (5.20140107) unstable; urgency=medium git-annex (5.20140107) unstable; urgency=medium

10
debian/control vendored
View file

@ -63,7 +63,7 @@ Build-Depends:
curl, curl,
openssh-client, openssh-client,
Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.4 Standards-Version: 3.9.5
Vcs-Git: git://git.kitenet.net/git-annex Vcs-Git: git://git.kitenet.net/git-annex
Homepage: http://git-annex.branchable.com/ Homepage: http://git-annex.branchable.com/
XS-Testsuite: autopkgtest XS-Testsuite: autopkgtest
@ -84,8 +84,12 @@ Recommends:
ssh-askpass, ssh-askpass,
quvi, quvi,
git-remote-gcrypt (>= 0.20130908-4), git-remote-gcrypt (>= 0.20130908-4),
nocache nocache,
Suggests: graphviz, bup, libnss-mdns Suggests:
graphviz,
bup,
tahoe-lafs,
libnss-mdns,
Description: manage files with git, without checking their contents into git Description: manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when contents into git. While that may seem paradoxical, it is useful when

View file

@ -1,11 +1,11 @@
Name: git-annex Name: git-annex
Version: 5.20140107 Version: 5.20140116
Cabal-Version: >= 1.8 Cabal-Version: >= 1.8
License: GPL-3 License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net> Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess Author: Joey Hess
Stability: Stable Stability: Stable
Copyright: 2010-2013 Joey Hess Copyright: 2010-2014 Joey Hess
License-File: COPYRIGHT License-File: COPYRIGHT
Homepage: http://git-annex.branchable.com/ Homepage: http://git-annex.branchable.com/
Build-type: Custom Build-type: Custom