diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 13:46:11 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 13:46:11 -0400 |
commit | 3fb763b096fb5c4a2c9119f88ea46ed81bdda07e (patch) | |
tree | aaa0f0647722d244d2186b129dfb3eea94117943 /debian/control | |
parent | 0e2090b7358e3218fcba837e8298617b5d7fea6d (diff) |
avoid using --literal-pathspecs with git older than 1.8.1 which added it
Windows is still building with an older git.
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 937444135..6cb4a6327 100644 --- a/debian/control +++ b/debian/control @@ -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, |