~francis-aspl/vortexlibrary/trunk

« back to all changes in this revision

Viewing changes to debian-files/jessie/control

  • Committer: Francis Brosnan Blázquez
  • Date: 2015-10-24 19:10:13 UTC
  • Revision ID: git-v1:a591fae4b856bef3777716cbdac64d8022bbec11
libvortex-1.1:
* [fix] Adding initial files to support debian jessie..

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libvortex-1.1
 
2
Priority: extra
 
3
Maintainer: Francis Brosnan <francis@aspl.es>
 
4
Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, 
 
5
  libaxl-dev (>= 0.6.4), libreadline-gplv2-dev, libssl-dev,
 
6
  libgsasl7-dev, python-axl-dev
 
7
Standards-Version: 3.7.2
 
8
Section: libs
 
9
 
 
10
Package: libvortex-1.1
 
11
Section: libs
 
12
Architecture: any
 
13
Depends: libc6, libaxl1 (>= 0.6.4)
 
14
Description: BEEP core implemetation written in C
 
15
  Vortex Library is an implementation of the RFC 3080 / RFC 3081
 
16
  standard definitions, known as the BEEP Core protocol, implemented
 
17
  on top of the TCP/IP stack, using C language. Additionally, it comes
 
18
  with a complete XML-RPC over BEEP RFC 3529 support and complete
 
19
  support for TUNNEL profile, which allows to perform proxy operations
 
20
  for every BEEP profile developed.
 
21
 
 
22
Package: libvortex-1.1-dev
 
23
Section: libdevel
 
24
Architecture: any
 
25
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
26
Description: BEEP core implementation written in C 
 
27
  Development headers for the core library implementation. 
 
28
 
 
29
Package: libvortex-tls-1.1
 
30
Section: libs
 
31
Architecture: any
 
32
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version}),
 
33
  libssl1.0.0
 
34
Description: BEEP TLS profile support for Vortex Library
 
35
 This package contains the extension library to add support for TLS
 
36
 profile to core Vortex Library.
 
37
 
 
38
Package: libvortex-tls-1.1-dev
 
39
Section: libdevel
 
40
Architecture: any
 
41
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
42
  libssl-dev, libvortex-tls-1.1 (= ${Source-Version})
 
43
Description: BEEP TLS profile support for Vortex Library (devel headers).
 
44
 Development headers for BEEP TLS profile.
 
45
 
 
46
Package: libvortex-sasl-1.1
 
47
Section: libs
 
48
Architecture: any
 
49
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version}),
 
50
  libgsasl7
 
51
Description: BEEP SASL profiles support for Vortex Library
 
52
 This package contains the extension library to add support for SASL
 
53
 profiles to the core Vortex Library.
 
54
 
 
55
Package: libvortex-sasl-1.1-dev
 
56
Section: libdevel
 
57
Architecture: any
 
58
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
59
 libgsasl7-dev, libvortex-sasl-1.1 (= ${Source-Version})
 
60
Description: BEEP SASL profiles support for Vortex Library (devel headers).
 
61
 Development headers for BEEP SASL profiles for Vortex Library.
 
62
 
 
63
Package: libvortex-tunnel-1.1
 
64
Section: libs
 
65
Architecture: any
 
66
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
67
Description: BEEP TUNNEL profile support for Vortex Library
 
68
 This package contains the extension library to add support for TUNNEL
 
69
 profile to the core Vortex Library. TUNNEL profile is the proxy standard
 
70
 definition for BEEP protocol.
 
71
 
 
72
Package: libvortex-tunnel-1.1-dev
 
73
Section: libdevel
 
74
Architecture: any
 
75
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
76
 libvortex-tunnel-1.1 (= ${Source-Version})
 
77
Description: BEEP SASL profiles support for Vortex Library (devel headers).
 
78
 Development headers for BEEP TUNNEL profile for Vortex Library.
 
79
 
 
80
Package: libvortex-xml-rpc-1.1
 
81
Section: libs
 
82
Architecture: any
 
83
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
84
Description: BEEP XML-RPC profile support for Vortex Library
 
85
 This package contains the extension library to add support for XML-RPC
 
86
 over BEEP profile to the core Vortex Library. 
 
87
 
 
88
Package: libvortex-xml-rpc-1.1-dev
 
89
Section: libdevel
 
90
Architecture: any
 
91
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
92
  libvortex-xml-rpc-1.1 (= ${Source-Version})
 
93
Description: XML-RPC over BEEP profile support for Vortex Library (devel headers).
 
94
 Development headers for XML-RPC over BEEP profile for Vortex Library.
 
95
 
 
96
Package: libvortex-pull-1.1
 
97
Section: libs
 
98
Architecture: any
 
99
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
100
Description: PULL API for single thread programming with Vortex Library
 
101
 Vortex PULL API is an extension library that provides a single thread 
 
102
 programming interface that marshalls all async notifications into
 
103
 pullable events that are handled inside the same thread.
 
104
 
 
105
Package: libvortex-pull-1.1-dev
 
106
Section: libdevel
 
107
Architecture: any
 
108
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
109
  libvortex-pull-1.1 (= ${Source-Version})
 
110
Description: PULL API extension development headers
 
111
 Development headers for PULL API extension.
 
112
 
 
113
Package: libvortex-http-1.1
 
114
Section: libs
 
115
Architecture: any
 
116
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
117
Description: HTTP CONNECT extension library for Vortex Library
 
118
 Vortex HTTP CONNECT is an extension library that allows to connect to 
 
119
 BEEP listener by using a HTTP proxy server.
 
120
 
 
121
Package: libvortex-http-1.1-dev
 
122
Section: libdevel
 
123
Architecture: any
 
124
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
125
 libvortex-http-1.1 (= ${Source-Version})
 
126
Description: HTTP CONNECT extension library headers
 
127
  Development headers for HTTP CONNECT extension library.
 
128
 
 
129
Package: libvortex-alive-1.1
 
130
Section: libs
 
131
Architecture: any
 
132
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version})
 
133
Description: BEEP ALIVE support for Vortex Library
 
134
 This package contains ALIVE Vortex Library implementation.
 
135
 
 
136
Package: libvortex-alive-1.1-dev
 
137
Section: libdevel
 
138
Architecture: any
 
139
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
140
 libvortex-tls-1.1 (= ${Source-Version})
 
141
Description: BEEP ALIVE support for Vortex Library (devel headers).
 
142
 Development headers for BEEP ALIVE profile.
 
143
 
 
144
Package: libvortex-websocket-1.1
 
145
Section: libs
 
146
Architecture: any
 
147
Depends: libc6, libaxl1 (>= 0.6.4), libvortex-1.1 (= ${Source-Version}),
 
148
  libnopoll0
 
149
Description: BEEP over WebSocket support for Vortex Library
 
150
 This package contains BEEP over WebSocket support for Vortex Library.
 
151
 
 
152
Package: libvortex-websocket-1.1-dev
 
153
Section: libdevel
 
154
Architecture: any
 
155
Depends: libaxl-dev (>= 0.6.4), libvortex-1.1-dev (= ${Source-Version}),
 
156
 libvortex-tls-1.1 (= ${Source-Version}), libnopoll0-dev
 
157
Description: BEEP over WebSocket support for Vortex Library (dev headers)
 
158
 This package contains BEEP over WebSocket support for Vortex Library.
 
159
 
 
160
Package: vortex-xml-rpc-gen-1.1
 
161
Section: net
 
162
Architecture: any
 
163
Depends: libreadline5, libaxl1 (>= 0.6.4), 
 
164
  libvortex-1.1 (= ${Source-Version})
 
165
Description: tool to create support files to execute XML-RPC services.
 
166
  This package contains the xml-rpc-gen tool which is used to create 
 
167
  client and server side files to support XML-RPC over BEEP.
 
168
 
 
169
Package: vortex-client-1.1
 
170
Section: net
 
171
Architecture: any
 
172
Depends: libreadline5, libvortex-1.1 (= ${Source-Version}),
 
173
  libvortex-xml-rpc-1.1 (= ${Source-Version}), 
 
174
  libvortex-sasl-1.1 (= ${Source-Version}),
 
175
  libvortex-tls-1.1 (=  ${Source-Version})
 
176
Description: BEEP core implemetation client.
 
177
  This package contains vortex-client, a command line that allows
 
178
  to connect to and debug BEEP peers.
 
179
 
 
180
Package: python-vortex
 
181
Section: libs
 
182
Architecture: any
 
183
Depends: libvortex-1.1 (= ${Source-Version}), python, libpython2.7
 
184
Description: Python bindings for Vortex Library
 
185
 Python bindings for Vortex Library (base library)
 
186
 
 
187
Package: python-vortex-dev
 
188
Section: libdevel
 
189
Architecture: any
 
190
Depends: libvortex-1.1-dev (= ${Source-Version}), python-vortex
 
191
Description: Development headers for Axl Python bindings
 
192
  Python Vortex bindings development headers.
 
193
 
 
194
Package: python-vortex-tls
 
195
Section: libs
 
196
Architecture: any
 
197
Depends: libvortex-1.1 (= ${Source-Version}), python-vortex,
 
198
  libvortex-tls-1.1 (= ${Source-Version})
 
199
Description: Python bindings for Vortex Library TLS profile
 
200
 Python bindings for Vortex Library TLS profile.
 
201
 
 
202
Package: python-vortex-tls-dev
 
203
Section: libdevel
 
204
Architecture: any
 
205
Depends: libvortex-1.1-dev (= ${Source-Version}), python-vortex,
 
206
  libvortex-tls-1.1-dev (= ${Source-Version}),
 
207
  python-vortex-tls (= ${Source-Version})
 
208
Description: Development headers for Python Vortex TLS bindings
 
209
  Python Vortex TLS  bindings development headers.
 
210
 
 
211
Package: python-vortex-sasl
 
212
Section: libs
 
213
Architecture: any
 
214
Depends: libvortex-1.1 (= ${Source-Version}), python-vortex,
 
215
  libvortex-sasl-1.1 (= ${Source-Version})
 
216
Description: Python bindings for Vortex Library SASL profile
 
217
 Python bindings for Vortex Library SASL profile.
 
218
 
 
219
Package: python-vortex-sasl-dev
 
220
Section: libdevel
 
221
Architecture: any
 
222
Depends: libvortex-1.1-dev (= ${Source-Version}), python-vortex,
 
223
  libvortex-sasl-1.1-dev (= ${Source-Version}),
 
224
  python-vortex-sasl (= ${Source-Version})
 
225
Description: Development headers for Python Vortex SASL bindings
 
226
  Python Vortex SASL  bindings development headers.
 
227
 
 
228
Package: python-vortex-alive
 
229
Section: libs
 
230
Architecture: any
 
231
Depends: libvortex-1.1 (= ${Source-Version}), python-vortex,
 
232
  libvortex-alive-1.1 (= ${Source-Version})
 
233
Description: Python bindings for Vortex Library ALIVE support
 
234
 Python bindings for Vortex Library ALIVE profile.
 
235