Ship the API doc in a new libfprint-doc package

This commit is contained in:
Laurent Bigonville
2018-07-16 11:12:00 +02:00
parent 6da130a512
commit dc7c2a03e4
3 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -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
+22
View File
@@ -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.
+1
View File
@@ -0,0 +1 @@
usr/share/gtk-doc/