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
|
Source: cfengine3
Section: admin
Priority: optional
Maintainer: CFEngine Team <team+cfengine@tracker.debian.org>
Uploaders:
Christoph Martin <chrism@debian.org>,
Build-Depends:
bison,
debhelper (>= 10),
flex,
libacl1-dev,
libcurl-dev,
liblmdb-dev,
libpam0g-dev,
libpcre2-dev,
libssl-dev,
libvirt-dev,
libxml2-dev,
libyaml-dev,
passwd,
pkgconf,
systemd-dev,
Standards-Version: 4.7.0
Homepage: https://cfengine.com/product/community/
Vcs-Git: https://salsa.debian.org/cfengine-team/cfengine3.git
Vcs-Browser: https://salsa.debian.org/cfengine-team/cfengine3
Package: cfengine3
Architecture: any
Depends:
e2fsprogs,
libpromises3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
python3,
Description: tool for configuring and maintaining network machines
Cfengine is a suite of programs for integrated autonomic management
of either individual or networked computers.
.
Cfengine 3 is both a more powerful and much simplified version of cfengine,
which has been designed to inter operate with cfengine 2 rather than be
backwards compatible with it.
.
With cfengine 3 you can install, configure and maintain computers using
powerful hands-free tools.
Package: libpromises3
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: libpromises library for cfengine3 binaries
The main purpose of cfengine is to allow the system administrator
to create a single central file which will define how every host
on a network should be configured.
.
This package contains the libpromises3 library.
|