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.