summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 922e481e..b46c4b4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ propellor (5.10.3) UNRELEASED; urgency=medium
* Fix display of concurrent output from processes when using
Propellor.Property.Conductor.
(Reversion introduced in version 5.5.0.)
- * Added dependency on concurrent-output; removed embedded copy.
-- Joey Hess <id@joeyh.name> Fri, 05 Jun 2020 11:26:21 -0400
diff --git a/debian/control b/debian/control
index 8e61fd80..5a46822f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,10 @@ Build-Depends:
libghc-ifelse-dev,
libghc-network-dev,
libghc-mtl-dev,
+ libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),
+ libghc-text-dev,
libghc-hashable-dev,
- libghc-concurrent-output-dev,
Maintainer: Joey Hess <id@joeyh.name>
Standards-Version: 3.9.8
Vcs-Git: git://git.joeyh.name/propellor
@@ -36,9 +37,10 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-ifelse-dev,
libghc-network-dev,
libghc-mtl-dev,
+ libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),
+ libghc-text-dev,
libghc-hashable-dev,
- libghc-concurrent-output-dev,
git (>= 2.0),
Description: property-based host configuration management in haskell
Propellor ensures that the system it's run in satisfies a list of