mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Synchronized to upstream v0.1.0-pre1 release.
Upstream git checkout fixing little issues.
This commit is contained in:
Vendored
+10
-1
@@ -1,5 +1,14 @@
|
||||
libfprint (20081125git-1) experimental; urgency=low
|
||||
|
||||
* Synchronized to upstream v0.1.0-pre1 release.
|
||||
* Upstream git checkout fixing little issues:
|
||||
- Fixes libtool problem.
|
||||
- Add more debuging support.
|
||||
|
||||
-- Ulises Vitulli <uvitulli@fi.uba.ar> Fri, 28 Nov 2008 03:14:15 -0200
|
||||
|
||||
libfprint (20080810git-1) experimental; urgency=low
|
||||
|
||||
* Initial Release
|
||||
* Initial Release.
|
||||
|
||||
-- Ulises Vitulli <uvitulli@fi.uba.ar> Fri, 19 Sep 2008 05:14:30 -0300
|
||||
|
||||
Vendored
+2
-1
@@ -2,7 +2,8 @@ Source: libfprint
|
||||
Priority: extra
|
||||
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
||||
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev, libglib2.0-dev, libmagick9-dev
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev,
|
||||
libglib2.0-dev, libmagick9-dev, libxv-dev
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://reactivated.net/fprint/
|
||||
Section: libs
|
||||
|
||||
Vendored
+2
-1
@@ -14,7 +14,7 @@
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
config.status: configure
|
||||
config.status: autogen.sh
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||
@@ -23,6 +23,7 @@ endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
./autogen.sh
|
||||
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user