diff options
Diffstat (limited to 'qtc_packaging')
-rw-r--r-- | qtc_packaging/debian_harmattan/changelog | 2 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/control | 13 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/manifest.aegis | 9 |
3 files changed, 20 insertions, 4 deletions
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index 0128649..5a9190c 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -1,4 +1,4 @@ -sowatch (0.1.1) unstable; urgency=low +sowatch (0.2.0) unstable; urgency=low * Initial Release. diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control index 0253449..c5850ec 100644 --- a/qtc_packaging/debian_harmattan/control +++ b/qtc_packaging/debian_harmattan/control @@ -2,13 +2,20 @@ Source: sowatch Section: user/other Priority: optional Maintainer: Javier <javier@unknown> -Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev +Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, libqmafw0-dev, + libnotificationsystem-dev Standards-Version: 3.7.3 -Homepage: <insert the upstream URL, if relevant> +Homepage: http://gitorious.org/sowatch Package: sowatch Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Bluetooth smartwatch manager - <insert long description, indented with spaces> + sowatch is a manager for bluetooth-enabled smartwatches, whose display + can be controlled by a device via a bluetooth based protocol. + This framework provides several features for such smartwatches: + - Notifications support: incoming calls, messages, etc. + - Watchlets: control the media player or view a map. + . + Currently, only the MetaWatch is supported. XSBC-Maemo-Display-Name: Smart Open Watch diff --git a/qtc_packaging/debian_harmattan/manifest.aegis b/qtc_packaging/debian_harmattan/manifest.aegis index e69de29..480b230 100644 --- a/qtc_packaging/debian_harmattan/manifest.aegis +++ b/qtc_packaging/debian_harmattan/manifest.aegis @@ -0,0 +1,9 @@ +<aegis> + <request policy="add"> + <!-- Request a few tokens for watchlets to use. --> + <credential name="TrackerReadAccess" /> + <credential name="Location" /> + + <for path="/usr/bin/sowatchd" /> + </request> +</aegis> |