File: control

package info (click to toggle)
openrc 0.13.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,996 kB
  • ctags: 1,301
  • sloc: ansic: 11,248; sh: 1,905; makefile: 449; perl: 205
file content (143 lines) | stat: -rw-r--r-- 6,173 bytes parent folder | download
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
135
136
137
138
139
140
141
142
143
Source: openrc
Section: admin
Priority: extra
Maintainer: OpenRC Debian Maintainers <openrc-devel@lists.alioth.debian.org>
Uploaders: Roger Leigh <rleigh@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Benda Xu <heroxbd@gentoo.org>, Ritesh Raj Sarraf <rrs@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://www.gentoo.org/proj/en/base/openrc/
Vcs-Git: git://anonscm.debian.org/openrc/openrc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openrc/openrc.git;a=summary

Package: openrc
Architecture: any
Conflicts: file-rc, sysv-rc
Replaces: sysv-rc
Provides: sysv-rc
Depends: insserv, ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (runlevel change mechanism)
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides the runlevel change mechanism.

Package: openrc-dbg
Architecture: any
Section: debug
Depends: openrc (= ${binary:Version}), ${misc:Depends}
Description: dependency based init system (runlevel change mechanism) - debug
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package contains the debugging symbols for OpenRC.

Package: librc1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (runtime library)
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides the runtime library.

Package: librc1-dbg
Section: debug
Architecture: any
Depends: librc1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (runtime library) - debug
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides the debug symbols for the runtime library.

Package: librc-dev
Architecture: any
Section: libdevel
Depends: librc1 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (runtime development)
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides development files for the runtime library.

Package: libeinfo1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (pretty console display library)
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides a runtime library that supports displaying messages on
 the console.

Package: libeinfo1-dbg
Section: debug
Architecture: any
Depends: libeinfo1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (pretty console display library) - debug
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides the debug symbols for libeinfo1, a runtime library that
 supports displaying messages on the console.

Package: libeinfo-dev
Architecture: any
Section: libdevel
Depends: libeinfo1 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: dependency based init system (pretty control display development)
 OpenRC is a dependency based init system. 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 is 100% compatible with
 Gentoo init scripts. OpenRC, however, is not exclusively used by Gentoo
 Linux, and aims at being platform-agnostic, and supporting the old style
 init system historically available in Debian.
 .
 This package provides a development library that supports displaying messages
 on the console.