diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-27 12:15:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-27 12:15:22 -0400 |
commit | 097f7ddda269eab7092ddb0caaa57f01b26c8f40 (patch) | |
tree | 406042d7db3d8abce3d43fa5861e2387dc563e85 /debian/control | |
parent | c42c66a6bba10d6940c9e0cad0c7d5386708649e (diff) |
Really depend (not just build-depend) on new enough git for --no-gpg-sign to work. Closes: #763057
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 b2f7d8cca..ec29aedbf 100644 --- a/debian/control +++ b/debian/control @@ -84,7 +84,7 @@ Package: git-annex Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, - git (>= 1:1.8.4), + git (>= 1:2.0), rsync, wget, curl, |