mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Last details for uploading into directly into experimental and waiting 10 days for going to Sid! :-D
This commit is contained in:
Vendored
+8
@@ -1,3 +1,11 @@
|
|||||||
|
libfprint (20081125git-3) experimental; urgency=low
|
||||||
|
|
||||||
|
* The 'Almost-on-sid' upload.
|
||||||
|
* Update Standard-version to 3.8.3
|
||||||
|
- debian/control: Added misc:Depends for libfprint0+libfprint-dev.
|
||||||
|
|
||||||
|
-- Ulises Vitulli <uvitulli@fi.uba.ar> Thu, 21 Jan 2010 20:17:25 -0300
|
||||||
|
|
||||||
libfprint (20081125git-2) experimental; urgency=low
|
libfprint (20081125git-2) experimental; urgency=low
|
||||||
|
|
||||||
* Fix missing dependence (Closes: #539085).
|
* Fix missing dependence (Closes: #539085).
|
||||||
|
|||||||
Vendored
+2
-2
@@ -11,7 +11,7 @@ Section: libs
|
|||||||
Package: libfprint-dev
|
Package: libfprint-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libfprint0 (= ${binary:Version})
|
Depends: libfprint0 (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: async fingerprint library of fprint project, development headers
|
Description: async fingerprint library of fprint project, development headers
|
||||||
The fprint project aims to support for consumer fingerprint reader devices.
|
The fprint project aims to support for consumer fingerprint reader devices.
|
||||||
.
|
.
|
||||||
@@ -34,7 +34,7 @@ Description: async fingerprint library of fprint project, development headers
|
|||||||
Package: libfprint0
|
Package: libfprint0
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: async fingerprint library of fprint project, shared libraries
|
Description: async fingerprint library of fprint project, shared libraries
|
||||||
The fprint project aims to support for consumer fingerprint reader devices.
|
The fprint project aims to support for consumer fingerprint reader devices.
|
||||||
.
|
.
|
||||||
|
|||||||
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
# These are used for cross-compiling and for saving the configure script
|
# These are used for cross-compiling and for saving the configure script
|
||||||
|
|||||||
Reference in New Issue
Block a user