diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-17 21:00:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-17 21:00:05 -0400 |
commit | b6aca91f02474aec8359dd5472f4ada929925f98 (patch) | |
tree | 1ad2b04e52fcceba04764acb001f66a053b9908b /debian/control | |
parent | 87ca36c2cd48739a3682220fcb74883c528b21be (diff) |
Depend on git 1.7.7.6 for --no-edit. Closes: #698399
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f1f4d82b0..ca055906f 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,7 @@ Package: git-annex Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, - git (>= 1:1.7.7), + git (>= 1:1.7.7.6), uuid, rsync, wget | curl, |