summaryrefslogtreecommitdiff
path: root/qtc_packaging
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-27 20:22:49 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-27 20:22:49 +0200
commit64662ecc6ea6b5296ea77d83eac6eb1372afac01 (patch)
treec32745b57e9f65c9aff83717ea930de06c853577 /qtc_packaging
parent754d02ae6f8d19e64a36cee970a7e364b5b295de (diff)
downloadsowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.tar.gz
sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.zip
new crappy map watchlet
Diffstat (limited to 'qtc_packaging')
-rw-r--r--qtc_packaging/debian_harmattan/changelog2
-rw-r--r--qtc_packaging/debian_harmattan/control13
-rw-r--r--qtc_packaging/debian_harmattan/manifest.aegis9
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>