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
|
Source: openrc
Section: admin
Priority: optional
Maintainer: OpenRC Debian Maintainers <openrc@packages.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Mark Hindley <leepen@debian.org>,
Benda Xu <heroxbd@gentoo.org>,
Mo Zhou <cdluminate@gmail.com>,
Build-Depends: debhelper-compat (= 13),
dh-exec,
libaudit-dev [linux-any],
libpam0g-dev [linux-any],
libselinux1-dev [linux-any],
meson,
pkg-config,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/openrc/openrc
Vcs-Git: https://salsa.debian.org/debian/openrc.git
Vcs-Browser: https://salsa.debian.org/debian/openrc
Package: openrc
Architecture: any
Conflicts: file-rc,
sysv-rc,
Replaces: sysv-rc,
Depends: insserv,
${misc:Depends},
${shlibs:Depends},
Suggests: policycoreutils [linux-any],
sysvinit-core,
Multi-Arch: foreign
Description: dependency based service manager (runlevel change mechanism)
OpenRC is a dependency based service manager. It provides support for System V
init, for booting, changing runlevels, starting and stopping services, and
shutting down.
.
Originally written as a Gentoo project, OpenRC aims at being
platform-agnostic. It works equally well on Linux, BSD and Hurd.
It supports the traditional init system in Debian in addition to many
alternatives. OpenRC is implemented in C in a small, simple and
efficient way, making it easy to understand, extend and reuse.
.
This package provides the runlevel change mechanism.
Package: librc1
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: dependency based service manager (runtime library)
OpenRC is a dependency based service manager. It provides support for System V
init, for booting, changing runlevels, starting and stopping services, and
shutting down.
.
Originally written as a Gentoo project, OpenRC aims at being
platform-agnostic. It works equally well on Linux, BSD and Hurd.
It supports the traditional init system in Debian in addition to many
alternatives. OpenRC is implemented in C in a small, simple and
efficient way, making it easy to understand, extend and reuse.
.
This package provides the runtime library.
Package: librc-dev
Architecture: any
Section: libdevel
Depends: librc1 (=${binary:Version}),
${misc:Depends},
Description: dependency based service manager (runtime development)
OpenRC is a dependency based service manager. It provides support for System V
init, for booting, changing runlevels, starting and stopping services, and
shutting down.
.
Originally written as a Gentoo project, OpenRC aims at being
platform-agnostic. It works equally well on Linux, BSD and Hurd.
It supports the traditional init system in Debian in addition to many
alternatives. OpenRC is implemented in C in a small, simple and
efficient way, making it easy to understand, extend and reuse.
.
This package provides development files for the runtime library.
Package: libeinfo1
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: dependency based service manager (pretty console display library)
OpenRC is a dependency based service manager. It provides support for System V
init, for booting, changing runlevels, starting and stopping services, and
shutting down.
.
Originally written as a Gentoo project, OpenRC aims at being
platform-agnostic. It works equally well on Linux, BSD and Hurd.
It supports the traditional init system in Debian in addition to many
alternatives. OpenRC is implemented in C in a small, simple and
efficient way, making it easy to understand, extend and reuse.
.
This package provides a runtime library that supports displaying messages on
the console.
Package: libeinfo-dev
Architecture: any
Section: libdevel
Depends: libeinfo1 (=${binary:Version}),
${misc:Depends},
Multi-Arch: same
Description: dependency based service manager (pretty console display development)
OpenRC is a dependency based service manager. It provides support for System V
init, for booting, changing runlevels, starting and stopping services, and
shutting down.
.
Originally written as a Gentoo project, OpenRC aims at being
platform-agnostic. It works equally well on Linux, BSD and Hurd.
It supports the traditional init system in Debian in addition to many
alternatives. OpenRC is implemented in C in a small, simple and
efficient way, making it easy to understand, extend and reuse.
.
This package provides a development library that supports displaying messages
on the console.
|