[Pkg-bluetooth-commits] r783 - in /packages/bluez/trunk/debian: bluetooth-dbus.conf changelog control

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Thu Feb 19 13:45:36 UTC 2009


Author: filippo
Date: Thu Feb 19 13:45:36 2009
New Revision: 783

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=783
Log:
  - include parts of the packaging from ubuntu, thanks!
  - conflict bluez with bluez-utils (<= 3.36-3)

Modified:
    packages/bluez/trunk/debian/bluetooth-dbus.conf
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control

Modified: packages/bluez/trunk/debian/bluetooth-dbus.conf
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluetooth-dbus.conf?rev=783&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluetooth-dbus.conf (original)
+++ packages/bluez/trunk/debian/bluetooth-dbus.conf Thu Feb 19 13:45:36 2009
@@ -12,8 +12,7 @@
     <allow send_destination="org.bluez"/>
 
     <!-- allow root to send to agents -->
-    <allow send_interface="org.bluez.PasskeyAgent"/>
-    <allow send_interface="org.bluez.AuthorizationAgent"/>
+    <allow send_interface="org.bluez.Agent"/>
   </policy>
 
   <!-- allow users at the console, see consolekit or libpam-foreground -->
@@ -26,4 +25,8 @@
     <allow send_destination="org.bluez"/>
   </policy>
 
+  <policy context="default">
+    <deny send_destination="org.bluez"/>
+  </policy>
+
 </busconfig>

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=783&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Thu Feb 19 13:45:36 2009
@@ -1,13 +1,14 @@
 bluez (4.30-0exp1) experimental; urgency=low
 
   * First upload of bluez 4.x (Closes: #499529)
-    - Include parts of the packaging from ubuntu, thanks!
+    - include parts of the packaging from ubuntu, thanks!
     - bluez-utils and bluez-libs are now a single source package 
     - libbluetooth2 -> libbluetooth3 bump
+    - conflict bluez with bluez-utils (<= 3.36-3)
   * Remove hid2hci patches/script
   * Remove broken link to documentation (Closes: #504675)
 
- -- Filippo Giunchedi <filippo at debian.org>  Wed, 18 Feb 2009 20:23:52 +0100
+ -- Filippo Giunchedi <filippo at debian.org>  Thu, 19 Feb 2009 14:36:00 +0100
 
 bluez (4.29-0ubuntu1) jaunty; urgency=low
 

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=783&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Thu Feb 19 13:45:36 2009
@@ -60,6 +60,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, module-init-tools, makedev | udev, lsb-base, dbus, ${misc:Depends}
 Replaces: bluez-input, bluez-network, bluez-audio, bluez-serial, bluez-utils (<=4.9)
+Conflicts: bluez-utils (<= 3.36-3)
 Description: Bluetooth tools and daemons
  This package contains tools and system daemons for using Bluetooth devices.
  .




More information about the Pkg-bluetooth-commits mailing list