diff --git a/debian/changelog b/debian/changelog index a0ec8720..d964a06c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libfprint (20081125git-2) experimental; urgency=low + + * Fix missing dependence (Closes: #539085). + + -- Ulises Vitulli Wed, 29 Jul 2009 08:21:37 -0300 + libfprint (20081125git-1) experimental; urgency=low * Synchronized to upstream v0.1.0-pre1 release. diff --git a/debian/control b/debian/control index c14fbf38..ebb0a0cf 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libfprint Priority: extra Maintainer: FingerForce Team Uploaders: Ulises Vitulli , Miguel Gea Milvaques -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. . diff --git a/debian/copyright b/debian/copyright index 0035b7e3..06061dfb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,15 +5,15 @@ It was downloaded from Upstream Authors, and Copyright: -Copyright (C) 2007 Daniel Drake -Copyright (C) 2006-2007 Timo Hoenig -Copyright (C) 2006 Pavel Machek -Copyright (C) 1999 Erik Walthinsen -Copyright (C) 2004,2006 Thomas Vander Stichele -Copyright (C) 2007 Cyrille Bagard -Copyright (C) 2007 Vasily Khoruzhick -Copyright (C) 2007 Jan-Michael Brummer -Copyright (C) 2007 Anthony Bretaudeau +Copyright © 2007 Daniel Drake +Copyright © 2006-2007 Timo Hoenig +Copyright © 2006 Pavel Machek +Copyright © 1999 Erik Walthinsen +Copyright © 2004,2006 Thomas Vander Stichele +Copyright © 2007 Cyrille Bagard +Copyright © 2007 Vasily Khoruzhick +Copyright © 2007 Jan-Michael Brummer +Copyright © 2007 Anthony Bretaudeau 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 and is +The Debian packaging is © 2008, Ulises Vitulli and is licensed under the LGPL v2.1, see `/usr/share/common-licenses/LGPL-2.1'.