From 59b5f7213c37306436a358666def46ecc5c9fc50 Mon Sep 17 00:00:00 2001 From: Ulises Vitulli Date: Wed, 14 Apr 2010 19:22:54 +0000 Subject: [PATCH] Sync'ing source with policyd and polishing descriptions. --- debian/changelog | 10 ++++++---- debian/control | 28 +++++++++++++--------------- debian/source/format | 1 + 3 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index e181c848..76f2e5f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -libfprint (20081125git-3) experimental; urgency=low +libfprint (20081125git-3) unstable; urgency=low - * The 'Almost-on-sid' upload. - * Update Standard-version to 3.8.3 + * The 'Oh-yeah!' upload: + - 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. - -- Ulises Vitulli Thu, 21 Jan 2010 20:17:25 -0300 + -- Ulises Vitulli Wed, 14 Apr 2010 12:00:01 -0300 libfprint (20081125git-2) experimental; urgency=low diff --git a/debian/control b/debian/control index 7235f473..889b7e64 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: libfprint Priority: extra Maintainer: FingerForce Team Uploaders: Ulises Vitulli , Miguel Gea Milvaques -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 +Build-Depends: debhelper (>= 5), autotools-dev, libtool, automake, + libusb-1.0-0-dev, libssl-dev, libglib2.0-dev, libmagick9-dev, libxv-dev +Standards-Version: 3.8.4 Homepage: http://reactivated.net/fprint/ 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 fingerprint readers as it's possible to get hands on. . - 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. + libfprint is the centre of efforts, this component does the dirty job of + talking to fingerprint reading devices, and processing fingerprint data. . - This library is based on new aproach of libusb-1.0, which handles asynchronous - callback model allowing to perform a non-blocking device task. Old synchronous - library has been renamed to libfprint-old. + This library depends on the new libusb, which performs asynchronous callbacks, + allowing fprint to perform non-blocking device tasks. + Old synchronous library has been deprecated in favor of the new libusb-1.0. . 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 fingerprint readers as it's possible to get hands on. . - 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. + libfprint is the centre of efforts, this component does the dirty job of + talking to fingerprint reading devices, and processing fingerprint data. . - This library is based on new aproach of libusb-1.0, which handles asynchronous - callback model allowing to perform a non-blocking device task. Old synchronous - library has been renamed to libfprint-old. + This library depends on the new libusb, which performs asynchronous callbacks, + allowing fprint to perform non-blocking device tasks. + Old synchronous library has been deprecated in favor of the new libusb-1.0. . This package provides shared libraries. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)