Sync'ing source with policyd and polishing descriptions.

This commit is contained in:
Ulises Vitulli
2010-04-14 19:22:54 +00:00
parent e4ddac09c9
commit 59b5f7213c
3 changed files with 20 additions and 19 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
libfprint (20081125git-3) experimental; urgency=low libfprint (20081125git-3) unstable; urgency=low
* The 'Almost-on-sid' upload. * The 'Oh-yeah!' upload:
* Update Standard-version to 3.8.3 - Droping pkg from experimental, now going to unstable.
* Switch to dpkg-source 3.0 (quilt) format.
* Minor package updates to comply with 3.8.4 standard.
- debian/control: Added misc:Depends for libfprint0+libfprint-dev. - debian/control: Added misc:Depends for libfprint0+libfprint-dev.
-- Ulises Vitulli <uvitulli@fi.uba.ar> Thu, 21 Jan 2010 20:17:25 -0300 -- Ulises Vitulli <uvitulli@fi.uba.ar> Wed, 14 Apr 2010 12:00:01 -0300
libfprint (20081125git-2) experimental; urgency=low libfprint (20081125git-2) experimental; urgency=low
+13 -15
View File
@@ -2,9 +2,9 @@ Source: libfprint
Priority: extra Priority: extra
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org> Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>, Miguel Gea Milvaques <xerakko@debian.org> Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>, Miguel Gea Milvaques <xerakko@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libtool, automake, libglib2.0-dev, Build-Depends: debhelper (>= 5), autotools-dev, libtool, automake,
libxv-dev, libusb-1.0-0-dev, libssl-dev, libmagickcore-dev libusb-1.0-0-dev, libssl-dev, libglib2.0-dev, libmagick9-dev, libxv-dev
Standards-Version: 3.8.2 Standards-Version: 3.8.4
Homepage: http://reactivated.net/fprint/ Homepage: http://reactivated.net/fprint/
Section: libs Section: libs
@@ -21,13 +21,12 @@ Description: async fingerprint library of fprint project, development headers
The idea is to change that by providing a central system to support all the 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. fingerprint readers as it's possible to get hands on.
. .
libfprint is the centre of efforts, it is the component which does the dirty libfprint is the centre of efforts, this component does the dirty job of
work of talking to fingerprint reading devices, and processing fingerprint talking to fingerprint reading devices, and processing fingerprint data.
data.
. .
This library is based on new aproach of libusb-1.0, which handles asynchronous This library depends on the new libusb, which performs asynchronous callbacks,
callback model allowing to perform a non-blocking device task. Old synchronous allowing fprint to perform non-blocking device tasks.
library has been renamed to libfprint-old. Old synchronous library has been deprecated in favor of the new libusb-1.0.
. .
This package provides development headers. This package provides development headers.
@@ -44,12 +43,11 @@ Description: async fingerprint library of fprint project, shared libraries
The idea is to change that by providing a central system to support all the 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. fingerprint readers as it's possible to get hands on.
. .
libfprint is the centre of efforts, it is the component which does the dirty libfprint is the centre of efforts, this component does the dirty job of
work of talking to fingerprint reading devices, and processing fingerprint talking to fingerprint reading devices, and processing fingerprint data.
data.
. .
This library is based on new aproach of libusb-1.0, which handles asynchronous This library depends on the new libusb, which performs asynchronous callbacks,
callback model allowing to perform a non-blocking device task. Old synchronous allowing fprint to perform non-blocking device tasks.
library has been renamed to libfprint-old. Old synchronous library has been deprecated in favor of the new libusb-1.0.
. .
This package provides shared libraries. This package provides shared libraries.
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)