mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Fixing dependences missing and some advices.
This commit is contained in:
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
libfprint (20081125git-2) experimental; urgency=low
|
||||
|
||||
* Fix missing dependence (Closes: #539085).
|
||||
|
||||
-- Ulises Vitulli <uvitulli@fi.uba.ar> Wed, 29 Jul 2009 08:21:37 -0300
|
||||
|
||||
libfprint (20081125git-1) experimental; urgency=low
|
||||
|
||||
* Synchronized to upstream v0.1.0-pre1 release.
|
||||
|
||||
Vendored
+8
-8
@@ -2,8 +2,8 @@ Source: libfprint
|
||||
Priority: extra
|
||||
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
||||
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>, Miguel Gea Milvaques <xerakko@debian.org>
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev,
|
||||
libglib2.0-dev, libxv-dev, libmagickcore-dev
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libtool, automake, libglib2.0-dev,
|
||||
libxv-dev, libusb-1.0-0-dev, libssl-dev, libmagickcore-dev
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: http://reactivated.net/fprint/
|
||||
Section: libs
|
||||
@@ -18,10 +18,10 @@ Description: async fingerprint library of fprint project, development headers
|
||||
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.
|
||||
We're trying to change that by providing a central system to support all the
|
||||
fingerprint readers we can get our hands on.
|
||||
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 our effort, it is the component which does the dirty
|
||||
libfprint is the centre of efforts, it is the component which does the dirty
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
@@ -41,10 +41,10 @@ Description: async fingerprint library of fprint project, shared libraries
|
||||
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.
|
||||
We're trying to change that by providing a central system to support all the
|
||||
fingerprint readers we can get our hands on.
|
||||
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 our effort, it is the component which does the dirty
|
||||
libfprint is the centre of efforts, it is the component which does the dirty
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
|
||||
Vendored
+10
-10
@@ -5,15 +5,15 @@ It was downloaded from <http://reactivated.net/fprint/wiki/Libfprint>
|
||||
|
||||
Upstream Authors, and Copyright:
|
||||
|
||||
Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
Copyright (C) 2006-2007 Timo Hoenig <thoenig@suse.de>
|
||||
Copyright (C) 2006 Pavel Machek <pavel@suse.cz>
|
||||
Copyright (C) 1999 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Copyright (C) 2004,2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
Copyright (C) 2007 Cyrille Bagard
|
||||
Copyright (C) 2007 Vasily Khoruzhick
|
||||
Copyright (C) 2007 Jan-Michael Brummer <buzz2@gmx.de>
|
||||
Copyright (C) 2007 Anthony Bretaudeau <wxcover@users.sourceforge.net>
|
||||
Copyright © 2007 Daniel Drake <dsd@gentoo.org>
|
||||
Copyright © 2006-2007 Timo Hoenig <thoenig@suse.de>
|
||||
Copyright © 2006 Pavel Machek <pavel@suse.cz>
|
||||
Copyright © 1999 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Copyright © 2004,2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
Copyright © 2007 Cyrille Bagard
|
||||
Copyright © 2007 Vasily Khoruzhick
|
||||
Copyright © 2007 Jan-Michael Brummer <buzz2@gmx.de>
|
||||
Copyright © 2007 Anthony Bretaudeau <wxcover@users.sourceforge.net>
|
||||
|
||||
|
||||
License:
|
||||
@@ -41,5 +41,5 @@ and is in the public domain. NIST assumes no responsibility whatsoever for
|
||||
its use by other parties, and makes no guarantees, expressed or implied,
|
||||
about its quality, reliability, or any other characteristic.
|
||||
|
||||
The Debian packaging is (C) 2008, Ulises Vitulli <uvitulli@fi.uba.ar> and is
|
||||
The Debian packaging is © 2008, Ulises Vitulli <uvitulli@fi.uba.ar> and is
|
||||
licensed under the LGPL v2.1, see `/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
||||
Reference in New Issue
Block a user