You've already forked biometric-authentication
mirror of
https://github.com/ukui/biometric-authentication.git
synced 2026-03-09 09:25:45 -07:00
104 lines
3.8 KiB
Plaintext
104 lines
3.8 KiB
Plaintext
Source: biometric-authentication
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Kylin Team <team+kylin@tracker.debian.org>
|
|
Uploaders: handsome_feng <jianfengli@ubuntukylin.com>,
|
|
Build-Depends: debhelper-compat (= 12),
|
|
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.5.0
|
|
Rules-Requires-Root: no
|
|
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.
|