propellor/debian/control

49 lines
1.2 KiB
Plaintext
Raw Normal View History

Source: propellor
Section: admin
Priority: optional
Build-Depends:
debhelper (>= 9),
git,
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,
libghc-network-dev,
libghc-quickcheck2-dev,
2014-04-10 21:50:16 +00:00
libghc-mtl-dev,
2015-04-29 18:26:13 +00:00
libghc-transformers-dev,
2015-06-30 20:49:52 +00:00
libghc-exceptions-dev (>= 0.6),
2014-11-22 01:08:30 +00:00
Maintainer: Gergely Nagy <algernon@madhouse-project.org>
2015-01-04 23:51:50 +00:00
Standards-Version: 3.9.6
Vcs-Git: git://git.joeyh.name/propellor
2014-10-24 14:01:55 +00:00
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-missingh-dev,
libghc-hslogger-dev,
libghc-unix-compat-dev,
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
libghc-network-dev,
libghc-quickcheck2-dev,
2014-04-10 21:50:16 +00:00
libghc-mtl-dev,
2015-04-29 18:26:13 +00:00
libghc-transformers-dev,
2015-06-30 20:49:52 +00:00
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.
.
It is configured using haskell.