mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Ship the API doc in a new libfprint-doc package
This commit is contained in:
Vendored
+2
-1
@@ -19,8 +19,9 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium
|
||||
* debian/control: Bump all the packages to priority optional, priority extra
|
||||
is now deprecated
|
||||
* debian/rules: Simplify the installation of the udev rules file
|
||||
* Ship the API doc in a new libfprint-doc package
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 22:57:46 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 16 Jul 2018 11:11:19 +0200
|
||||
|
||||
libfprint (1:0.7.0-1) unstable; urgency=medium
|
||||
|
||||
|
||||
Vendored
+22
@@ -15,6 +15,7 @@ Package: libfprint-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libfprint0 (= ${binary:Version}), ${misc:Depends}
|
||||
Suggests: libfprint-doc
|
||||
Description: async fingerprint library of fprint project, development headers
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
@@ -53,3 +54,24 @@ Description: async fingerprint library of fprint project, shared libraries
|
||||
allowing fprint to perform non-blocking device tasks.
|
||||
.
|
||||
This package provides shared libraries.
|
||||
|
||||
Package: libfprint-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: async fingerprint library of fprint project, API documentation
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
Previously, Linux support for such devices has been scattered amongst different
|
||||
projects (many incomplete) and inconsistent in that application developers
|
||||
would have to implement support for each type of fingerprint reader separately.
|
||||
The idea is to change that by providing a central system to support all the
|
||||
fingerprint readers as it's possible to get hands on.
|
||||
.
|
||||
libfprint is the centre of efforts, this component does the dirty job of
|
||||
talking to fingerprint reading devices, and processing fingerprint data.
|
||||
.
|
||||
This library depends on the new libusb, which performs asynchronous callbacks,
|
||||
allowing fprint to perform non-blocking device tasks.
|
||||
.
|
||||
This package provides the API documentation.
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
usr/share/gtk-doc/
|
||||
Reference in New Issue
Block a user