summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 723d554d..97ffa34f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+propellor (0.5.1) UNRELEASED; urgency=medium
+
+ * Add missing build deps and deps. Closes: #745459
+
+ -- Joey Hess <joeyh@debian.org> Tue, 22 Apr 2014 19:07:59 -0400
+
propellor (0.5.0) unstable; urgency=medium
* Removed root domain records from SOA. Instead, use RootDomain
diff --git a/debian/control b/debian/control
index bfdc5880..a4dc2466 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends:
libghc-unix-compat-dev,
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
+ libghc-network-dev,
+ libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-monadcatchio-transformers-dev,
Maintainer: Joey Hess <joeyh@debian.org>
@@ -30,6 +32,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-unix-compat-dev,
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
+ libghc-network-dev,
+ libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-monadcatchio-transformers-dev,
git,