Change logs for libfprint source package in Experimental

  • libfprint (1:1.90.7-3) experimental; urgency=medium
    
      * gbp.conf: Prepare for experimental branching
      * debian/patches:
        - Use hwdb to store device autosuspend rules and drop debian specifics.
          Upstream will use an hwdb to store the device autosuspend (that will be
          included in systemd also, so libfprint packagin may stop shipping it at
          later point), so use it earlier.
          Drop the debian specific rules to set the devices part of the `plugdev`
          group as such devices should not be ever readable by an user, but the
          access should be managed through a libfprint-based service (frpintd at
          the date).
        - Explicitly mark libfprint as a shared library
      * libfprint-2-2.install: Install hwdb file
      * debian/rules:
        - Do not autorename upstream rules file anymore.
          It's not there, while there's no point to rename the hwdb one.
        - Manually set udev hwdb directory (was rules dir before)
        - Don't remove the meson generated private values from pc file.
          This is now generated correctly by upstream, so no need to drop anything
          from it.
      * debian: Generate postinst devices list automatically at gbp import phase.
        Alternatively provide a script to keep the post-inst script updated
      * debian/libfprint-2-2.postinst: Upgrade as per upstream hwdb.
        Blacklisted devices can be now removed from the trigger list as we don't
        add them to plugdev anymore.
    
     -- Marco Trevisan (TreviƱo) <email address hidden>  Thu, 21 Jan 2021 19:53:12 +0100
  • libfprint (1:1.90.1-2) experimental; urgency=medium
    
      [ Laurent Bigonville ]
      * debian/control: Add libcairo-dev and python3 to build-dependencies as they
        are explicitly required for some tests
    
      [ Sebastien Bacher ]
      * debian/patches/git_reading_pointer.patch:
        - backport an upstream fix for a test issue
      * debian/rules:
        - don't fail the build on s390x test results, upstream stated that
          fixing those is low priority for them since there is no real
          usecase for fingerprint authentification on that architecture.
      * Use the correct indentation for the previous changes
    
     -- Laurent Bigonville <email address hidden>  Thu, 27 Feb 2020 16:28:45 +0100
  • libfprint (1:1.90.1-1) experimental; urgency=medium
    
      * Team upload.
      * The "I should check if somebody else hasn't done the work already" release
      * New upstream release
        - Replace libusb-1.0 build-dependency by gusb and add libgusb-doc to the
          Build-Depends-Indep. Also drop libxv-dev from the build-dep.
        - Drop d/patches/kFreeBSD_FTBFS_add_ETIME_definition.patch and
          d/patches/use-non-versionned-libusbh-path.patch, not needed anymore
        - debian/patches/udev-rules-creation-add-Debian-specifics.patch: refreshed
          by Sebastien Bacher, thanks!
        - Bump the soname to libfprint-2
        - Bump libglib2.0-dev and meson minimal versions
      * Bump debhelper compatibility version to 12
      * Add gobject-introspection and libgirepository1.0-dev to the
        build-dependencies and install the GObject introspection bindings
      * debian/control: Bump Standards-Version to 4.4.1 (no further changes)
      * debian/control: Build-Depends on python3-cairo, python3-gi, umockdev for
        the testsuite
      * Update debian/libfprint2.postinst for the new supported readers
      * debian/gbp.conf: Upstream tags have changed format
      * debian/control: Bump Standards-Version to 4.5.0 (no further changes)
      * d/p/udev-rules-creation-add-Debian-specifics.patch: Avoid unprivileged
        users to be able to read the devices, this is not necessary and could lead
        to fingerprint images being captured.
    
     -- Laurent Bigonville <email address hidden>  Thu, 13 Feb 2020 16:35:50 +0100
  • libfprint (1:0.6.0-1) experimental; urgency=medium
    
    
      * New 0.6.0 upstream release:
        * Drivers:
          - Reduce duplication between AES3500 and AES4000 drivers and add support
            for AES3500 device
          - Add support for UPEK 147e:2020 and Upek Eikon 2 devices
          - Add EgisTec ES603 driver
          - Add VFS5011 driver (Closes: #713815)
          - Always perform 5 scans for image enrollment
          - Better verification with AES1660 driver
          - Better verification for a number of AES drivers
        * Library:
          - Always use Pixman for image manipulation, gdk-pixbuf and ImageMagick
            are not supported any more.
        * Udev rules:
          - Fix warning when USB hub or system does not support power management
    
      [ Didier Raboud ]
      * Refresh Debian patches
      * Backport two upstream patches:
        - imgdev: fix enum mismatch for dev_change_state() call
        - vfs101: Logical conjunction always evaluates to false
      * Add two new 0.6.0 symbols
    
     -- Didier Raboud <email address hidden>  Fri, 27 Mar 2015 08:33:53 +0100
  • libfprint (1:0.5.0-4) experimental; urgency=low
    
    
      * Correct the kFreeBSD ETIME patch update to define ETIME later.
    
     -- Didier Raboud <email address hidden>  Sun, 03 Mar 2013 15:22:25 +0100
  • libfprint (1:0.5.0-3) experimental; urgency=low
    
    
      * Update kFreeBSD ETIME patch to also correct the vfs301 driver.
    
     -- Didier Raboud <email address hidden>  Sun, 03 Mar 2013 13:56:16 +0100
  • libfprint (1:0.5.0-2) experimental; urgency=low
    
    
      * Patch vfs301 driver to look for libusb.h without the versionned
        path, hopefully fixes the kFreeBSD FTBFS.
      * Bump Standards-Version to 3.9.4 without changes needed.
      * Only execute the udevadm commands if udevadm is in the script path,
        allows seamless install in chroots without udev and non-Linux.
    
     -- Didier Raboud <email address hidden>  Sun, 03 Mar 2013 12:58:41 +0100
  • libfprint (1:0.5.0-1) experimental; urgency=low
    
    
      * New 0.5.0 upstream release.
    
      [ Didier Raboud ]
      * Refresh all patches for 0.5.0
        - Drop fix-libusb-global-variables-FTBFS.patch implemented upstream.
      * Backport two upstream hotfixes for uru4000:
        - uru4000: fix race condition on waiting power up irq
        - uru4000: fix cancelling of imaging from error callback
    
      [ Luca Capello ]
      * Apply udev rules at install time with udevadm --trigger (Closes: #683863)
    
     -- Didier Raboud <email address hidden>  Sat, 02 Mar 2013 18:52:25 +0100
  • libfprint (20081125git-2) experimental; urgency=low
    
    
      * Fix missing dependence (Closes: #539085).
      * Updated package description.
      * Updated copyright format.
    
     -- Ulises Vitulli <email address hidden>  Wed, 29 Jul 2009 08:21:37 -0300
  • 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.
      * Minor package updates to comply with 3.8.2 standard.
      * Now depends on libusb-1.0.
    
     -- Ulises Vitulli <email address hidden>  Sat, 06 Jun 2009 12:00:26 -0300
  • libfprint (0.0.6-2) experimental; urgency=low
    
    
      * Fixing to non-native pkg (Closes: 481434)
    
     -- Ulises Vitulli <email address hidden>  Thu, 15 May 2008 21:56:24 -0300