summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess2015-08-12 19:19:45 -0400
committerJoey Hess2015-08-12 19:19:45 -0400
commiteaca662dc1b31d7daf3eaa417aa10319e73da8f2 (patch)
tree4e3f980ece950f543918799842ef6323e430a995 /debian/control
parent64cdb0d1801856e31799d0573afc65f56e487438 (diff)
Make sure that make is installed when bootstrapping propellor.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 51107783..25c3d474 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),
git,
+ make,
Description: property-based host configuration management in haskell
Propellor enures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.