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