aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 23:54:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 23:54:46 -0400
commit0ade54179ba2db79f72e723eceedfcd6a1757b6f (patch)
treeaa81f98abc35795e68cd08d724d5d419eecf9c8f /debian
parentbdd4ad96ae5ab6bcd383765251aa18afbe55e889 (diff)
Removed support for optparse-applicative versions older than 0.10.
Debian stable has 0.10.0.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 40ec4d300..a357e3fe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ git-annex (5.20150618) UNRELEASED; urgency=medium
reflog. This provides a way to not consider old versions of files to be
unused after they have reached a specified age, when the old refs in
the reflog expire.
+ * Removed support for optparse-applicative versions older than 0.10.
-- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400
diff --git a/debian/control b/debian/control
index 9fc8d2bc3..b89edc600 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Build-Depends:
libghc-tasty-hunit-dev,
libghc-tasty-quickcheck-dev,
libghc-tasty-rerun-dev,
- libghc-optparse-applicative-dev,
+ libghc-optparse-applicative-dev (>= 0.10),
lsof [!kfreebsd-i386 !kfreebsd-amd64 !hurd-any],
ikiwiki,
perlmagick,