From 0a3f2757a7a1d8e2473d18e5eb5bbb7a922fc3fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 31 Mar 2015 14:22:04 -0400 Subject: [PATCH] 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. --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0922f2b8e..a752e2559a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ git-annex (5.20150328) UNRELEASED; urgency=medium guid has been downloaded before, even when the url has changed. * importfeed: Always store itemid in metadata; before this was only done when annex.genmetadata was set. + * Relax debian package dependencies to git >= 1:1.7.7.6 rather + than needing >= 1:2.0. -- Joey Hess Fri, 27 Mar 2015 16:04:43 -0400 diff --git a/debian/control b/debian/control index 8cd44ae82d..9374441350 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,