summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-03-30 15:18:39 -0400
committerJoey Hess2016-03-30 15:18:39 -0400
commit0f410f8acdb9e0b84ae364e80e5ee63adcb2ee50 (patch)
tree19985c15b17b34dfe06105b485ca4547dcd4decc /debian
parentb24f20d8cb8b86767d530ce6df83bd14ad950093 (diff)
When new dependencies are added to propellor or the propellor config, try harder to get them installed.
In particular, this makes propellor --spin work when the remote host needs to get dependencies installed in order to build the updated config. Fixes http://propellor.branchable.com/todo/problem_with_spin_after_new_dependencies_added/
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1075773d..abc7d530 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,10 @@ propellor (3.0.0) UNRELEASED; urgency=medium
* Re-enabled -O0 in propellor.cabal to reign in ghc's memory use handling
these complex new types.
* Added dependency on concurrent-output; removed embedded copy.
+ * When new dependencies are added to propellor or the propellor config,
+ try harder to get them installed. In particular, this makes
+ propellor --spin work when the remote host needs to get dependencies
+ installed in order to build the updated config.
-- Joey Hess <id@joeyh.name> Thu, 24 Mar 2016 15:02:33 -0400