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