aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 23 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index e7fa1f7b..ae2a0056 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,17 @@ Priority: optional
Maintainer: Marius Vollmer <marius.vollmer@nokia.com>
Build-Depends: debhelper (>= 5),
automake1.9,
- gnome-common,
+ gnome-common,
libglib2.0-dev (>= 2.12.0),
libsqlite3-dev,
libdbus-glib-1-dev,
libgee-dev (>= 0.1.3),
- python,
- xsltproc,
- libhal-dev,
- gtk-doc-tools
+ python,
+ python-central,
+ xsltproc,
+ libhal-dev,
+ gtk-doc-tools
+XS-Python-Version: all
Standards-Version: 3.8.0
Package: contextkit
@@ -89,3 +91,19 @@ Description: Provider for all unimplemented core context properties
.
You can use the context-commander to change the value of these
properties.
+
+Package: python-contextkit
+Section: python
+Architecture: any
+Provides: ${python:Provides}
+Depends: ${python:Depends}, python-gobject
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for ContextKit APIs
+ This package contains python bindings for the libcontextprovider
+ C interface, which helps you writing providers in python.
+ .
+ In the future it will contain the python bindings for
+ libcontextsubscriber too, but it is not ready yet.
+ .
+ If you are interested in some quick test tools for the ContextKit,
+ please look into the package named contextkit-utils.