diff --git a/debian/control b/debian/control index a0949973..dc9e360d 100644 --- a/debian/control +++ b/debian/control @@ -170,3 +170,29 @@ Description: async fingerprint library of fprint project, drivers development he This package provides development headers for creating device drivers. An example driver is available at: https://gitlab.freedesktop.org/3v1n0/libfprint-tod-example-driver + +Package: libfprint-2-tests +Architecture: any +Depends: gir1.2-fprint-2.0 (= ${binary:Version}), + libfprint-2-2 (= ${binary:Version}), + python3-cairo, + python3-gi, + umockdev, + ${misc:Depends}, ${shlibs:Depends} +Description: Tests for async fingerprint library of fprint project + 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 contains test programs, designed to be run as part of a + regression testsuite. diff --git a/debian/libfprint-2-tests.install b/debian/libfprint-2-tests.install new file mode 100644 index 00000000..8b3d0ba4 --- /dev/null +++ b/debian/libfprint-2-tests.install @@ -0,0 +1,2 @@ +usr/libexec/installed-tests/libfprint-[0-9] +usr/share/installed-tests/libfprint-[0-9]