On Tue, Feb 21, 2012 at 22:16:06 +0100, Marco d'Itri wrote:

> On Feb 21, Joey Hess <jo...@debian.org> wrote:
> 
> > and users are *still* reporting the bug. Is something preventing udev
> > from being uploaded to fix this?
> Yes, me being lazy. 
> Feel free to NMU with urgency=high, but please fix #652660 too (by 
> adding the missing \).
> 
Thanks Marco, uploading in a minute.  NMU diff below.

Cheers,
Julien

diff -Nru udev-175/debian/changelog udev-175/debian/changelog
--- udev-175/debian/changelog   2011-12-05 04:15:10.000000000 +0100
+++ udev-175/debian/changelog   2012-02-21 22:42:54.000000000 +0100
@@ -1,3 +1,12 @@
+udev (175-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Include 50-udev-default.rules in udev-gtk-udeb so input_id gets run and X
+    can find input devices (closes: #658695)
+  * Add missing \ in 75-persistent-net-generator.rules (closes: #652660)
+
+ -- Julien Cristau <jcris...@debian.org>  Tue, 21 Feb 2012 22:42:52 +0100
+
 udev (175-3) unstable; urgency=medium
 
   * udev.service modified to reflect the actual path of udevd.
diff -Nru udev-175/debian/patches/debian_rules 
udev-175/debian/patches/debian_rules
--- udev-175/debian/patches/debian_rules        2011-12-05 04:12:37.000000000 
+0100
+++ udev-175/debian/patches/debian_rules        2012-02-21 22:41:23.000000000 
+0100
@@ -298,7 +298,7 @@
 +# and VMWare, Hyper-V, KVM and Xen virtual interfaces
 +ENV{MATCHADDR}=="?[2367abef]:*",      ENV{MATCHADDR}=""
 +ENV{MATCHADDR}=="00:00:00:00:00:00",  ENV{MATCHADDR}=""
-+ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*",
++ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*", \
 +                                      ENV{MATCHADDR}=""
 +ENV{MATCHADDR}=="00:15:5d:*",         ENV{MATCHADDR}=""
 +ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""
diff -Nru udev-175/debian/rules udev-175/debian/rules
--- udev-175/debian/rules       2011-11-19 20:42:17.000000000 +0100
+++ udev-175/debian/rules       2012-02-21 22:36:28.000000000 +0100
@@ -151,6 +151,7 @@
 
        cp -a build-udeb/libudev/.libs/libudev.so.0* $(DGU)/lib/
        cp rules/rules.d/60-persistent-input.rules $(DGU)/lib/udev/rules.d/
+       cp rules/debian/50-udev-default.rules $(DGU)/lib/udev/rules.d/
 ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),sparc sparc64))
        install --mode=755 build-udeb/extras/vio_type/vio_type $(DGU)/lib/udev/
 endif

Attachment: signature.asc
Description: Digital signature

Reply via email to