summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 91d0bd2..1eb84fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-repair (1.20131203) unstable; urgency=low
+
+ * Fix build deps. Closes: #731179
+
+ -- Joey Hess <joeyh@debian.org> Tue, 03 Dec 2013 15:02:21 -0400
+
git-repair (1.20131122) unstable; urgency=low
* Added test mode, which can be used to randomly corrupt test
diff --git a/debian/control b/debian/control
index bf14911..cecd327 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,11 @@ Build-Depends:
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-network-dev,
- libghc-ifelse-dev,
libghc-extensible-exceptions-dev,
libghc-unix-compat-dev,
+ libghc-ifelse-dev,
+ libghc-text-dev,
+ libghc-quickcheck2-dev,
libghc-utf8-string-dev,
libghc-async-dev,
libghc-optparse-applicative-dev
@@ -27,3 +29,7 @@ Description: repair various forms of damage to git repositorie
git-repair can repair various forms of damage to git repositories.
.
It is a complement to git fsck, which finds problems, but does not fix them.
+ .
+ As well as avoiding the need to rm -rf a damaged repository and re-clone,
+ using git-repair can help rescue commits you've made to the damaged
+ repository and not yet pushed out.