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
|
Source: bolt
Section: admin
Priority: optional
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: asciidoc-base <!nodoc>,
debhelper-compat (= 13),
docbook-xml <!nodoc>,
libglib2.0-dev,
libpolkit-gobject-1-dev,
libudev-dev,
libumockdev-dev,
libxml2-utils <!nodoc>,
meson,
pkgconf,
python3-dbus <!nocheck>,
python3-dbusmock <!nocheck>,
python3-gi <!nocheck>,
systemd-dev,
umockdev <!nocheck>,
xmlto <!nodoc>,
xsltproc <!nodoc>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/freedesktop-team/bolt
Vcs-Git: https://salsa.debian.org/freedesktop-team/bolt.git
Homepage: https://gitlab.freedesktop.org/bolt/bolt
Package: bolt
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: system daemon to manage thunderbolt 3 devices
Thunderbolt 3 features different security modes that require
devices to be authorized before they can be used. The D-Bus API can be
used to list devices, enroll them (authorize and store them in the
local database) and forget them again (remove previously enrolled
devices). It also emits signals if new devices are connected (or
removed). During enrollment devices can be set to be automatically
authorized as soon as they are connected. A command line tool, called
boltctl, can be used to control the daemon and perform all the above
mentioned tasks.
Package: bolt-tests
Architecture: any
Depends: gir1.2-glib-2.0,
gir1.2-umockdev-1.0,
python3,
python3-dbus,
python3-dbusmock,
python3-gi,
umockdev,
${misc:Depends},
${shlibs:Depends}
Description: system daemon to manage thunderbolt 3 devices - installed tests
Thunderbolt 3 features different security modes that require
devices to be authorized before they can be used. The D-Bus API can be
used to list devices, enroll them (authorize and store them in the
local database) and forget them again (remove previously enrolled
devices). It also emits signals if new devices are connected (or
removed). During enrollment devices can be set to be automatically
authorized as soon as they are connected. A command line tool, called
boltctl, can be used to control the daemon and perform all the above
mentioned tasks.
.
This package includes tests to be used on the installed system.
|