[Pkg-bluetooth-commits] r782 - in /packages/bluez/trunk/debian: bluez.postinst changelog control

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Wed Feb 18 19:25:00 UTC 2009


Author: filippo
Date: Wed Feb 18 19:25:00 2009
New Revision: 782

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=782
Log:
remove "breaks udev"

Modified:
    packages/bluez/trunk/debian/bluez.postinst
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control

Modified: packages/bluez/trunk/debian/bluez.postinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.postinst?rev=782&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.postinst (original)
+++ packages/bluez/trunk/debian/bluez.postinst Wed Feb 18 19:25:00 2009
@@ -26,15 +26,16 @@
             echo "Creating device nodes ..."
             cd /dev && ./MAKEDEV bluetooth 1>/dev/null 2>/dev/null
         fi
+
         # reload dbus config file
         if [ -x /etc/init.d/dbus ]; then
             invoke-rc.d dbus force-reload || true
         fi
 
-	#reload udev rules
-	if [ -x /etc/init.d/udev ]; then
+        #reload udev rules
+        if [ -x /etc/init.d/udev ]; then
             invoke-rc.d udev reload || true
-	fi
+        fi
 
         ;;
 

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=782&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Wed Feb 18 19:25:00 2009
@@ -7,7 +7,7 @@
   * Remove hid2hci patches/script
   * Remove broken link to documentation (Closes: #504675)
 
- -- Filippo Giunchedi <filippo at debian.org>  Tue, 17 Feb 2009 18:27:39 +0100
+ -- Filippo Giunchedi <filippo at debian.org>  Wed, 18 Feb 2009 20:23:52 +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=782&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Wed Feb 18 19:25:00 2009
@@ -60,7 +60,6 @@
 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)
-Breaks: udev (<< 136-1)
 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