mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Pull new git checkout for applying the patches we submitted upstream.
This commit is contained in:
Vendored
+12
@@ -1,3 +1,15 @@
|
||||
libfprint (20100820git-1) unstable; urgency=low
|
||||
|
||||
* New upstream snapshot.
|
||||
* Remove local patches, reported and applied on upstream side,
|
||||
thanks BastienNocera:
|
||||
- Check-return-code-from-img2print-conversion.patch.
|
||||
- Add-some-corrective-action-if-there-are-missing-pack.patch.
|
||||
- Make-the-2-right-shift-correction-happen-on-image-ha.patch.
|
||||
- Dont-consider-the-scan-complete-unless-there-is-atle.patch.
|
||||
|
||||
-- Ulises Vitulli <dererk@debian.org> Mon, 23 Aug 2010 09:02:32 -0300
|
||||
|
||||
libfprint (20100819git-2) unstable; urgency=low
|
||||
|
||||
* debian/libfprint0.udev:
|
||||
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
Description: Avoid to exec configure twice
|
||||
Upstream autogen.sh carries a fix configure that can't handle (*)FLAGS
|
||||
Author: Dererk <dererk@debian.org>
|
||||
Last-Update: <2010-08-20>
|
||||
|
||||
--- libfprint-20100820git.orig/autogen.sh
|
||||
+++ libfprint-20100820git/autogen.sh
|
||||
@@ -4,5 +4,3 @@ aclocal || exit 1
|
||||
autoheader || exit 1
|
||||
autoconf || exit 1
|
||||
automake -a -c || exit 1
|
||||
-./configure --enable-maintainer-mode --enable-examples-build \
|
||||
- --enable-x11-examples-build --enable-debug-log $*
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
evil-autogen_sh.patch
|
||||
Vendored
+7
-2
@@ -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"
|
||||
|
||||
|
||||
@@ -38,10 +39,14 @@ build-stamp: config.status
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
# Add here commands to clean up after the build process.
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
rm -rf config.log
|
||||
# Remove auto* cache
|
||||
rm -rf m4 aclocal.m4 build-stamp
|
||||
rm -rf Makefile.in config.log compile config.guess \
|
||||
config.h.in config.sub configure depcomp \
|
||||
doc/Makefile.in examples/Makefile.in install-sh \
|
||||
libfprint/Makefile.in ltmain.sh missing
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
|
||||
Reference in New Issue
Block a user