]> git.proxmox.com Git - ceph.git/blame - ceph/debian/control
bump version to 12.2.2-pve1
[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,
c07f9fc5 711 socat,
224ce89b
WB
712 xmlstarlet,
713 ${misc:Depends},
714 ${shlibs:Depends},
7c673cae
FG
715Description: Ceph test and benchmarking tools
716 This package contains tools for testing and benchmarking Ceph.
717
718Package: ceph-test-dbg
719Architecture: linux-any
720Section: debug
721Priority: extra
224ce89b
WB
722Depends: ceph-common (= ${binary:Version}),
723 ceph-test (= ${binary:Version}),
7c673cae 724 curl,
224ce89b 725 ${misc:Depends},
7c673cae
FG
726Description: Ceph test and benchmarking tools
727 .
728 This package contains the debugging symbols for ceph-test.
729
730Package: python-ceph
731Architecture: linux-any
732Section: python
224ce89b
WB
733Depends: python-cephfs (= ${binary:Version}),
734 python-rados (= ${binary:Version}),
7c673cae
FG
735 python-rbd (= ${binary:Version}),
736 python-rgw (= ${binary:Version}),
7c673cae
FG
737Description: Meta-package for python libraries for the Ceph libraries
738 Ceph is a massively scalable, open-source, distributed
739 storage system that runs on commodity hardware and delivers object,
740 block and file system storage.
741 .
742 This package is a metapackage for all Python 2 bindings.
743
744Package: python-rados
745Architecture: linux-any
746Section: python
747Depends: librados2 (= ${binary:Version}),
748 ${misc:Depends},
224ce89b 749 ${python:Depends},
7c673cae 750 ${shlibs:Depends},
224ce89b
WB
751Replaces: python-ceph (<< 0.92-1223),
752Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
753Description: Python 2 libraries for the Ceph librados library
754 Ceph is a massively scalable, open-source, distributed
755 storage system that runs on commodity hardware and delivers object,
756 block and file system storage.
757 .
758 This package contains Python 2 libraries for interacting with Ceph's
759 RADOS object storage.
760
761Package: python3-rados
762Architecture: linux-any
763Section: python
764Depends: librados2 (= ${binary:Version}),
765 ${misc:Depends},
224ce89b 766 ${python3:Depends},
7c673cae 767 ${shlibs:Depends},
7c673cae
FG
768Description: Python 3 libraries for the Ceph librados library
769 Ceph is a massively scalable, open-source, distributed
770 storage system that runs on commodity hardware and delivers object,
771 block and file system storage.
772 .
773 This package contains Python 3 libraries for interacting with Ceph's
774 RADOS object storage.
775
776Package: python-rbd
777Architecture: linux-any
778Section: python
779Depends: librbd1 (>= ${binary:Version}),
780 ${misc:Depends},
224ce89b 781 ${python:Depends},
7c673cae 782 ${shlibs:Depends},
224ce89b
WB
783Replaces: python-ceph (<< 0.92-1223),
784Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
785Description: Python 2 libraries for the Ceph librbd library
786 Ceph is a massively scalable, open-source, distributed
787 storage system that runs on commodity hardware and delivers object,
788 block and file system storage.
789 .
790 This package contains Python 2 libraries for interacting with Ceph's
791 RBD block device library.
792
793Package: python3-rbd
794Architecture: linux-any
795Section: python
796Depends: librbd1 (>= ${binary:Version}),
797 ${misc:Depends},
224ce89b 798 ${python3:Depends},
7c673cae 799 ${shlibs:Depends},
7c673cae
FG
800Description: Python 3 libraries for the Ceph librbd library
801 Ceph is a massively scalable, open-source, distributed
802 storage system that runs on commodity hardware and delivers object,
803 block and file system storage.
804 .
805 This package contains Python 3 libraries for interacting with Ceph's
806 RBD block device library.
807
808Package: python-rgw
809Architecture: linux-any
810Section: python
811Depends: librgw2 (>= ${binary:Version}),
812 ${misc:Depends},
224ce89b 813 ${python:Depends},
7c673cae 814 ${shlibs:Depends},
224ce89b
WB
815Replaces: python-ceph (<< 0.92-1223),
816Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
817Description: Python 2 libraries for the Ceph librgw library
818 Ceph is a massively scalable, open-source, distributed
819 storage system that runs on commodity hardware and delivers object,
820 block and file system storage.
821 .
822 This package contains Python 2 libraries for interacting with Ceph's
823 RGW library.
824
825Package: python3-rgw
826Architecture: linux-any
827Section: python
828Depends: librgw2 (>= ${binary:Version}),
829 ${misc:Depends},
224ce89b 830 ${python3:Depends},
7c673cae 831 ${shlibs:Depends},
7c673cae
FG
832Description: Python 3 libraries for the Ceph librgw library
833 Ceph is a massively scalable, open-source, distributed
834 storage system that runs on commodity hardware and delivers object,
835 block and file system storage.
836 .
837 This package contains Python 3 libraries for interacting with Ceph's
838 RGW library.
839
840Package: python-cephfs
841Architecture: linux-any
842Section: python
843Depends: libcephfs2 (= ${binary:Version}),
844 ${misc:Depends},
224ce89b 845 ${python:Depends},
7c673cae 846 ${shlibs:Depends},
224ce89b
WB
847Replaces: python-ceph (<< 0.92-1223),
848Breaks: python-ceph (<< 0.92-1223),
7c673cae
FG
849Description: Python 2 libraries for the Ceph libcephfs library
850 Ceph is a massively scalable, open-source, distributed
851 storage system that runs on commodity hardware and delivers object,
852 block and file system storage.
853 .
854 This package contains Python 2 libraries for interacting with Ceph's
855 CephFS file system client library.
856
857Package: python3-cephfs
858Architecture: linux-any
859Section: python
860Depends: libcephfs2 (= ${binary:Version}),
861 ${misc:Depends},
224ce89b 862 ${python3:Depends},
7c673cae 863 ${shlibs:Depends},
7c673cae
FG
864Description: Python 3 libraries for the Ceph libcephfs library
865 Ceph is a massively scalable, open-source, distributed
866 storage system that runs on commodity hardware and delivers object,
867 block and file system storage.
868 .
869 This package contains Python 3 libraries for interacting with Ceph's
870 CephFS file system client library.
871
872Package: python3-ceph-argparse
873Architecture: linux-any
874Section: python
224ce89b
WB
875Depends: ${misc:Depends},
876 ${python3:Depends},
7c673cae
FG
877Description: Python 3 utility libraries for Ceph CLI
878 Ceph is a massively scalable, open-source, distributed
879 storage system that runs on commodity hardware and delivers object,
880 block and file system storage.
881 .
882 This package contains types and routines for Python 3 used by the
883 Ceph CLI as well as the RESTful interface.
884
885Package: libcephfs-java
886Section: java
887Architecture: all
224ce89b
WB
888Depends: libcephfs-jni (= ${binary:Version}),
889 ${java:Depends},
890 ${misc:Depends},
7c673cae
FG
891Description: Java libraries for the Ceph File System
892
893Package: libcephfs-jni
894Architecture: linux-any
895Section: java
224ce89b
WB
896Depends: libcephfs2 (= ${binary:Version}),
897 ${java:Depends},
898 ${misc:Depends},
899 ${shlibs:Depends},
7c673cae
FG
900Description: Java Native Interface library for CephFS Java bindings
901
902Package: rados-objclass-dev
903Architecture: linux-any
904Section: libdevel
224ce89b 905Depends: librados-dev (= ${binary:Version}) ${misc:Depends},
7c673cae
FG
906Description: RADOS object class development kit.
907 .
908 This package contains development files needed for building RADOS object class plugins.