diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-22 13:50:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-22 13:50:16 -0400 |
commit | b61f69bd87875bc6e7aa30c29a4290bb02f3df77 (patch) | |
tree | 0b70a433be1aaebd729910f0217574a7b1848f53 /debian/control | |
parent | e375f8d6e97f22404fd355de8bf0d05a51ac9ef0 (diff) |
Depend on new enough git for --no-gpg-sign to work. Closes: #762446
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 39c0e279e..91747c417 100644 --- a/debian/control +++ b/debian/control @@ -67,7 +67,7 @@ Build-Depends: lsof [!kfreebsd-i386 !kfreebsd-amd64 !hurd-any], ikiwiki, perlmagick, - git (>= 1:1.8.4), + git (>= 1:2.0), rsync, wget, curl, |