[Fingerforce-commits] [libfprint] branch debian updated (2386478 -> 4d8ea9e)

Didier Raboud odyx at moszumanska.debian.org
Sun Apr 12 09:42:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a change to branch debian
in repository libfprint.

      from  2386478   libfprint 1:0.5.1-1 Debian release.
      adds  12c1088   aes3k: extract common routines aes3k from aes4000
      adds  aeca32f   aes3k: add aes3500 driver
      adds  2bba4fb   Implement image capture (both synchronous and asynchronous variants)
      adds  d12b294   Add upektc_img driver
      adds  5ff4565   upektc_img: add support for Upek Eikon 2 devices
      adds  fe3fdd1   upeke2: disable by default, device is now handled by upektc_img driver
      adds  e215b05   imgdev: perform 5 scans for enrollment
      adds  e1728e7   aes1660: remove unneeded lowering of bz3_threshold
      adds  e278e83   vfs301: drop nr_enroll_stages override
      adds  e0966cb   vfs101: drop nr_enroll_stages override
      adds  a610102   Add EgisTec ES603 driver
      adds  948ab02   lib: use pixman for imaging utils
      adds  35e356f   build: add subdir-objects option to make automake happy
       new  79d79c3   lib: Test before applying power saving udev rules
       new  82ae7c1   aesx660: fix spelling of define name
       new  061a457   aeslib: improve frame-assembling routines
       new  dc537ef   lib: Add VFS5011 driver
       new  a3c90f2   upektc_img: handle 0x28 message better
       new  ee32166   0.6.0
       new  276b435   Merge tag 'upstream/0.6.0' into debian
       new  1ed83ca   Refresh patches
       new  ceb8c8f   Backport two upstream patches: - imgdev: fix enum mismatch for dev_change_state() call - vfs101: Logical conjunction always evaluates to false
       new  d61485b   Add two new 0.6.0 symbols
       new  4d8ea9e   libfprint 1:0.6.0-1 Debian experimental release.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                               |   19 +
 configure.ac                                       |   85 +-
 debian/changelog                                   |   27 +
 debian/libfprint0.symbols                          |    2 +
 ...x-enum-mismatch-for-dev_change_state-call.patch |   42 +
 ...cal-conjunction-always-evaluates-to-false.patch |   25 +
 debian/patches/series                              |    2 +
 .../udev-rules-creation-add-Debian-specifics.patch |    6 +-
 libfprint/Makefile.am                              |   41 +-
 libfprint/aeslib.c                                 |  327 +-
 libfprint/aeslib.h                                 |   13 +-
 libfprint/async.c                                  |   98 +
 libfprint/core.c                                   |   46 +-
 libfprint/data.c                                   |  161 +-
 libfprint/drivers/aes1610.c                        |   21 +-
 libfprint/drivers/aes1660.c                        |   10 +-
 libfprint/drivers/aes2501.c                        |   22 +-
 libfprint/drivers/aes2550.c                        |   17 +-
 libfprint/drivers/aes2660.c                        |    3 +-
 libfprint/drivers/aes3500.c                        |  188 +
 libfprint/drivers/aes3k.c                          |  169 +
 libfprint/drivers/aes3k.h                          |   58 +
 libfprint/drivers/aes4000.c                        |  155 +-
 libfprint/drivers/aesx660.c                        |   25 +-
 libfprint/drivers/aesx660.h                        |    5 +-
 libfprint/drivers/driver_ids.h                     |    4 +
 libfprint/drivers/etes603.c                        | 1513 +++++
 libfprint/drivers/upeke2.c                         |   17 +-
 libfprint/drivers/upektc_img.c                     |  674 +++
 libfprint/drivers/upektc_img.h                     |  144 +
 libfprint/drivers/upekts.c                         |   12 +-
 libfprint/drivers/vfs101.c                         |    8 +-
 libfprint/drivers/vfs301.c                         |    3 -
 libfprint/drivers/vfs5011.c                        | 1020 ++++
 libfprint/drivers/vfs5011_proto.h                  | 6186 ++++++++++++++++++++
 libfprint/fp_internal.h                            |   52 +-
 libfprint/fprint-list-udev-rules.c                 |    2 +-
 libfprint/fprint.h                                 |   18 +
 libfprint/gdkpixbuf.c                              |   88 -
 libfprint/img.c                                    |   78 +-
 libfprint/imgdev.c                                 |   91 +-
 libfprint/{imagemagick.c => pixman.c}              |   52 +-
 libfprint/sync.c                                   |   97 +
 43 files changed, 11089 insertions(+), 537 deletions(-)
 create mode 100644 debian/patches/0001-imgdev-fix-enum-mismatch-for-dev_change_state-call.patch
 create mode 100644 debian/patches/0002-vfs101-Logical-conjunction-always-evaluates-to-false.patch
 create mode 100644 libfprint/drivers/aes3500.c
 create mode 100644 libfprint/drivers/aes3k.c
 create mode 100644 libfprint/drivers/aes3k.h
 create mode 100644 libfprint/drivers/etes603.c
 create mode 100644 libfprint/drivers/upektc_img.c
 create mode 100644 libfprint/drivers/upektc_img.h
 create mode 100644 libfprint/drivers/vfs5011.c
 create mode 100644 libfprint/drivers/vfs5011_proto.h
 delete mode 100644 libfprint/gdkpixbuf.c
 rename libfprint/{imagemagick.c => pixman.c} (56%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/libfprint.git



More information about the Fingerforce-commits mailing list