r24438 - in /desktop/unstable/gnome-bluetooth/debian: 61-gnome-bluetooth-rfkill.rules changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat May 29 18:43:13 UTC 2010


Author: joss
Date: Sat May 29 18:43:10 2010
New Revision: 24438

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24438
Log:
* 61-gnome-bluetooth-rfkill.rules: use the new syntax to use udev-acl.
  Closes: #582188.
* Require udev 154 because of this change.

Modified:
    desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules
    desktop/unstable/gnome-bluetooth/debian/changelog
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/control.in

Modified: desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules?rev=24438&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules [utf-8] Sat May 29 18:43:10 2010
@@ -6,5 +6,5 @@
 
 ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
 ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", ENV{ACL_MANAGE}="1"
+KERNEL=="rfkill", TAG+="udev-acl"
 LABEL="gnome_bluetooth_end"

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=24438&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Sat May 29 18:43:10 2010
@@ -1,3 +1,11 @@
+gnome-bluetooth (2.30.0-2) UNRELEASED; urgency=low
+
+  * 61-gnome-bluetooth-rfkill.rules: use the new syntax to use udev-acl.
+    Closes: #582188.
+  * Require udev 154 because of this change.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 29 May 2010 20:41:10 +0200
+
 gnome-bluetooth (2.30.0-1) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=24438&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Sat May 29 18:43:10 2010
@@ -36,7 +36,7 @@
          ${misc:Depends},
          bluez (>= 4.36),
          obexd-client,
-         udev (>= 146),
+         udev (>= 154),
          consolekit,
          obex-data-server
 Recommends: gvfs-backends

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=24438&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Sat May 29 18:43:10 2010
@@ -31,7 +31,7 @@
          ${misc:Depends},
          bluez (>= 4.36),
          obexd-client,
-         udev (>= 146),
+         udev (>= 154),
          consolekit,
          obex-data-server
 Recommends: gvfs-backends




More information about the pkg-gnome-commits mailing list