mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Near an acceptable status
This commit is contained in:
Vendored
+12
-2
@@ -11,7 +11,8 @@ Package: libfprint-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libfprint0 (= ${binary:Version})
|
||||
Description: fingerprint library of fprint project, development headers
|
||||
Conflicts: libfprint0-old
|
||||
Description: async fingerprint library of fprint project, development headers
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
Previously, Linux support for such devices has been scattered amongst different
|
||||
@@ -24,13 +25,18 @@ Description: fingerprint library of fprint project, development headers
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
This library is based on new aproach of libusb-1.0, which handles asynchronous
|
||||
callback model allowing to perform a non-blocking device task. Old synchronous
|
||||
library has been renamed to libfprint-old.
|
||||
.
|
||||
This package provides development headers.
|
||||
|
||||
Package: libfprint0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: fingerprint library of fprint project, shared libraries
|
||||
Conflicts: libfprint0-old
|
||||
Description: async fingerprint library of fprint project, shared libraries
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
Previously, Linux support for such devices has been scattered amongst different
|
||||
@@ -43,4 +49,8 @@ Description: fingerprint library of fprint project, shared libraries
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
This library is based on new aproach of libusb-1.0, which handles asynchronous
|
||||
callback model allowing to perform a non-blocking device task. Old synchronous
|
||||
library has been renamed to libfprint-old.
|
||||
.
|
||||
This package provides shared libraries.
|
||||
|
||||
Reference in New Issue
Block a user