summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3f5cb2da16439d2545041dcd17911d650c2df361 (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
Source: propellor
Section: admin
Priority: optional
Build-Depends: 
	debhelper (>= 9),
	ghc (>= 7.4),
	cabal-install,
	libghc-async-dev,
	libghc-missingh-dev,
	libghc-hslogger-dev,
	libghc-unix-compat-dev,
	libghc-ansi-terminal-dev,
	libghc-ifelse-dev,
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.5
Vcs-Git: git://git.kitenet.net/propellor
Homepage: http://joeyh.name/code/propellor/

Package: propellor
Architecture: any
Section: admin
Depends: ${misc:Depends}, ${shlibs:Depends},
	ghc (>= 7.4),
	cabal-install,
	libghc-async-dev,
	libghc-missingh-dev,
	libghc-hslogger-dev,
	libghc-unix-compat-dev,
	libghc-ansi-terminal-dev,
	libghc-ifelse-dev,
	git,
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.
 .
 It is configured using haskell.