[Pkg-bluetooth-commits] r788 - in /packages/bluez/trunk/debian: bluez-pcmcia-support.postinst bluez.preinst changelog

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Mon Feb 23 14:26:40 UTC 2009


Author: filippo
Date: Mon Feb 23 14:26:40 2009
New Revision: 788

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=788
Log:
Remove old commented code from maintainer scripts (pcmcia-support postinst
and bluez preinst)

Modified:
    packages/bluez/trunk/debian/bluez-pcmcia-support.postinst
    packages/bluez/trunk/debian/bluez.preinst
    packages/bluez/trunk/debian/changelog

Modified: packages/bluez/trunk/debian/bluez-pcmcia-support.postinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez-pcmcia-support.postinst?rev=788&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez-pcmcia-support.postinst (original)
+++ packages/bluez/trunk/debian/bluez-pcmcia-support.postinst Mon Feb 23 14:26:40 2009
@@ -1,23 +1,3 @@
 #!/bin/sh
 
-#set -e
-#case "$1" in
-#    configure)
-#    	chmod a+x /etc/pcmcia/bluetooth
-#	;;
-#
-#    *)
-#        exit 0
-#    ;;
-#esac
-
-# temporary fix for #359614
-#case "$1" in
-    #configure)
-        #if [ ! -z "$2" ] && dpkg --compare-versions "$2" le 3.1-2; then
-           #ln -s ../bluez-pcmcia-support.rules /etc/udev/rules.d/z60_bluez-pcmcia-support.rules
-        #fi
-    #;;
-#esac
-
 #DEBHELPER#

Modified: packages/bluez/trunk/debian/bluez.preinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.preinst?rev=788&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.preinst (original)
+++ packages/bluez/trunk/debian/bluez.preinst Mon Feb 23 14:26:40 2009
@@ -35,11 +35,6 @@
 
 case "$1" in
 install|upgrade)
-    #if dpkg --compare-versions "$2" le "2.19-1"; then
-    #   prep_mv_conffile "/etc/init.d/bluez-utils"
-    #   prep_mv_conffile "/etc/default/bluez-utils"
-    #fi
-
     if dpkg --compare-versions "$2" le "3.7-1"; then
         prep_mv_conffile "/etc/dbus-1/system.d/bluez-hcid.conf"
     fi

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=788&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Mon Feb 23 14:26:40 2009
@@ -11,8 +11,10 @@
     - add 001_test_agent_default_adapter.patch to get the default adapter
   * Install test/simple-agent and test/list-devices as examples
   * Update copyright, use GPL 2+
+  * Remove old commented code from maintainer scripts (pcmcia-support postinst
+    and bluez preinst)
 
- -- Filippo Giunchedi <filippo at debian.org>  Mon, 23 Feb 2009 15:10:55 +0100
+ -- Filippo Giunchedi <filippo at debian.org>  Mon, 23 Feb 2009 15:21:26 +0100
 
 bluez (4.29-0ubuntu1) jaunty; urgency=low
 




More information about the Pkg-bluetooth-commits mailing list