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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
Source: propellor
Section: admin
Priority: optional
Build-Depends:
cabal-install,
cdbs,
debhelper (>= 9),
ghc (>= 7.6),
git,
haskell-devscripts,
libghc-ansi-terminal-dev,
libghc-ansi-terminal-prof,
libghc-async-dev,
libghc-async-prof,
libghc-concurrent-output-dev,
libghc-concurrent-output-prof,
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof (>= 0.6),
libghc-hslogger-dev,
libghc-hslogger-prof,
libghc-ifelse-dev,
libghc-ifelse-prof,
libghc-missingh-dev,
libghc-missingh-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-network-dev,
libghc-network-prof,
libghc-stm-dev,
libghc-stm-prof,
libghc-text-dev,
libghc-text-prof,
libghc-transformers-dev,
libghc-transformers-prof,
libghc-unix-compat-dev,
libghc-unix-compat-prof,
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 3.9.8
Homepage: https://propellor.branchable.com/
Vcs-Git: https://git.spwhitton.name/propellor -b debian
Vcs-Browser: https://git.spwhitton.name/?p=propellor.git;a=summary
X-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.
.
The easiest way to get started with propellor is to install the binary package
`propellor' and run `propellor --init'.
Package: libghc-propellor-dev
Section: haskell
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-propellor-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-propellor-prof
Section: haskell
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: propellor
Architecture: any
Depends:
cabal-install,
ghc (>= 7.4),
git (>= 1:2.9),
libghc-ansi-terminal-dev,
libghc-async-dev,
libghc-concurrent-output-dev,
libghc-exceptions-dev (>= 0.6),
libghc-hslogger-dev,
libghc-ifelse-dev,
libghc-missingh-dev,
libghc-mtl-dev,
libghc-network-dev,
libghc-propellor-dev,
libghc-stm-dev,
libghc-text-dev,
libghc-transformers-dev,
libghc-unix-compat-dev,
make,
${misc:Depends},
${shlibs:Depends},
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.
|