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