--- /dev/null
+zavai for Debian
+----------------
+
+In order to get anything to appear in the Apps menu, copy the .desktop
+files for the progarms you'd like to run to the home directory of the
+user that will be running X, thus:
+
+ mkdir ~/.zavai
+ cp /usr/share/applications/tangogps.desktop ~/.zavai
+ cp /usr/share/applications/navit.desktop ~/.zavai
+ cp /usr/share/applications/vala-terminal.desktop ~/.zavai
+ cp /usr/share/applications/midori.desktop ~/.zavai
+ cp /usr/share/applications/zhone.desktop ~/.zavai
+ cp /usr/share/applications/FBReader.desktop ~/.zavai
+ cp conf/satmon.desktop ~/.zavai
+
+Also copy the example 'display' script there:
+
+ cp /usr/share/doc/zavai/examples/display ~/.zavai
+
+If you're running X as non-root, you'll need to add that user to group
+messagebus.
+
+ -- Philip Hands <phil@hands.com> Sun, 04 Oct 2009 07:18:21 +0100
--- /dev/null
+zavai (0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- unknown <phil@hands.com> Sun, 04 Oct 2009 07:18:21 +0100
--- /dev/null
+Source: zavai
+Section: unknown
+Priority: extra
+Maintainer: Enrico Zini <enrico@enricozini.org>
+Build-Depends: debhelper (>= 7), autotools-dev, valac, libglib2.0-dev, libdbus-glib-1-dev, libgee-dev, libgtk2.0-dev, libwnck-dev, libdevkit-power-gobject-dev
+Standards-Version: 3.8.3
+Homepage: http://git.debian.org/?p=users/enrico/zavai.git
+
+Package: zavai
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, devicekit-power
+Suggests: polygen, polygen-data
+Description: a UI for openmoko
+ A useless thing of no value
--- /dev/null
+This work was packaged for Debian by:
+
+ unknown <phil@hands.com> on Sun, 04 Oct 2009 07:18:21 +0100
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+ Copyright (C) 2009 unknown <phil@hands.com>
+
+# Please chose a license for your packaging work. If the program you package
+# uses a mainstream license, using the same license is the safest choice.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+# If you just want it to be GPL version 3, leave the following lines in.
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
--- /dev/null
+etc/dbus-1/system.d/zavai.conf
--- /dev/null
+conf/zavai.conf etc/dbus-1/system.d
+icons usr/share/zavai
+src/display usr/share/doc/zavai/examples
+debian/zavai_forever usr/bin
--- /dev/null
+#!/bin/sh
+
+while true
+do
+ /usr/bin/zavai "$@"
+done