[Pkg-maemo-commits] r746 ./hildon-desktop/debian-maemo: * Corrected shell syntax error in start-hildon.
Jonny Lamb
jonnylamb at jonnylamb.com
Thu Jan 3 20:46:21 UTC 2008
------------------------------------------------------------
revno: 746
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-desktop
timestamp: Thu 2008-01-03 20:46:21 +0000
message:
* Corrected shell syntax error in start-hildon.
modified:
debian/changelog
debian/start-hildon
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-01-03 20:45:23 +0000
+++ b/debian/changelog 2008-01-03 20:46:21 +0000
@@ -15,8 +15,9 @@
* Fixed lintian warnings.
* Removed debian/conffiles -- not required.
* Bumped Standards-Version.
+ * Corrected shell syntax error in start-hildon.
- -- Jonny Lamb <jonnylamb at jonnylamb.com> Thu, 03 Jan 2008 20:45:00 +0000
+ -- Jonny Lamb <jonnylamb at jonnylamb.com> Thu, 03 Jan 2008 20:45:51 +0000
hildon-desktop (1:2.0.7-1) sardine; urgency=low
=== modified file 'debian/start-hildon'
--- a/debian/start-hildon 2007-12-31 21:41:37 +0000
+++ b/debian/start-hildon 2008-01-03 20:46:21 +0000
@@ -4,7 +4,7 @@
export LANG=en_GB.UTF-8
# for testing set display to something sane
-if [ "x$DISPLAY" = "x" ]
+if [ "x$DISPLAY" = "x" ]; then
export DISPLAY=:0
fi
export MB_HUNG_APP_HANDLER='/usr/bin/hd-hung-app-handler'
More information about the Pkg-maemo-commits
mailing list