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