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
|
Source: biometric-authentication
Section: admin
Priority: optional
Maintainer: Kylin Team <team+kylin@tracker.debian.org>
Uploaders: handsome_feng <jianfengli@ubuntukylin.com>,
Build-Depends: debhelper (>= 11),
dh-python,
python3:any,
automake,
intltool,
autopoint,
libtool-bin,
libglib2.0-dev (>= 2.36),
libgtk-3-dev (>= 3.18),
libusb-1.0-0-dev (>= 1.0.20),
libsqlite3-dev (>= 3.8),
libfprint-dev,
libpolkit-gobject-1-dev,
uuid-dev
Standards-Version: 4.2.1
Homepage: https://github.com/ukui/biometric-authentication.git
Vcs-Git: https://github.com/ukui/biometric-authentication.git
vcs-Browser: https://github.com/ukui/biometric-authentication
Package: biometric-auth
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libbiometric0 (= ${binary:Version}),
systemd,
Provides: ${bio-app-api:Provides}
Description: Biometric Authentication Service
The service layer of the biometric identification authentication framework.
The service layer uses the DBus bus to provide the upper application with
operation interfaces such as feature enroll, feature verify, feature identify,
feature search, feature delete, etc. Meanwhile, it also provides notification
of device status changes event and notification of USB device hotplug event.
.
This package contains a library for biometric authentication.
Package: libbiometric0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
systemd,
Provides: ${bio-drv-api:Provides}
Description: Biometric Identification library
The core layer of biometric identification authentication framework.
The core layer abstracts the common operation of all kinds of biometric
recognition, constructs the underlying framework of biometric recognition,
and provides the general function and unified data storage method.
.
This package contains a library for biometric identification.
Package: libbiometric-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libbiometric0 (= ${binary:Version}),
systemd,
Description: Biometric Identification DRIVER API - development files
It provides the development file for driver development based on biometric
identification authentication framework.
.
This package contains the development files (headers, static libraries)
Package: biometric-utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
biometric-auth,
systemd,
python3-prettytable,
python3-dbus,
python3-gi
Description: Biometric authentication utils
Biometric authentication tools.
This package provides the biometric-config-tool and biometric-device-discover
tools:
- biometric-auth-client: The command line client of the biometric
identification framework service;
- biometric-config-tool: add, remove, configure the biometric drivers;
- biometric-device-discover: discover the devices supported by the biometric
framework;
Package: biometric-driver-community-multidevice
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${bio-drv-api:Depends},
libbiometric0,
biometric-utils,
Description: Biometric Authentication Driver (community multidevice)
Community multi-device drivers for biometric authentication.
Community multi-device drivers use libfprint for biometric identification.
.
This package supports following devices:
upekts, uru4000, aes4000, aes2501, upektc, aes1610, fdu2000, vcom5s,
upeksonly, vfs101, vfs301, aes2550, upeke2, aes1660, aes2660, aes3500,
upektc_img, etes603, vfs5011, vfs0050, elan.
|