File: control

package info (click to toggle)
dbuskit 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,948 kB
  • sloc: objc: 10,544; sh: 9,464; ansic: 200; makefile: 33
file content (113 lines) | stat: -rw-r--r-- 3,699 bytes parent folder | download
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Source: dbuskit
Priority: optional
Section: libs
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
 Yavor Doganov <yavor@gnu.org>,
Build-Depends:
 dbus-test-runner <!nocheck>,
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
 libdbus-1-dev,
 libgnustep-base-dev (>= 1.30.0-10),
 pkgconf,
 xauth <!nocheck>,
 xvfb <!nocheck>,
Build-Depends-Indep:
 gnustep-base-doc <!nodoc>,
 texinfo <!nodoc>,
 texlive-fonts-recommended <!nodoc>,
 texlive-latex-base <!nodoc>,
Standards-Version: 4.7.2
Homepage: http://gnustep.org
Vcs-Git: https://salsa.debian.org/gnustep-team/dbuskit.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/dbuskit

Package: libdbuskit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libdbuskit0 (= ${binary:Version}),
 libgnustep-base-dev,
 ${misc:Depends},
Recommends:
 dbuskit-dev-tools,
 dbuskit-doc,
Description: GNUstep framework that interfaces with D-Bus (development files)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 Features:
  * Distributed Objects-like API for exchanging messages with D-Bus
    services.
  * A notification center class for watching signals emitted by D-Bus
    services.
 .
 This package contains the development files, API documentation,
 programming manual and the `dk_make_protocol' tool.

Package: libdbuskit0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: GNUstep framework that interfaces with D-Bus (runtime library)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 This package contains the runtime library.

Package: dbuskit-dev-tools
Architecture: any
Multi-Arch: foreign
Section: devel
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 libdbuskit-dev,
Breaks:
 libdbuskit-dev (<< 0.1.1-7),
Replaces:
 libdbuskit-dev (<< 0.1.1-7),
Description: GNUstep framework that interfaces with D-Bus (tools)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 This package contains the "dk_make_protocol" tool which generates
 Objective-C protocol declarations from D-Bus interface files.

Package: dbuskit-doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Recommends:
 gnustep-base-doc,
 libdbuskit-dev,
Breaks:
 libdbuskit-dev (<< 0.1.1-7),
Replaces:
 libdbuskit-dev (<< 0.1.1-7),
Description: GNUstep framework that interfaces with D-Bus (documentation)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 This package contains the programming manual, the library API
 reference documentation an example application.