[Pkg-bluetooth-commits] r756 - in /packages/bluez-utils/branches/experimental/3.36-1exp1/debian: NEWS bluez-utils.postinst changelog

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sat Sep 6 12:46:07 UTC 2008


Author: filippo
Date: Sat Sep  6 12:46:07 2008
New Revision: 756

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=756
Log:
* Install plugins, replacing external daemons. Add entry in NEWS.Debian.
  (Closes: #482081, #477838)
* Do not use absolute names in postinst, fix lintian warning.

Modified:
    packages/bluez-utils/branches/experimental/3.36-1exp1/debian/NEWS
    packages/bluez-utils/branches/experimental/3.36-1exp1/debian/bluez-utils.postinst
    packages/bluez-utils/branches/experimental/3.36-1exp1/debian/changelog

Modified: packages/bluez-utils/branches/experimental/3.36-1exp1/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/branches/experimental/3.36-1exp1/debian/NEWS?rev=756&op=diff
==============================================================================
--- packages/bluez-utils/branches/experimental/3.36-1exp1/debian/NEWS (original)
+++ packages/bluez-utils/branches/experimental/3.36-1exp1/debian/NEWS Sat Sep  6 12:46:07 2008
@@ -1,4 +1,4 @@
-bluez-utils (3.36-1exp1) unstable; urgency=low
+bluez-utils (3.36-1exp1) experimental; urgency=low
 
   Starting with this version the remaining external daemons are replaced by
   hcid plugins, thus pand/dund/hidd are gone. 

Modified: packages/bluez-utils/branches/experimental/3.36-1exp1/debian/bluez-utils.postinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/branches/experimental/3.36-1exp1/debian/bluez-utils.postinst?rev=756&op=diff
==============================================================================
--- packages/bluez-utils/branches/experimental/3.36-1exp1/debian/bluez-utils.postinst (original)
+++ packages/bluez-utils/branches/experimental/3.36-1exp1/debian/bluez-utils.postinst Sat Sep  6 12:46:07 2008
@@ -17,7 +17,7 @@
 case "$1" in
     configure)
         if [ -e /etc/init.d/bluez-utils ]; then
-            /usr/sbin/update-rc.d -f bluez-utils remove
+            update-rc.d -f bluez-utils remove
             # maybe a (medium/low debconf?) notice is best suited here
         fi
         #if dpkg --compare-versions "$2" le "2.19-1"; then
@@ -30,7 +30,7 @@
         fi
 
         # update modules.conf
-        /sbin/update-modules >/dev/null 2>&1
+        update-modules >/dev/null 2>&1
 
         # use MAKEDEV instead of the original bluez script below as per policy 10.6
         if [ -x /dev/MAKEDEV ]; then

Modified: packages/bluez-utils/branches/experimental/3.36-1exp1/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/branches/experimental/3.36-1exp1/debian/changelog?rev=756&op=diff
==============================================================================
--- packages/bluez-utils/branches/experimental/3.36-1exp1/debian/changelog (original)
+++ packages/bluez-utils/branches/experimental/3.36-1exp1/debian/changelog Sat Sep  6 12:46:07 2008
@@ -1,10 +1,12 @@
 bluez-utils (3.36-1exp1) experimental; urgency=low
 
   * Fix disabling of plugins (debian/patches/001_fix_plugin_disabling.diff)
-  * Install plugins, replacing external daemons. Add entry in NEWS.Debian (Closes: #482081, #477838)
+  * Install plugins, replacing external daemons. Add entry in NEWS.Debian.
+    (Closes: #482081, #477838)
   * Ship /etc/bluetooth/main.conf with examples for disabling plugins.
-
- -- Filippo Giunchedi <filippo at debian.org>  Sat, 06 Sep 2008 11:48:18 +0200
+  * Do not use absolute names in postinst, fix lintian warning.
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sat, 06 Sep 2008 14:40:16 +0200
 
 bluez-utils (3.36-1) unstable; urgency=medium
 




More information about the Pkg-bluetooth-commits mailing list