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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371
|
Source: dbus
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
Sjoerd Simons <sjoerd@debian.org>,
Sebastian Dröge <slomo@debian.org>,
Michael Biebl <biebl@debian.org>,
Loic Minier <lool@dooz.org>,
Simon McVittie <smcv@debian.org>,
Build-Depends:
debhelper (>= 13.11.6~),
debhelper-compat (= 13),
dh-exec,
libapparmor-dev [linux-any],
libaudit-dev [linux-any],
libcap-ng-dev [linux-any],
libexpat-dev,
libglib2.0-dev <!nocheck> <!noinsttest>,
libnss-wrapper <!nocheck>,
libselinux1-dev [linux-any],
libsystemd-dev [linux-any],
libx11-dev,
meson,
pkgconf,
valgrind-if-available,
xml-core,
xmlto <!nodoc>,
Build-Depends-Indep:
doxygen <!nodoc>,
ducktype <!nodoc>,
xsltproc <!nodoc>,
yelp-tools <!nodoc>,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/utopia-team/dbus.git
Vcs-Browser: https://salsa.debian.org/utopia-team/dbus
Homepage: https://dbus.freedesktop.org/
Rules-Requires-Root: no
Package: dbus
Architecture: any
Priority: standard
Provides:
dbus-system-bus (= ${binary:Version}),
default-dbus-system-bus,
Pre-Depends:
${misc:Pre-Depends},
Depends:
dbus-bin (= ${binary:Version}),
dbus-daemon (= ${binary:Version}),
dbus-system-bus-common (>= ${source:Version}),
base-files (>= 13.4~),
${misc:Depends},
${shlibs:Depends},
Suggests:
default-dbus-session-bus | dbus-session-bus,
Multi-Arch: foreign
Description: simple interprocess messaging system (system message bus)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
This package provides a fully-functional D-Bus system bus with activation
support, used for communication between system services, and depends on
most of the other components of the reference implementation of D-Bus.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session-bus virtual package.
Package: dbus-session-bus-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
dbus (<< 1.13.18-2~),
Replaces:
dbus (<< 1.13.18-2~),
Description: simple interprocess messaging system (session bus configuration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the configuration files defining the behaviour of
the D-Bus session bus, used for applications and per-user services.
These are used by the reference implementation in the dbus package,
and by the reimplementation in the dbus-broker package.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session-bus virtual package.
Package: dbus-system-bus-common
Architecture: all
Multi-Arch: foreign
Depends:
adduser (>= 3.130) | systemd-sysusers,
${misc:Depends},
Breaks:
dbus (<< 1.13.18-2~),
Replaces:
dbus (<< 1.13.18-2~),
Description: simple interprocess messaging system (system bus configuration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the configuration files defining the behaviour of
the D-Bus system bus, used for system services such as networking and
storage management services. It is also responsible for creating the
'messagebus' system user account used to run the system bus.
These are used by the reference implementation in the dbus package,
and by the reimplementation in the dbus-broker package.
.
To provide a complete D-Bus system bus, install one of the packages
that implement the dbus-system-bus virtual package, such as dbus.
The recommended implementation is indicated by the default-dbus-system-bus
virtual package.
Package: dbus-bin
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
dbus (<< 1.13.18-2~),
Replaces:
dbus (<< 1.13.18-2~),
Description: simple interprocess messaging system (command line utilities)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the D-Bus command-line utilities such as dbus-send
and dbus-monitor.
Package: dbus-daemon
Architecture: any
Multi-Arch: foreign
Depends:
dbus-bin (= ${binary:Version}),
dbus-session-bus-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
dbus (<< 1.13.18-2~),
Replaces:
dbus (<< 1.13.18-2~),
Description: simple interprocess messaging system (reference message bus)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains dbus-daemon, the reference implementation of a
D-Bus message bus, and dbus-run-session, a utility to start a temporary
session dbus-daemon in a constrained environment or for automated tests.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session-bus virtual package.
Package: dbus-1-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
Suggests:
libdbus-1-dev,
Description: simple interprocess messaging system (documentation)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the API documentation for D-Bus, as well as
the protocol specification.
.
See the dbus description for more information about D-Bus in general.
Package: dbus-tests
Build-Profiles: <!noinsttest>
Section: misc
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
dbus,
${misc:Depends},
${shlibs:Depends},
Recommends:
gnome-desktop-testing,
Breaks:
dbus-1-dbg (<< 1.11.10-2~),
Replaces:
dbus-1-dbg (<< 1.11.10-2~),
Description: simple interprocess messaging system (test infrastructure)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides automated and manual tests for D-Bus, and the
dbus-test-tool utility.
.
It also provides copies of the D-Bus libraries and executables compiled
with extra test instrumentation, debug information and logging,
installed into the /usr/lib/dbus-1.0/debug-build/ directory.
This version is only suitable for debugging and testing on non-production
systems: the additional instrumentation is likely to be insecure, and
harms robustness and performance.
.
See the dbus package description for more information about D-Bus in general.
Package: dbus-udeb
Build-Profiles: <!noudeb>
Section: debian-installer
Package-Type: udeb
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: simple interprocess messaging system (minimal runtime)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the dbus-daemon and dbus-x11
packages, for use in the Debian installer. It can run a session bus,
but is not suitable for use as a system bus.
Package: dbus-user-session
Architecture: linux-any
Multi-Arch: foreign
Provides:
dbus-session-bus,
default-dbus-session-bus,
Pre-Depends:
${misc:Pre-Depends},
Depends:
dbus-daemon (= ${binary:Version}) | dbus-broker,
dbus-session-bus-common (>= ${source:Version}),
libpam-systemd,
systemd,
${misc:Depends},
Recommends:
systemd-sysv,
Description: simple interprocess messaging system (systemd --user integration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
On systemd systems, this package opts in to the session model in which
a user's session starts the first time they log in, and does not end
until all their login sessions have ended. This model merges all
parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up
to one graphical session, into a single "user-session" or "super-session"
within which all background D-Bus services are shared.
.
Multiple graphical sessions per user are not currently supported in this
mode; as a result, it is particularly suitable for gdm, which responds to
requests to open a parallel graphical session by switching to the existing
graphical session and unlocking it.
.
To retain dbus' traditional session semantics, in which login sessions
are artificially isolated from each other, remove this package and install
dbus-x11 instead.
.
See the dbus package description for more information about D-Bus in general.
Package: dbus-x11
Architecture: any
Section: x11
Provides:
dbus-session-bus,
default-dbus-session-bus [!linux-any],
Pre-Depends:
${misc:Pre-Depends},
Depends:
dbus-bin (= ${binary:Version}),
dbus-daemon (= ${binary:Version}),
dbus-session-bus-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: simple interprocess messaging system (X11 deps)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the dbus-launch utility, which automatically
launches one D-Bus session bus per X11 display per user. If the
dbus-user-session package is also installed, it takes precedence over
this package.
.
See the dbus description for more information about D-Bus in general.
Package: libdbus-1-3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
dbus,
Section: libs
Description: simple interprocess messaging system (library)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
The message bus daemon can be found in the dbus-daemon package.
Package: libdbus-1-3-udeb
Build-Profiles: <!noudeb>
Section: debian-installer
Package-Type: udeb
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: simple interprocess messaging system (minimal library)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the libdbus-1-3 package,
for use in the Debian installer.
Package: libdbus-1-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
libdbus-1-3 (= ${binary:Version}),
libsystemd-dev [linux-any],
pkgconf,
${misc:Depends},
${shlibs:Depends},
Description: simple interprocess messaging system (development headers)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
See the dbus description for more information about D-Bus in general.
|