[maemo-commits] [maemo-commits] r17431 - projects/haf/trunk/ke-recv-extra/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 16 09:59:31 EET 2009
Author: kihamala
Date: 2009-02-16 09:59:30 +0200 (Mon, 16 Feb 2009)
New Revision: 17431

Added:
   projects/haf/trunk/ke-recv-extra/debian/ke-recv-extra.upstart
Modified:
   projects/haf/trunk/ke-recv-extra/debian/control
   projects/haf/trunk/ke-recv-extra/debian/rules
Log:
add upstart script


Modified: projects/haf/trunk/ke-recv-extra/debian/control
===================================================================
--- projects/haf/trunk/ke-recv-extra/debian/control	2009-02-16 07:54:52 UTC (rev 17430)
+++ projects/haf/trunk/ke-recv-extra/debian/control	2009-02-16 07:59:30 UTC (rev 17431)
@@ -2,7 +2,7 @@
 Section: base
 Priority: optional
 Maintainer: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
-Build-Depends: debhelper (>= 4.0.0), libosso-dev, libglib2.0-dev, pkg-config, libxml-parser-perl, libgconf2-dev, osso-af-settings
+Build-Depends: debhelper (>= 4.0.0), libosso-dev, libglib2.0-dev, pkg-config, libxml-parser-perl, libgconf2-dev, osso-af-settings, upstart-dev
 Standards-Version: 3.6.0
 
 Package: ke-recv-extra

Added: projects/haf/trunk/ke-recv-extra/debian/ke-recv-extra.upstart
===================================================================
--- projects/haf/trunk/ke-recv-extra/debian/ke-recv-extra.upstart	2009-02-16 07:54:52 UTC (rev 17430)
+++ projects/haf/trunk/ke-recv-extra/debian/ke-recv-extra.upstart	2009-02-16 07:59:30 UTC (rev 17431)
@@ -0,0 +1,9 @@
+description "starting hulda"
+author "Philippe De Swert"
+start on started hildon-desktop
+stop on ACT_DEAD
+console none
+script
+        export RUNLEVEL=2
+        exec /etc/init.d/hulda start
+end script

Modified: projects/haf/trunk/ke-recv-extra/debian/rules
===================================================================
--- projects/haf/trunk/ke-recv-extra/debian/rules	2009-02-16 07:54:52 UTC (rev 17430)
+++ projects/haf/trunk/ke-recv-extra/debian/rules	2009-02-16 07:59:30 UTC (rev 17431)
@@ -108,6 +108,7 @@
 #	dh_installmime
 	dh_installinit --name=hulda \
 		-u 'start 99 2 3 4 . stop 20 0 1 5 6 .'
+	dh_installupstart --init-script=ke-recv-extra
 #	dh_installcron
 #	dh_installinfo
 	dh_installman


More information about the maemo-commits mailing list