Package: yubikey-personalization Version: 1.14.0-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu saucy ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Loosen regex on yubikey.rules install rule to allow alternate names. Basically, in a nutshell, when building against udev >= 188, the configure script selects 69-yubikey.rules instead of 70-yubikey.rules, this patch allows for either variant to be installed, so the package can be built against both old and new udev. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10.0-4-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru yubikey-personalization-1.14.0/debian/changelog yubikey-personalization-1.14.0/debian/changelog diff -Nru yubikey-personalization-1.14.0/debian/libykpers-1-1.install yubikey-personalization-1.14.0/debian/libykpers-1-1.install --- yubikey-personalization-1.14.0/debian/libykpers-1-1.install 2013-07-12 10:47:49.000000000 +0100 +++ yubikey-personalization-1.14.0/debian/libykpers-1-1.install 2013-07-21 12:48:40.000000000 +0100 @@ -1,2 +1,2 @@ usr/lib/*/libykpers-1.so.* -lib/udev/rules.d/70-yubikey.rules +lib/udev/rules.d/*-yubikey.rules

