aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: c6d48f9709d4af31aedef1cfcd913cc5610229f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: contextkit
Section: misc
Priority: optional
Maintainer: Marius Vollmer <marius.vollmer@nokia.com>
Build-Depends: debhelper (>= 5),
               automake1.9,
	       gnome-common,
               libglib2.0-dev (>= 2.12.0),
               libsqlite3-dev,
               libdbus-glib-1-dev,
               libgee-dev (>= 0.1.3),
	       python,
	       xsltproc,
	       gtk-doc-tools
Standards-Version: 3.8.0

Package: contextkit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ContextKit daemon
 ContextKit is a system for providing real-time context awareness to
 applications.
 .
 This package provides the session-activated dbus daemon.

Package: contextkit-dbg
Priority: extra
Architecture: any
Depends: contextkit (= ${binary:Version})
Description: ContextKit daemon debug symbols
 ContextKit is a system for providing real-time context awareness to
 applications.
 .
 This package contains the debug symbols for the daemon.

Package: contextkit-doc
Section: doc
Architecture: all
Provides: org-freedesktop-contextkit-doc
Description: ContextKit daemon documentation
 ContextKit is a system for providing real-time context awareness to
 applications.
 .
 This package contains the D-Bus interface documentation.

Package: libcontextprovider0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Helper library for providers of context properties
 The libcontextprovider library implements the provider side of the
 org.freedesktop.ContextKit D-Bus interface.

Package: libcontextprovider0-dbg
Priority: extra
Architecture: any
Depends: libcontextprovider0 (= ${binary:Version}), contextkit-dbg (= ${binary:Version})
Description: Helper library for providers of context properties
 The libcontextprovider library implements the provider side of the
 org.freedesktop.ContextKit D-Bus interface.
 .
 This package contains the debug symbols.

Package: libcontextprovider-dev
Section: libdevel
Architecture: any
Depends: libcontextprovider0 (= ${binary:Version}), libglib2.0-dev, libgee-dev
Description: Helper library for providers of context properties
 The libcontextprovider library implements the provider side of the
 org.freedesktop.ContextKit D-Bus interface.
 .
 This package contains the development files.

Package: libcontextprovider-doc
Section: doc
Architecture: all
Description: Helper library for providers of context properties
 The libcontextprovider library implements the provider side of the
 org.freedesktop.ContextKit D-Bus interface.
 .
 This package contains the documentation.

Package: context-properties-doc
Section: doc
Architecture: all
Description: Documentation of all context properties
 This package contains the documentation of all context properties
 of the Maemo platform.