Package: lomoco Version: 1.0beta1+1.0-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Apply patch from Cybjit to demote udev rule priority from 40 to 85. Doing so seems sensible as per the guidelines in /lib/udev/rules.d/README. (LP: #742759) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-5-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u lomoco-1.0beta1+1.0/debian/rules lomoco-1.0beta1+1.0/debian/rules --- lomoco-1.0beta1+1.0/debian/rules +++ lomoco-1.0beta1+1.0/debian/rules @@ -82,7 +82,7 @@ dh_installdocs dh_installexamples dh_installinit - dh_installudev + dh_installudev --priority=85 dh_install # dh_installmenu # dh_installdebconf