diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-11 23:03:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-11 23:03:19 -0400 |
commit | 11b154e811a9dcea42ceaaf9740f811ac310a615 (patch) | |
tree | 6102384f4d54e11db625dca63f7043887e29bd92 | |
parent | 402d9c7c5fa79d78fe09e5ed0b5a3b60e16a7f0b (diff) |
prep release
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e985166dc..c4e53e179 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -git-annex (3.20110929) UNRELEASED; urgency=low +git-annex (3.20111011) unstable; urgency=low * This version of git-annex only works with git 1.7.7 and newer. - The breakage with old versions is subtle, and affects - annex.numcopies .gitattributes settings, so be sure to upgrade git + The breakage with old versions is subtle, and affects the + annex.numcopies settings in .gitattributes, so be sure to upgrade git to 1.7.7. (Debian package now depends on that version.) * Don't pass absolute paths to git show-attr, as it started following symlinks when that's done in 1.7.7. Instead, use relative paths, @@ -29,7 +29,7 @@ git-annex (3.20110929) UNRELEASED; urgency=low * Various speed improvements gained by using ByteStrings. * Contain the zombie hordes. - -- Joey Hess <joeyh@debian.org> Thu, 29 Sep 2011 18:58:53 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 11 Oct 2011 23:00:02 -0400 git-annex (3.20110928) unstable; urgency=low diff --git a/debian/control b/debian/control index 49f564fdb..6f59ada5b 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: libghc-json-dev, ikiwiki, perlmagick, - git | git-core, + git, uuid, rsync, Maintainer: Joey Hess <joeyh@debian.org> |