avoid using --literal-pathspecs with git older than 1.8.1 which added it
Windows is still building with an older git.
This commit is contained in:
parent
aba1464fe4
commit
42e46a8701
3 changed files with 8 additions and 5 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:1.7.7.6),
|
||||
git (>= 1:1.8.1),
|
||||
rsync,
|
||||
wget,
|
||||
curl,
|
||||
|
@ -92,7 +92,7 @@ Package: git-annex
|
|||
Architecture: any
|
||||
Section: utils
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
git (>= 1:1.7.7.6),
|
||||
git (>= 1:1.8.1),
|
||||
rsync,
|
||||
wget,
|
||||
curl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue