diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-31 14:22:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-31 14:22:04 -0400 |
commit | e3b92396716ce8c499c19fd87098e5829cc9d25b (patch) | |
tree | 6b60a56a5e81396e01e0d9e0c1ee0723abde7385 /debian/control | |
parent | e45fe20067f5297481304bb8b2e578b070515741 (diff) |
Relax debian package dependencies to git >= 1:1.7.7.6 rather than needing >= 1:2.0.
Git.Merge needs >= 1.7.7.6 if built with such a version; rest of code all
probes git version at runtime.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8cd44ae82..937444135 100644 --- a/debian/control +++ b/debian/control @@ -75,7 +75,7 @@ Build-Depends: lsof [!kfreebsd-i386 !kfreebsd-amd64 !hurd-any], ikiwiki, perlmagick, - git (>= 1:2.0), + git (>= 1:1.7.7.6), rsync, wget, curl, @@ -92,7 +92,7 @@ Package: git-annex Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, - git (>= 1:2.0), + git (>= 1:1.7.7.6), rsync, wget, curl, |