summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5a041c90e90edfca8140fbd76188e129840a295b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: propellor
Section: admin
Priority: optional
Build-Depends: 
	debhelper (>= 9),
	git,
	ghc (>= 7.6),
	cabal-install,
	libghc-async-dev,
	libghc-split-dev,
	libghc-hslogger-dev,
	libghc-unix-compat-dev,
	libghc-ansi-terminal-dev,
	libghc-ifelse-dev,
	libghc-network-dev,
	libghc-mtl-dev,
	libghc-transformers-dev,
	libghc-exceptions-dev (>= 0.6),
	libghc-stm-dev,
	libghc-text-dev,
	libghc-hashable-dev,
Maintainer: Joey Hess <id@joeyh.name>
Standards-Version: 3.9.8
Vcs-Git: git://git.joeyh.name/propellor
Homepage: http://propellor.branchable.com/

Package: propellor
Architecture: any
Section: admin
Depends: ${misc:Depends}, ${shlibs:Depends},
	ghc (>= 7.4),
	cabal-install,
	libghc-async-dev,
	libghc-split-dev,
	libghc-hslogger-dev,
	libghc-unix-compat-dev,
	libghc-ansi-terminal-dev,
	libghc-ifelse-dev,
	libghc-network-dev,
	libghc-mtl-dev,
	libghc-transformers-dev,
	libghc-exceptions-dev (>= 0.6),
	libghc-stm-dev,
	libghc-text-dev,
	libghc-hashable-dev,
	git,
Description: property-based host configuration management in haskell
 Propellor ensures that the system it's run in satisfies a list of
 properties, taking action as necessary when a property is not yet met.
 .
 It is configured using haskell.