summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2020-06-10 14:40:29 -0400
committerJoey Hess2020-06-10 14:40:29 -0400
commitdbd3ba3400a3097498252097540ffe8075b00833 (patch)
tree1f319032876e2b7ed217ce4c0ec541e033eee1ad /debian
parent8deac74e2c6d07537ee0c95928af069c8558390e (diff)
Added dependency on concurrent-output; removed embedded copy.
Trying again what failed in 2018 (commit 02eca2ae4cf51d8e83d94d8359e15ac053451109). I hope the problem was a broken old version of concurrent-output and that it will be ok now. This commit was sponsored by Denis Dzyubenko on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index b46c4b4e..922e481e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ 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 5a46822f..8e61fd80 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,9 @@ 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
@@ -37,10 +36,9 @@ 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