prep release
This commit is contained in:
parent
57da4e4a67
commit
31b80e55f8
3 changed files with 14 additions and 10 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,8 +1,7 @@
|
|||
git-annex (5.20140108) UNRELEASED; urgency=medium
|
||||
git-annex (5.20140116) unstable; urgency=medium
|
||||
|
||||
* Added tahoe special remote.
|
||||
* 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
|
||||
git checkout -B
|
||||
* 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.)
|
||||
* assistant: Detect if .git/annex/index is corrupt at startup, and
|
||||
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
|
||||
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
|
||||
|
||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -63,7 +63,7 @@ Build-Depends:
|
|||
curl,
|
||||
openssh-client,
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.9.4
|
||||
Standards-Version: 3.9.5
|
||||
Vcs-Git: git://git.kitenet.net/git-annex
|
||||
Homepage: http://git-annex.branchable.com/
|
||||
XS-Testsuite: autopkgtest
|
||||
|
@ -84,8 +84,12 @@ Recommends:
|
|||
ssh-askpass,
|
||||
quvi,
|
||||
git-remote-gcrypt (>= 0.20130908-4),
|
||||
nocache
|
||||
Suggests: graphviz, bup, libnss-mdns
|
||||
nocache,
|
||||
Suggests:
|
||||
graphviz,
|
||||
bup,
|
||||
tahoe-lafs,
|
||||
libnss-mdns,
|
||||
Description: manage files with git, without checking their contents into git
|
||||
git-annex allows managing files with git, without checking the file
|
||||
contents into git. While that may seem paradoxical, it is useful when
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
Name: git-annex
|
||||
Version: 5.20140107
|
||||
Version: 5.20140116
|
||||
Cabal-Version: >= 1.8
|
||||
License: GPL-3
|
||||
Maintainer: Joey Hess <joey@kitenet.net>
|
||||
Author: Joey Hess
|
||||
Stability: Stable
|
||||
Copyright: 2010-2013 Joey Hess
|
||||
Copyright: 2010-2014 Joey Hess
|
||||
License-File: COPYRIGHT
|
||||
Homepage: http://git-annex.branchable.com/
|
||||
Build-type: Custom
|
||||
|
|
Loading…
Reference in a new issue