summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:11:58 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:11:58 +0000
commit20db488bed358b757faea994c3508b060826cb10 (patch)
treea7e68252fc30d860a0c04ce95ddfd5db9b527688
parent1092316ba04116d7ae1d4cdf347804feacef768a (diff)
downloadgit-repair-20db488bed358b757faea994c3508b060826cb10.tar.gz
build-dep updates
-rw-r--r--debian/changelog9
-rw-r--r--debian/control8
2 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6dc307f..d6cc079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+git-repair (1.20200102-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Tighten build-dep on optparse-applicative
+ - Add build-deps on split, filepath-bytestring, attoparsec
+ - Drop build-dep on missingh.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 02 Jan 2020 18:07:39 +0000
+
git-repair (1.20151215-2) unstable; urgency=medium
* Adopt package.
diff --git a/debian/control b/debian/control
index c6f725a..7e00c89 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Build-Depends:
debhelper (>= 9),
ghc,
git,
- libghc-missingh-dev,
libghc-hslogger-dev,
libghc-network-dev,
libghc-exceptions-dev (>= 0.6),
@@ -16,8 +15,11 @@ Build-Depends:
libghc-quickcheck2-dev,
libghc-utf8-string-dev,
libghc-async-dev,
- libghc-optparse-applicative-dev (>= 0.10.0),
- libghc-network-uri-dev
+ libghc-split-dev,
+ libghc-optparse-applicative-dev (>= 0.14.1),
+ libghc-network-uri-dev,
+ libghc-filepath-bytestring-dev (>= 1.4.2.1.0),
+ libghc-attoparsec-dev,
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 4.4.1
Vcs-Git: https://git.spwhitton.name/git-repair