]> git.proxmox.com Git - ceph.git/blame - ceph/debian/control
update sources to v12.1.1
[ceph.git] / ceph / debian / control
CommitLineData
7c673cae
FG
1Source: ceph
2Section: admin
3Priority: optional
4Homepage: http://ceph.com/
5Vcs-Git: git://github.com/ceph/ceph.git
6Vcs-Browser: https://github.com/ceph/ceph
7Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
8Uploaders: Ken Dreyer <kdreyer@redhat.com>,
224ce89b 9 Alfredo Deza <adeza@redhat.com>,
7c673cae
FG
10Build-Depends: bc,
11 btrfs-tools,
224ce89b 12 cmake,
7c673cae 13 cpio,
224ce89b 14 cryptsetup-bin | cryptsetup,
7c673cae
FG
15 cython,
16 cython3,
17 debhelper (>= 9),
224ce89b 18 default-jdk,
7c673cae
FG
19 dh-exec,
20 dh-python,
224ce89b
WB
21 dh-systemd,
22 gdisk,
7c673cae 23 git,
224ce89b 24 gperf,
7c673cae 25 javahelper,
224ce89b 26 jq,
7c673cae
FG
27 junit4,
28 libaio-dev,
7c673cae
FG
29 libbabeltrace-ctf-dev,
30 libbabeltrace-dev,
31 libblkid-dev (>= 2.17),
32 libcurl4-gnutls-dev,
33 libexpat1-dev,
7c673cae
FG
34 libfuse-dev,
35 libgoogle-perftools-dev [i386 amd64 arm64],
224ce89b 36 libibverbs-dev,
7c673cae 37 libkeyutils-dev,
224ce89b 38 libldap2-dev,
7c673cae 39 libleveldb-dev,
224ce89b 40 liblttng-ust-dev,
7c673cae
FG
41 libnss3-dev,
42 libsnappy-dev,
7c673cae 43 libssl-dev,
7c673cae
FG
44 libtool,
45 libudev-dev,
46 libxml2-dev,
224ce89b 47 lsb-release,
7c673cae
FG
48 parted,
49 pkg-config,
50 python (>= 2.7),
51 python-all-dev,
31f18b77 52 python-cherrypy3,
7c673cae 53 python-nose,
224ce89b
WB
54 python-pecan,
55 python-prettytable,
56 python-setuptools,
7c673cae 57 python-sphinx,
224ce89b 58 python-werkzeug,
7c673cae
FG
59 python3-all-dev,
60 python3-setuptools,
224ce89b 61 socat,
7c673cae
FG
62 uuid-runtime,
63 valgrind,
224ce89b 64 virtualenv | python-virtualenv,
7c673cae
FG
65 xfslibs-dev,
66 xfsprogs,
67 xmlstarlet,
68 yasm [amd64],
224ce89b 69 zlib1g-dev,
7c673cae
FG
70Standards-Version: 3.9.3
71
72Package: ceph
73Architecture: linux-any
224ce89b
WB
74Depends: ceph-mgr (= ${binary:Version}),
75 ceph-mon (= ${binary:Version}),
76 ceph-osd (= ${binary:Version}),
77Recommends: ceph-mds (= ${binary:Version}),
7c673cae
FG
78Description: distributed storage and file system
79 Ceph is a massively scalable, open-source, distributed
80 storage system that runs on commodity hardware and delivers object,
81 block and file system storage.
82
83Package: ceph-base
84Architecture: linux-any
85Depends: binutils,
86 ceph-common (= ${binary:Version}),
87 cryptsetup-bin | cryptsetup,
88 debianutils,
89 findutils,
90 gdisk,
91 grep,
92 logrotate,
93 psmisc,
7c673cae
FG
94 xfsprogs,
95 ${misc:Depends},
224ce89b
WB
96 ${python:Depends},
97 ${shlibs:Depends},
7c673cae
FG
98Recommends: btrfs-tools,
99 ceph-mds (= ${binary:Version}),
100 librados2 (= ${binary:Version}),
101 libradosstriper1 (= ${binary:Version}),
102 librbd1 (= ${binary:Version}),
224ce89b
WB
103 ntp | time-daemon,
104Replaces: ceph (<< 10),
105 ceph-common (<< 0.78-500),
106 ceph-test (<< 0.94-1322),
107 python-ceph (<< 0.92-1223),
108Breaks: ceph (<< 10),
109 ceph-test (<< 0.94-1322),
110 python-ceph (<< 0.92-1223),
7c673cae
FG
111Description: common ceph daemon libraries and management tools
112 Ceph is a massively scalable, open-source, distributed
113 storage system that runs on commodity hardware and delivers object,
114 block and file system storage.
115 .
116 This package contains the libraries and management tools that are common among
117 the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools
118 are necessary for creating, running, and administering a Ceph storage cluster.
119
120Package: ceph-base-dbg
121Architecture: linux-any
122Section: debug
123Priority: extra
224ce89b
WB
124Depends: ceph-base (= ${binary:Version}),
125 ${misc:Depends},
7c673cae
FG
126Description: debugging symbols for ceph-base
127 Ceph is a massively scalable, open-source, distributed
128 storage system that runs on commodity hardware and delivers object,
129 block and file system storage.
130 .
131 This package contains the libraries and management tools that are common among
132 the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools
133 are necessary for creating, running, and administering a Ceph storage cluster.
134 .
135 This package contains the debugging symbols for ceph-base.
136
137Package: ceph-mds
138Architecture: linux-any
139Depends: ceph-base (= ${binary:Version}),
140 ${misc:Depends},
224ce89b 141 ${shlibs:Depends},
7c673cae 142Recommends: ceph-fuse (= ${binary:Version}),
224ce89b
WB
143 libcephfs2 (= ${binary:Version}),
144Replaces: ceph (<< 0.93-417),
145Breaks: ceph (<< 0.93-417),
7c673cae
FG
146Description: metadata server for the ceph distributed file system
147 Ceph is a massively scalable, open-source, distributed
148 storage system that runs on commodity hardware and delivers object,
149 block and file system storage.
150 .
151 This package contains the metadata server daemon, which is used to
152 create a distributed file system on top of the ceph storage cluster.
153
154Package: ceph-mds-dbg
155Architecture: linux-any
156Section: debug
157Priority: extra
224ce89b
WB
158Depends: ceph-mds (= ${binary:Version}),
159 ${misc:Depends},
7c673cae
FG
160Description: debugging symbols for ceph-mds
161 Ceph is a massively scalable, open-source, distributed
162 storage system that runs on commodity hardware and delivers object,
163 block and file system storage.
164 .
165 This package contains the debugging symbols for ceph-mds.
166
167Package: ceph-mgr
168Architecture: linux-any
169Depends: ceph-base (= ${binary:Version}),
224ce89b 170 python-cherrypy3,
31f18b77
FG
171 python-openssl,
172 python-pecan,
173 python-werkzeug,
7c673cae
FG
174 ${misc:Depends},
175 ${python:Depends},
224ce89b
WB
176 ${shlibs:Depends},
177Replaces: ceph (<< 0.93-417),
178Breaks: ceph (<< 0.93-417),
31f18b77 179Description: manager for the ceph distributed storage system
7c673cae
FG
180 Ceph is a massively scalable, open-source, distributed
181 storage system that runs on commodity hardware and delivers object,
182 block and file system storage.
183 .
184 This package contains the manager daemon, which is used to expose high
185 level management and monitoring functionality.
186
187Package: ceph-mgr-dbg
188Architecture: linux-any
189Section: debug
190Priority: extra
224ce89b
WB
191Depends: ceph-mgr (= ${binary:Version}),
192 ${misc:Depends},
7c673cae
FG
193Description: debugging symbols for ceph-mgr
194 Ceph is a massively scalable, open-source, distributed
195 storage system that runs on commodity hardware and delivers object,
196 block and file system storage.
197 .
198 This package contains the debugging symbols for ceph-mgr.
199
200Package: ceph-mon
201Architecture: linux-any
202Depends: ceph-base (= ${binary:Version}),
203 python-flask,
204 ${misc:Depends},
224ce89b
WB
205 ${shlibs:Depends},
206Recommends: ceph-common,
207Replaces: ceph (<< 10),
208Breaks: ceph (<< 10),
7c673cae
FG
209Description: monitor server for the ceph storage system
210 Ceph is a massively scalable, open-source, distributed
211 storage system that runs on commodity hardware and delivers object,
212 block and file system storage.
213 .
214 This package contains the cluster monitor daemon for the Ceph storage
215 system. One or more instances of ceph-mon form a Paxos part-time parliament
216 cluster that provides extremely reliable and durable storage of cluster
217 membership, configuration, and state.
218
219Package: ceph-mon-dbg
220Architecture: linux-any
221Section: debug
222Priority: extra
224ce89b
WB
223Depends: ceph-mon (= ${binary:Version}),
224 ${misc:Depends},
7c673cae
FG
225Description: debugging symbols for ceph-mon
226 Ceph is a massively scalable, open-source, distributed
227 storage system that runs on commodity hardware and delivers object,
228 block and file system storage.
229 .
230 This package contains the debugging symbols for ceph-mon.
231
232Package: ceph-osd
233Architecture: linux-any
234Depends: ceph-base (= ${binary:Version}),
235 parted,
236 ${misc:Depends},
237 ${python:Depends},
224ce89b
WB
238 ${shlibs:Depends},
239Recommends: ceph-common (= ${binary:Version}),
240Replaces: ceph (<< 10),
241Breaks: ceph (<< 10),
7c673cae
FG
242Description: OSD server for the ceph storage system
243 Ceph is a massively scalable, open-source, distributed
244 storage system that runs on commodity hardware and delivers object,
245 block and file system storage.
246 .
247 This package contains the Object Storage Daemon for the Ceph storage system.
248 It is responsible for storing objects on a local file system
249 and providing access to them over the network.
250
251Package: ceph-osd-dbg
252Architecture: linux-any
253Section: debug
254Priority: extra
224ce89b
WB
255Depends: ceph-osd (= ${binary:Version}),
256 ${misc:Depends},
7c673cae
FG
257Description: debugging symbols for ceph-osd
258 Ceph is a massively scalable, open-source, distributed
259 storage system that runs on commodity hardware and delivers object,
260 block and file system storage.
261 .
262 This package contains the debugging symbols for ceph-osd.
263
264Package: ceph-fuse
265Architecture: linux-any
224ce89b
WB
266Depends: ${misc:Depends},
267 ${shlibs:Depends},
268Recommends: fuse,
7c673cae
FG
269Description: FUSE-based client for the Ceph distributed file system
270 Ceph is a massively scalable, open-source, distributed
271 storage system that runs on commodity hardware and delivers object,
272 block and file system storage. This is a
273 FUSE-based client that allows one to mount a Ceph file system without
274 root privileges.
275 .
276 Because the FUSE-based client has certain inherent performance
277 limitations, it is recommended that the native Linux kernel client
278 be used if possible. If it is not practical to load a kernel module
279 (insufficient privileges, older kernel, etc.), then the FUSE client will
280 do.
281
282Package: ceph-fuse-dbg
283Architecture: linux-any
284Section: debug
285Priority: extra
224ce89b
WB
286Depends: ceph-fuse (= ${binary:Version}),
287 ${misc:Depends},
7c673cae
FG
288Description: debugging symbols for ceph-fuse
289 Ceph is a massively scalable, open-source, distributed
290 storage system that runs on commodity hardware and delivers object,
291 block and file system storage. This is a
292 FUSE-based client that allows one to mount a Ceph file system without
293 root privileges.
294 .
295 This package contains the debugging symbols for ceph-fuse.
296
297Package: rbd-fuse
298Architecture: linux-any
224ce89b
WB
299Depends: ${misc:Depends},
300 ${shlibs:Depends},
301Recommends: fuse,
7c673cae
FG
302Description: FUSE-based rbd client for the Ceph distributed file system
303 Ceph is a massively scalable, open-source, distributed
304 storage system that runs on commodity hardware and delivers object,
305 block and file system storage. This is a
306 FUSE-based client that allows one to map Ceph rbd images as files.
307 .
308 FUSE base client that allows one to map Ceph rbd images as files.
309
310Package: rbd-fuse-dbg
311Architecture: linux-any
312Section: debug
313Priority: extra
224ce89b
WB
314Depends: rbd-fuse (= ${binary:Version}),
315 ${misc:Depends},
7c673cae
FG
316Description: debugging symbols for rbd-fuse
317 Ceph is a massively scalable, open-source, distributed
318 storage system that runs on commodity hardware and delivers object,
319 block and file system storage. This is a
320 FUSE-based client that allows one to map Ceph rbd images as files.
321 .
322 This package contains the debugging symbols for rbd-fuse.
323
324Package: rbd-mirror
325Architecture: linux-any
326Depends: ceph-common (= ${binary:Version}),
327 librados2 (= ${binary:Version}),
328 ${misc:Depends},
224ce89b 329 ${shlibs:Depends},
7c673cae
FG
330Description: Ceph daemon for mirroring RBD images
331 Ceph is a massively scalable, open-source, distributed
332 storage system that runs on commodity hardware and delivers object,
333 block and file system storage. This is a
334 daemon for mirroring RBD images between Ceph clusters, streaming
335 changes asynchronously.
336
337Package: rbd-mirror-dbg
338Architecture: linux-any
339Section: debug
340Priority: extra
224ce89b
WB
341Depends: rbd-mirror (= ${binary:Version}),
342 ${misc:Depends},
7c673cae
FG
343Description: debugging symbols for rbd-mirror
344 Ceph is a massively scalable, open-source, distributed
345 storage system that runs on commodity hardware and delivers object,
346 block and file system storage. This is a
347 daemon for mirroring RBD images between Ceph clusters, streaming
348 changes asynchronously.
349 .
350 This package contains the debugging symbols for rbd-mirror.
351
352Package: rbd-nbd
353Architecture: linux-any
354Depends: ${misc:Depends},
224ce89b 355 ${shlibs:Depends},
7c673cae
FG
356Description: NBD-based rbd client for the Ceph distributed file system
357 Ceph is a massively scalable, open-source, distributed
358 storage system that runs on commodity hardware and delivers object,
359 block and file system storage. This is a
360 NBD-based client that allows one to map Ceph rbd images as local
361 block device.
362 .
363 NBD base client that allows one to map Ceph rbd images as local
364 block device.
365
366Package: rbd-nbd-dbg
367Architecture: linux-any
368Section: debug
369Priority: extra
224ce89b
WB
370Depends: rbd-nbd (= ${binary:Version}),
371 ${misc:Depends},
7c673cae
FG
372Description: debugging symbols for rbd-nbd
373 Ceph is a massively scalable, open-source, distributed
374 storage system that runs on commodity hardware and delivers object,
375 block and file system storage. This is a
376 NBD-based client that allows one to map Ceph rbd images as local
377 block device.
378 .
379 This package contains the debugging symbols for rbd-nbd.
380
381Package: ceph-common
382Architecture: linux-any
224ce89b 383Depends: librbd1 (= ${binary:Version}),
7c673cae 384 python-cephfs (= ${binary:Version}),
224ce89b
WB
385 python-prettytable,
386 python-rados (= ${binary:Version}),
7c673cae 387 python-rbd (= ${binary:Version}),
224ce89b 388 python-requests,
7c673cae 389 python-rgw (= ${binary:Version}),
224ce89b 390 ${misc:Depends},
7c673cae 391 ${python:Depends},
224ce89b
WB
392 ${shlibs:Depends},
393Conflicts: ceph-client-tools,
394Replaces: ceph (<< 10),
395 ceph-client-tools,
396 ceph-fs-common (<< 11.0),
397 ceph-test (<< 9.0.3-1646),
398 librbd1 (<< 0.92-1238),
399 python-ceph (<< 0.92-1223),
7c673cae 400Breaks: ceph (<< 10),
224ce89b
WB
401 ceph-fs-common (<< 11.0),
402 ceph-test (<< 9.0.3-1646),
403 librbd1 (<< 0.92-1238),
404 python-ceph (<< 0.92-1223),
405Suggests: ceph-base (= ${binary:Version}),
406 ceph-mds (= ${binary:Version}),
7c673cae
FG
407Description: common utilities to mount and interact with a ceph storage cluster
408 Ceph is a massively scalable, open-source, distributed
409 storage system that runs on commodity hardware and delivers object,
410 block and file system storage. This is a collection
411 of common tools that allow one to interact with and administer a Ceph cluster.
412
413Package: ceph-common-dbg
414Architecture: linux-any
224ce89b
WB
415Depends: ceph-common (= ${binary:Version}),
416 ${misc:Depends},
417Conflicts: ceph-client-tools-dbg,
7c673cae 418Replaces: ceph-client-tools-dbg,
224ce89b
WB
419 ceph-test-dbg (<< 9.0.3-1646),
420Breaks: ceph-test-dbg (<< 9.0.3-1646),
7c673cae
FG
421Section: debug
422Priority: extra
423Description: debugging symbols for ceph-common
424 Ceph is a massively scalable, open-source, distributed
425 storage system that runs on commodity hardware and delivers object,
426 block and file system storage. This is a collection
427 of common tools that allow one to interact with and administer a Ceph cluster.
428 .
429 This package contains the debugging symbols for ceph-common.
430
431Package: ceph-resource-agents
432Architecture: linux-any
224ce89b 433Recommends: pacemaker,
7c673cae 434Priority: extra
224ce89b
WB
435Depends: ceph (= ${binary:Version}),
436 resource-agents,
437 ${misc:Depends},
7c673cae
FG
438Description: OCF-compliant resource agents for Ceph
439 Ceph is a massively scalable, open-source, distributed
440 storage system that runs on commodity hardware and delivers object,
441 block and file system storage.
442 .
443 This package contains the resource agents (RAs) which integrate
444 Ceph with OCF-compliant cluster resource managers,
445 such as Pacemaker.
446
447Package: librados2
224ce89b
WB
448Conflicts: librados,
449 librados1,
450Replaces: librados,
451 librados1,
7c673cae
FG
452Architecture: linux-any
453Section: libs
224ce89b
WB
454Depends: ${misc:Depends},
455 ${shlibs:Depends},
7c673cae
FG
456Description: RADOS distributed object store client library
457 RADOS is a reliable, autonomic distributed object storage cluster
458 developed as part of the Ceph distributed storage system. This is a
459 shared library allowing applications to access the distributed object
460 store using a simple file-like interface.
461
462Package: librados2-dbg
224ce89b
WB
463Conflicts: librados1-dbg,
464Replaces: librados1-dbg,
7c673cae
FG
465Architecture: linux-any
466Section: debug
467Priority: extra
224ce89b
WB
468Depends: librados2 (= ${binary:Version}),
469 ${misc:Depends},
7c673cae
FG
470Description: debugging symbols for librados
471 RADOS is a reliable, autonomic distributed object storage cluster
472 developed as part of the Ceph distributed storage system. This is a
473 shared library allowing applications to access the distributed object
474 store using a simple file-like interface.
475 .
476 This package contains debugging symbols for librados.
477
478Package: librados-dev
479Architecture: linux-any
480Section: libdevel
224ce89b
WB
481Depends: librados2 (= ${binary:Version}),
482 ${misc:Depends},
483 ${shlibs:Depends},
484Conflicts: librados1-dev,
485 librados2-dev,
486Replaces: librados1-dev,
487 librados2-dev,
7c673cae
FG
488Description: RADOS distributed object store client library (development files)
489 RADOS is a reliable, autonomic distributed object storage cluster
490 developed as part of the Ceph distributed storage system. This is a
491 shared library allowing applications to access the distributed object
492 store using a simple file-like interface.
493 .
494 This package contains development files needed for building applications that
495 link against librados.
496
497Package: libradosstriper1
498Architecture: linux-any
499Section: libs
224ce89b
WB
500Depends: librados2 (= ${binary:Version}),
501 ${misc:Depends},
502 ${shlibs:Depends},
7c673cae
FG
503Description: RADOS striping interface
504 Striping interface built on top of the rados library, allowing
505 to stripe bigger objects onto several standard rados objects using
506 an interface very similar to the rados one.
507
508Package: libradosstriper1-dbg
509Architecture: linux-any
510Section: debug
511Priority: extra
224ce89b
WB
512Depends: libradosstriper1 (= ${binary:Version}),
513 ${misc:Depends},
7c673cae
FG
514Description: debugging symbols for libradosstriper
515 libradosstriper is a striping interface built on top of the rados
516 library, allowing to stripe bigger objects onto several standard
517 rados objects using an interface very similar to the rados one.
518 .
519 This package contains debugging symbols for libradosstriper.
520
521Package: libradosstriper-dev
522Architecture: linux-any
523Section: libdevel
224ce89b
WB
524Depends: libradosstriper1 (= ${binary:Version}),
525 ${misc:Depends},
7c673cae
FG
526Description: RADOS striping interface (development files)
527 libradosstriper is a striping interface built on top of the rados
528 library, allowing to stripe bigger objects onto several standard
529 rados objects using an interface very similar to the rados one.
530 .
531 This package contains development files needed for building applications that
532 link against libradosstriper.
533
534Package: librbd1
535Architecture: linux-any
536Section: libs
224ce89b
WB
537Depends: librados2 (= ${binary:Version}),
538 ${misc:Depends},
539 ${shlibs:Depends},
7c673cae
FG
540Description: RADOS block device client library
541 RBD is a block device striped across multiple distributed objects
542 in RADOS, a reliable, autonomic distributed object storage cluster
543 developed as part of the Ceph distributed storage system. This is a
544 shared library allowing applications to manage these block devices.
545
546Package: librbd1-dbg
547Architecture: linux-any
548Section: debug
549Priority: extra
224ce89b
WB
550Depends: librbd1 (= ${binary:Version}),
551 ${misc:Depends},
7c673cae
FG
552Description: debugging symbols for librbd1
553 RBD is a block device striped across multiple distributed objects
554 in RADOS, a reliable, autonomic distributed object storage cluster
555 developed as part of the Ceph distributed storage system. This is a
556 shared library allowing applications to manage these block devices.
557 .
558 This package contains debugging symbols for librbd1.
559
560Package: librbd-dev
561Architecture: linux-any
562Section: libdevel
563Depends: librados-dev (= ${binary:Version}),
224ce89b
WB
564 librbd1 (= ${binary:Version}),
565 ${misc:Depends},
566Conflicts: librbd1-dev,
567Replaces: librbd1-dev,
7c673cae
FG
568Description: RADOS block device client library (development files)
569 RBD is a block device striped across multiple distributed objects
570 in RADOS, a reliable, autonomic distributed object storage cluster
571 developed as part of the Ceph distributed storage system. This is a
572 shared library allowing applications to manage these block devices.
573 .
574 This package contains development files needed for building applications that
575 link against librbd1.
576
577Package: libcephfs2
224ce89b
WB
578Conflicts: libceph,
579 libceph1,
580 libcephfs,
581Replaces: libceph,
582 libceph1,
583 libcephfs,
7c673cae
FG
584Architecture: linux-any
585Section: libs
224ce89b
WB
586Depends: ${misc:Depends},
587 ${shlibs:Depends},
7c673cae
FG
588Description: Ceph distributed file system client library
589 Ceph is a massively scalable, open-source, distributed
590 storage system that runs on commodity hardware and delivers object,
591 block and file system storage. This is a
592 shared library allowing applications to access a Ceph distributed
593 file system via a POSIX-like interface.
594
595Package: libcephfs2-dbg
596Architecture: linux-any
597Section: debug
598Priority: extra
224ce89b
WB
599Depends: libcephfs2 (= ${binary:Version}),
600 ${misc:Depends},
601Conflicts: libceph1-dbg,
602Replaces: libceph1-dbg,
7c673cae
FG
603Description: debugging symbols for libcephfs2
604 Ceph is a massively scalable, open-source, distributed
605 storage system that runs on commodity hardware and delivers object,
606 block and file system storage. This is a
607 shared library allowing applications to access a Ceph distributed
608 file system via a POSIX-like interface.
609 .
610 This package contains debugging symbols for libcephfs2.
611
612Package: libcephfs-dev
613Architecture: linux-any
614Section: libdevel
224ce89b
WB
615Depends: libcephfs2 (= ${binary:Version}),
616 ${misc:Depends},
617Conflicts: libceph-dev,
618 libceph1-dev,
619 libcephfs2-dev,
620Replaces: libceph-dev,
621 libceph1-dev,
622 libcephfs2-dev,
7c673cae
FG
623Description: Ceph distributed file system client library (development files)
624 Ceph is a massively scalable, open-source, distributed
625 storage system that runs on commodity hardware and delivers object,
626 block and file system storage. This is a
627 shared library allowing applications to access a Ceph distributed
628 file system via a POSIX-like interface.
629 .
630 This package contains development files needed for building applications that
631 link against libcephfs.
632
633Package: librgw2
634Architecture: linux-any
635Section: libs
224ce89b
WB
636Depends: librados2 (= ${binary:Version}),
637 ${misc:Depends},
638 ${shlibs:Depends},
7c673cae
FG
639Description: RADOS Gateway client library
640 RADOS is a distributed object store used by the Ceph distributed
641 storage system. This package provides a REST gateway to the
642 object store that aims to implement a superset of Amazon's S3
643 service.
644 .
645 This package contains the library interface and headers only.
646
647Package: librgw2-dbg
648Architecture: linux-any
649Section: debug
650Priority: extra
224ce89b
WB
651Depends: librgw2 (= ${binary:Version}),
652 ${misc:Depends},
7c673cae
FG
653Description: debugging symbols for librbd1
654 RADOS is a distributed object store used by the Ceph distributed
655 storage system. This package provides a REST gateway to the
656 object store that aims to implement a superset of Amazon's S3
657 service.
658 .
659 This package contains debugging symbols for librgw2.
660
661Package: librgw-dev
662Architecture: linux-any
663Section: libdevel
664Depends: librados-dev (= ${binary:Version}),
224ce89b
WB
665 librgw2 (= ${binary:Version}),
666 ${misc:Depends},
7c673cae
FG
667Description: RADOS client library (development files)
668 RADOS is a distributed object store used by the Ceph distributed
669 storage system. This package provides a REST gateway to the
670 object store that aims to implement a superset of Amazon's S3
671 service.
672 .
673 This package contains development files needed for building applications
674 that link against librgw2.
675
676Package: radosgw
677Architecture: linux-any
678Depends: ceph-common (= ${binary:Version}),
7c673cae 679 librgw2 (= ${binary:Version}),
224ce89b 680 mime-support,
7c673cae 681 ${misc:Depends},
224ce89b
WB
682 ${shlibs:Depends},
683Recommends: ntp | time-daemon,
7c673cae
FG
684Description: REST gateway for RADOS distributed object store
685 RADOS is a distributed object store used by the Ceph distributed
686 storage system. This package provides a REST gateway to the
687 object store that aims to implement a superset of Amazon's S3
688 service as well as the OpenStack Object Storage ("Swift") API.
689 .
690 This package contains the proxy daemon and related tools only.
691
692Package: radosgw-dbg
693Architecture: linux-any
694Section: debug
695Priority: extra
224ce89b
WB
696Depends: radosgw (= ${binary:Version}),
697 ${misc:Depends},
7c673cae
FG
698Description: debugging symbols for radosgw
699 RADOS is a distributed object store used by the Ceph distributed
700 storage system. This package provides a REST gateway to the
701 object store that aims to implement a superset of Amazon's S3
702 service as well as the OpenStack Object Storage ("Swift") API.
703 .
704 This package contains debugging symbols for radosgw.
705
706Package: ceph-test
707Architecture: linux-any
224ce89b
WB
708Depends: ceph-common,
709 curl,
710 jq,
711 xmlstarlet,
712 ${misc:Depends},
713 ${shlibs:Depends},
7c673cae
FG
714Description: Ceph test and benchmarking tools
715 This package contains tools for testing and benchmarking Ceph.
716
717Package: ceph-test-dbg
718Architecture: linux-any
719Section: debug
720Priority: extra
224ce89b
WB
721Depends: ceph-common (= ${binary:Version}),
722 ceph-test (= ${binary:Version}),
7c673cae 723 curl,
224ce89b 724 ${misc:Depends},
7c673cae
FG
725Description: Ceph test and benchmarking tools
726 .
727 This package contains the debugging symbols for ceph-test.
728
729Package: python-ceph
730Architecture: linux-any
731Section: python
224ce89b
WB
732Depends: python-cephfs (= ${binary:Version}),
733 python-rados (= ${binary:Version}),
7c673cae
FG
734 python-rbd (= ${binary:Version}),
735 python-rgw (= ${binary:Version}),
7c673cae
FG
736Description: Meta-package for python libraries for the Ceph libraries
737 Ceph is a massively scalable, open-source, distributed
738 storage system that runs on commodity hardware and delivers object,
739 block and file system storage.
740 .
741 This package is a metapackage for all Python 2 bindings.
742
743Package: python-rados
744Architecture: linux-any
745Section: python
746Depends: librados2 (= ${binary:Version}),
747 ${misc:Depends},
224ce89b 748 ${python:Depends},
7c673cae 749 ${shlibs:Depends},
224ce89b
WB
750Replaces: python-ceph (<< 0.92-1223),
751Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
752Description: Python 2 libraries for the Ceph librados library
753 Ceph is a massively scalable, open-source, distributed
754 storage system that runs on commodity hardware and delivers object,
755 block and file system storage.
756 .
757 This package contains Python 2 libraries for interacting with Ceph's
758 RADOS object storage.
759
760Package: python3-rados
761Architecture: linux-any
762Section: python
763Depends: librados2 (= ${binary:Version}),
764 ${misc:Depends},
224ce89b 765 ${python3:Depends},
7c673cae 766 ${shlibs:Depends},
7c673cae
FG
767Description: Python 3 libraries for the Ceph librados library
768 Ceph is a massively scalable, open-source, distributed
769 storage system that runs on commodity hardware and delivers object,
770 block and file system storage.
771 .
772 This package contains Python 3 libraries for interacting with Ceph's
773 RADOS object storage.
774
775Package: python-rbd
776Architecture: linux-any
777Section: python
778Depends: librbd1 (>= ${binary:Version}),
779 ${misc:Depends},
224ce89b 780 ${python:Depends},
7c673cae 781 ${shlibs:Depends},
224ce89b
WB
782Replaces: python-ceph (<< 0.92-1223),
783Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
784Description: Python 2 libraries for the Ceph librbd library
785 Ceph is a massively scalable, open-source, distributed
786 storage system that runs on commodity hardware and delivers object,
787 block and file system storage.
788 .
789 This package contains Python 2 libraries for interacting with Ceph's
790 RBD block device library.
791
792Package: python3-rbd
793Architecture: linux-any
794Section: python
795Depends: librbd1 (>= ${binary:Version}),
796 ${misc:Depends},
224ce89b 797 ${python3:Depends},
7c673cae 798 ${shlibs:Depends},
7c673cae
FG
799Description: Python 3 libraries for the Ceph librbd library
800 Ceph is a massively scalable, open-source, distributed
801 storage system that runs on commodity hardware and delivers object,
802 block and file system storage.
803 .
804 This package contains Python 3 libraries for interacting with Ceph's
805 RBD block device library.
806
807Package: python-rgw
808Architecture: linux-any
809Section: python
810Depends: librgw2 (>= ${binary:Version}),
811 ${misc:Depends},
224ce89b 812 ${python:Depends},
7c673cae 813 ${shlibs:Depends},
224ce89b
WB
814Replaces: python-ceph (<< 0.92-1223),
815Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
816Description: Python 2 libraries for the Ceph librgw library
817 Ceph is a massively scalable, open-source, distributed
818 storage system that runs on commodity hardware and delivers object,
819 block and file system storage.
820 .
821 This package contains Python 2 libraries for interacting with Ceph's
822 RGW library.
823
824Package: python3-rgw
825Architecture: linux-any
826Section: python
827Depends: librgw2 (>= ${binary:Version}),
828 ${misc:Depends},
224ce89b 829 ${python3:Depends},
7c673cae 830 ${shlibs:Depends},
7c673cae
FG
831Description: Python 3 libraries for the Ceph librgw library
832 Ceph is a massively scalable, open-source, distributed
833 storage system that runs on commodity hardware and delivers object,
834 block and file system storage.
835 .
836 This package contains Python 3 libraries for interacting with Ceph's
837 RGW library.
838
839Package: python-cephfs
840Architecture: linux-any
841Section: python
842Depends: libcephfs2 (= ${binary:Version}),
843 ${misc:Depends},
224ce89b 844 ${python:Depends},
7c673cae 845 ${shlibs:Depends},
224ce89b
WB
846Replaces: python-ceph (<< 0.92-1223),
847Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
848Description: Python 2 libraries for the Ceph libcephfs library
849 Ceph is a massively scalable, open-source, distributed
850 storage system that runs on commodity hardware and delivers object,
851 block and file system storage.
852 .
853 This package contains Python 2 libraries for interacting with Ceph's
854 CephFS file system client library.
855
856Package: python3-cephfs
857Architecture: linux-any
858Section: python
859Depends: libcephfs2 (= ${binary:Version}),
860 ${misc:Depends},
224ce89b 861 ${python3:Depends},
7c673cae 862 ${shlibs:Depends},
7c673cae
FG
863Description: Python 3 libraries for the Ceph libcephfs library
864 Ceph is a massively scalable, open-source, distributed
865 storage system that runs on commodity hardware and delivers object,
866 block and file system storage.
867 .
868 This package contains Python 3 libraries for interacting with Ceph's
869 CephFS file system client library.
870
871Package: python3-ceph-argparse
872Architecture: linux-any
873Section: python
224ce89b
WB
874Depends: ${misc:Depends},
875 ${python3:Depends},
7c673cae
FG
876Description: Python 3 utility libraries for Ceph CLI
877 Ceph is a massively scalable, open-source, distributed
878 storage system that runs on commodity hardware and delivers object,
879 block and file system storage.
880 .
881 This package contains types and routines for Python 3 used by the
882 Ceph CLI as well as the RESTful interface.
883
884Package: libcephfs-java
885Section: java
886Architecture: all
224ce89b
WB
887Depends: libcephfs-jni (= ${binary:Version}),
888 ${java:Depends},
889 ${misc:Depends},
7c673cae
FG
890Description: Java libraries for the Ceph File System
891
892Package: libcephfs-jni
893Architecture: linux-any
894Section: java
224ce89b
WB
895Depends: libcephfs2 (= ${binary:Version}),
896 ${java:Depends},
897 ${misc:Depends},
898 ${shlibs:Depends},
7c673cae
FG
899Description: Java Native Interface library for CephFS Java bindings
900
901Package: rados-objclass-dev
902Architecture: linux-any
903Section: libdevel
224ce89b 904Depends: librados-dev (= ${binary:Version}) ${misc:Depends},
7c673cae
FG
905Description: RADOS object class development kit.
906 .
907 This package contains development files needed for building RADOS object class plugins.