diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-12 15:14:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-12 15:14:35 -0400 |
commit | 1074abc8a3a7ba0df171cb02572d465d3f95529a (patch) | |
tree | c1f02dbd783ebe4a901146a9ac14c8111992c7f8 /debian | |
parent | 603bee4e890cbfc435720e158eb15e7b3c2de0d6 (diff) |
depend on git 1.8.4
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 911974604..6fbd2a06a 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,7 @@ Build-Depends: libghc-feed-dev, ikiwiki, perlmagick, - git, + git (>= 1:1.8.4), rsync, wget, curl, @@ -68,7 +68,7 @@ Package: git-annex Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, - git (>= 1:1.7.7.6), + git (>= 1:1.8.4), rsync, wget, curl, |