summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f5b71bd..7364372 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-repair (1.20140915) UNRELEASED; urgency=medium
+
+ * Prevent auto gc from happening when fetching from a remote.
+ * Merge from git-annex.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 12 Oct 2014 14:31:33 -0400
+
git-repair (1.20140914) unstable; urgency=medium
* Update to build with optparse-applicative 0.10. Closes: #761552
diff --git a/debian/control b/debian/control
index 37d0e80..42363e2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends:
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-network-dev,
- libghc-extensible-exceptions-dev,
+ libghc-exceptions-dev (>= 0.6),
+ libghc-transformers-dev,
libghc-unix-compat-dev,
libghc-ifelse-dev,
libghc-text-dev,