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.
This commit is contained in:
parent
ff437a73b0
commit
0a3f2757a7
2 changed files with 4 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue