summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2019-09-11 16:10:25 -0400
committerJoey Hess <joeyh@joeyh.name>2019-09-11 16:14:43 -0400
commitfef3cd055d926432f683e183567fbbfcda276f54 (patch)
treee363db00086b020bbfef496c87e137d23e507b00 /debian
parent99b509572d250b2a12120335901bdc3a6cdfcb81 (diff)
Removed support for git versions older than 2.1
debian oldoldstable has 2.1, and that's what i386ancient uses. It would be better to require git 2.2, which is needed to use adjusted branches, but can't do that w/o losing support for some old linux kernels or a complicated git backport.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6b2e3cb405..f1808631f7 100644
--- a/debian/control
+++ b/debian/control
@@ -81,7 +81,7 @@ Build-Depends:
lsof [linux-any],
ikiwiki,
libimage-magick-perl,
- git (>= 1:1.8.1),
+ git (>= 1:2.1),
rsync,
curl,
openssh-client,