[pkg-fso-commits] [SCM] gpsd for fso branch, debian, updated. debian/0.8-2-20-gf2387cf
Luca Capello
luca at pca.it
Fri May 29 00:02:11 UTC 2009
The following commit has been merged in the debian branch:
commit 3ee0a8a18a47fb3be6681cf0f3da7379f575f107
Author: Luca Capello <luca at pca.it>
Date: Wed May 27 00:34:47 2009 +0200
debian/fso-gpsd.init: better value for DESC variable
diff --git a/debian/changelog b/debian/changelog
index 0f9bc81..3e910f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ fso-gpsd (0.8-3) UNRELEASED; urgency=low
* debian/fso-gpsd.init:
+ add frameworkd to LSB Required-Start:/-Stop: dependencies.
+ move `set -e` at the beginning.
+ + better value for DESC variable.
+ use test brackets to check if the package has been removed
but not purged (and add a useful comment).
+ add --oknodo to start case (Standards-Version 3.8.1).
diff --git a/debian/fso-gpsd.init b/debian/fso-gpsd.init
index 72dc397..b2acd17 100644
--- a/debian/fso-gpsd.init
+++ b/debian/fso-gpsd.init
@@ -23,7 +23,7 @@ set -e
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/fso-gpsd
NAME=fso-gpsd
-DESC=fso-gpsd
+DESC="freesmartphone.org GPSD compatibility daemon"
DAEMON_OPTS="-S localhost:gpsd -P /var/run/$NAME.pid"
--
gpsd for fso
More information about the pkg-fso-commits
mailing list