diff --git a/debian/changelog b/debian/changelog index 4573ab5f..954486f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,9 @@ libfprint (1:1.90.0-1) UNRELEASED; urgency=medium * 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 - -- Laurent Bigonville Sat, 11 Jan 2020 01:29:59 +0100 + -- Laurent Bigonville Sat, 11 Jan 2020 01:47:55 +0100 libfprint (1:1.0-1) unstable; urgency=medium diff --git a/debian/libfprint2.postinst b/debian/libfprint2.postinst index 1532574c..ec1bf4b4 100644 --- a/debian/libfprint2.postinst +++ b/debian/libfprint2.postinst @@ -9,20 +9,15 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2 # # NOTA BENE: after the DEBHELPER section since dh_installudev # adds stuff there - udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2016 - udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2015 - udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=3001 udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2016 - udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1000 - udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1001 - udevadm trigger --action=add --attr-match=idVendor=061a --attr-match=idProduct=0110 - udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bb - udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bc - udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bd - udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00ca - udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0007 - udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0008 - udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=000a + udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2020 + udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0010 + udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0011 + udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0015 + udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0017 + udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0018 + udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5731 + udevadm trigger --action=add --attr-match=idVendor=5501 --attr-match=idProduct=08ff udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1600 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1660 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=1680 @@ -41,10 +36,6 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168d udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168e udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=168f - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2500 - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2580 - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2550 - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2810 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2660 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2680 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2681 @@ -63,19 +54,17 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2 udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268e udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=268f udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2691 - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5731 - udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=5501 + udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2500 + udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2580 + udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2550 + udevadm trigger --action=add --attr-match=idVendor=08ff --attr-match=idProduct=2810 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0001 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0005 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0008 - udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0010 - udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0011 - udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0015 - udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0017 - udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0018 - udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=2020 - udevadm trigger --action=add --attr-match=idVendor=1c7a --attr-match=idProduct=0603 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0050 + udevadm trigger --action=add --attr-match=idVendor=1c7a --attr-match=idProduct=0603 + udevadm trigger --action=add --attr-match=idVendor=061a --attr-match=idProduct=0110 + udevadm trigger --action=add --attr-match=idVendor=06cb --attr-match=idProduct=00bd udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0903 udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0907 udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c01 @@ -130,6 +119,18 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2 udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c32 udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c33 udevadm trigger --action=add --attr-match=idVendor=04f3 --attr-match=idProduct=0c42 + udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bb + udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bc + udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00bd + udevadm trigger --action=add --attr-match=idVendor=045e --attr-match=idProduct=00ca + udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0007 + udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=0008 + udevadm trigger --action=add --attr-match=idVendor=05ba --attr-match=idProduct=000a + udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2015 + udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=3001 + udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1000 + udevadm trigger --action=add --attr-match=idVendor=147e --attr-match=idProduct=1001 + udevadm trigger --action=add --attr-match=idVendor=0483 --attr-match=idProduct=2016 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0090 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0091 udevadm trigger --action=add --attr-match=idVendor=138a --attr-match=idProduct=0094