[maemo-commits] [maemo-commits] r11466 - projects/haf/trunk/dbus/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 4 17:49:43 EEST 2007
Author: kihamala
Date: 2007-05-04 17:49:42 +0300 (Fri, 04 May 2007)
New Revision: 11466

Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/dbus.postinst
Log:
now the upgrade problem should be solved


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2007-05-04 14:31:34 UTC (rev 11465)
+++ projects/haf/trunk/dbus/debian/changelog	2007-05-04 14:49:42 UTC (rev 11466)
@@ -1,3 +1,9 @@
+dbus (1.0.2-0osso7) experimental; urgency=low
+
+  * Fixed upgrading problem with some environments.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 04 May 2007 17:48:19 +0300
+
 dbus (1.0.2-0osso6) experimental; urgency=low
 
   * Fixed a lintian error.

Modified: projects/haf/trunk/dbus/debian/dbus.postinst
===================================================================
--- projects/haf/trunk/dbus/debian/dbus.postinst	2007-05-04 14:31:34 UTC (rev 11465)
+++ projects/haf/trunk/dbus/debian/dbus.postinst	2007-05-04 14:49:42 UTC (rev 11466)
@@ -29,4 +29,7 @@
 #    fi
 #fi
 
-#DEBHELPER#
+if [ -x "/etc/init.d/dbus" ]; then
+        update-rc.d dbus defaults >/dev/null
+fi
+


More information about the maemo-commits mailing list