aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 8202a8ee9054270f0405bbaf8cd797749cec4690 (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
88
89
90
91
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,
			   libhal-dev,
	       	   gtk-doc-tools
Standards-Version: 3.8.0

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

Package: contextkit-dbg
Priority: extra
Architecture: any
Depends: contextkit (= ${binary:Version})
Description: A framework for collecting contextual information
 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: A framework for collecting contextual information
 ContextKit is a system for providing real-time context awareness to
 applications.
 .
 This package contains the 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}), libdbus-1-dev, libdbus-glib-1-dev, 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: fake-context-provider
Section: devel
Architecture: all
Description: Provider for all unimplemented core context properties
 This package installs the declarations for all core context
 properties that are not yet implemented by anyone.
 .
 You can use the context-commander to change the value of these
 properties.