summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--git-repair.cabal3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index efbd0a8..395b4dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-repair (1.20151216) UNRELEASED; urgency=medium
+
+ * git-repair.cabal: Add Setup-Depends.
+
+ -- Joey Hess <id@joeyh.name> Wed, 04 May 2016 12:16:33 -0400
+
git-repair (1.20151215) unstable; urgency=medium
* Fix insecure temporary permissions and potential denial of
diff --git a/git-repair.cabal b/git-repair.cabal
index d4583ea..25f0f2e 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -44,6 +44,9 @@ Executable git-repair
else
Build-Depends: unix
+custom-setup
+ Setup-Depends: base (>= 4.5), hslogger, MissingH
+
source-repository head
type: git
location: git://git-repair.branchable.com/