diff options
Diffstat (limited to 'qtc_packaging/debian_harmattan')
-rw-r--r-- | qtc_packaging/debian_harmattan/control | 2 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/manifest.aegis | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control index 5a3bc5c..a565d3d 100644 --- a/qtc_packaging/debian_harmattan/control +++ b/qtc_packaging/debian_harmattan/control @@ -1,7 +1,7 @@ Source: sowatch Section: user/other Priority: optional -Maintainer: Javier <javier@unknown> +Maintainer: Javier S. Pedro <maemo@javispedro.com> Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, pkg-config, applauncherd-dev, libqmafw0-dev, libqmafw-shared0-dev, libnotificationsystem-dev, libcontextsubscriber-dev diff --git a/qtc_packaging/debian_harmattan/manifest.aegis b/qtc_packaging/debian_harmattan/manifest.aegis index a9da1d2..26754f3 100644 --- a/qtc_packaging/debian_harmattan/manifest.aegis +++ b/qtc_packaging/debian_harmattan/manifest.aegis @@ -1,6 +1,10 @@ <aegis> <request> - <!-- Request a few tokens for watchlets to use. --> + <!-- The daemon is supposed to be run as user. --> + <credential name="UID::user" /> + <credential name="GID::users" /> + + <!-- Request a few additional tokens for watchlets to use. --> <credential name="TrackerReadAccess" /> <credential name="Location" /> |