summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-12 15:14:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-12 15:14:35 -0400
commit1074abc8a3a7ba0df171cb02572d465d3f95529a (patch)
treec1f02dbd783ebe4a901146a9ac14c8111992c7f8 /debian/control
parent603bee4e890cbfc435720e158eb15e7b3c2de0d6 (diff)
depend on git 1.8.4
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
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,