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

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Fri Mar 23 08:54:33 UTC 2012


Author: iwamatsu
Date: Fri Mar 23 08:54:32 2012
New Revision: 1210

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1210
Log:
Update bluez.postint. (Closes: #663066)
Remove udev reload and makedev from postinst.


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

Modified: packages/bluez/trunk/debian/bluez.postinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.postinst?rev=1210&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.postinst (original)
+++ packages/bluez/trunk/debian/bluez.postinst Fri Mar 23 08:54:32 2012
@@ -9,12 +9,6 @@
             # maybe a (medium/low debconf?) notice is best suited here
         fi
 
-        # use MAKEDEV instead of the original bluez script below as per policy 10.6
-        if [ -x /dev/MAKEDEV ]; then
-            echo "Creating device nodes ..."
-            cd /dev && ./MAKEDEV bluetooth 1>/dev/null 2>/dev/null
-        fi
-
         # create bluetooth group if not already present
         if ! getent group bluetooth > /dev/null; then
             addgroup --quiet --system bluetooth
@@ -23,11 +17,6 @@
         # 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
-            invoke-rc.d udev reload || true
         fi
 
         ;;

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1210&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Fri Mar 23 08:54:32 2012
@@ -8,6 +8,8 @@
     Add patches/09_fix_ftbfs_with_c99.patch
   * Update debian/README.Debian. (Closes: #663955)
     Add more infomation about alsa.conf.
+  * Update bluez.postint. (Closes: #663066)
+    Remove udev reload and makedev from postinst.
 
  -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Fri, 23 Mar 2012 17:51:50 +0900
 




More information about the Pkg-bluetooth-commits mailing list