~tribaal/ubuntu/trusty/ceph/ceph-zap-in-two-phases

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-05-19 21:04:18 UTC
  • Revision ID: package-import@ubuntu.com-20130519210418-053rk70dzn5z0a6r
Tags: 0.61.2-0ubuntu2
* Fix ceph-test package:
  - d/ceph-test.install: Add missing install file.
  - d/rules: Enable --with-debug option to build test executables.
  - d/p/fix_test_ftbfs.patch: Fix format-security errors.
* Fix rbd-fuse package:
  - d/rbd-fuse.install: Add missing install file.
* d/ceph.install: Include missing udev rule for ceph-osd disks.
* d/rules: Drop --with-system-leveldb as this is now the default.
* d/control,rules: Review and further re-sync with upstream packaging.
* d/ceph.{postinst,prerm}: start/stop ceph-all upstart configuration
  if upstart is in use.
* d/ceph-mds.{postinst,prerm}: start/stop ceph-mds-all upstart configuration
  if upstart is in use.
* d/p/python_rados_cluster_stat.patch: Dropped - included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
               libatomic-ops-dev,
20
20
               libboost-dev (>= 1.42),
21
21
               libboost-program-options-dev (>= 1.42),
 
22
               libboost-system-dev (>= 1.42),
22
23
               libboost-thread-dev (>= 1.42),
23
 
               libboost-system-dev (>= 1.42),
24
24
               libcurl4-gnutls-dev,
25
25
               libedit-dev,
26
26
               libexpat1-dev,
37
37
               pkg-config,
38
38
               python-all (>= 2.6.6-3~),
39
39
               uuid-dev
40
 
Build-Conflicts: libcrypto++-dev
41
40
Standards-Version: 3.9.4
42
41
X-Python-Version: >= 2.6
43
42
 
45
44
Architecture: linux-any
46
45
Depends: binutils,
47
46
         ceph-common,
48
 
         hdparm | sdparm,
49
47
         cryptsetup-bin | cryptsetup,
50
48
         gdisk,
 
49
         hdparm | sdparm,
51
50
         parted,
52
51
         python,
53
52
         python-argparse,
56
55
         xfsprogs,
57
56
         ${misc:Depends},
58
57
         ${shlibs:Depends}
59
 
Conflicts: gceph, librgw-dev, librgw1, librgw1-dbg
60
 
Replaces: gceph, librgw-dev, librgw1, librgw1-dbg
61
58
Recommends: libcephfs1, librados2, librbd1
62
59
Description: distributed storage and file system
63
60
 Ceph is a distributed storage system designed to provide excellent
65
62
 .
66
63
 This package contains all server daemons and management tools for creating,
67
64
 running, and administering a Ceph storage cluster, with the exception of the
68
 
 metadata server, which is necessary for using the distributed file system and is
69
 
 provided by the ceph-mds package.
 
65
 metadata server, which is necessary for using the distributed file system
 
66
 and is provided by the ceph-mds package.
70
67
 
71
68
Package: ceph-dbg
72
69
Architecture: linux-any
73
70
Section: debug
74
71
Priority: extra
75
72
Depends: ceph (= ${binary:Version}), ${misc:Depends}
76
 
Conflicts: gceph-dbg
77
 
Replaces: gceph-dbg
78
73
Description: debugging symbols for ceph
79
74
 Ceph is a distributed storage system designed to provide excellent
80
75
 performance, reliability, and scalability.
221
216
 such as Pacemaker.
222
217
 
223
218
Package: librados2
 
219
Conflicts: librados, librados1
 
220
Replaces: librados, librados1
224
221
Architecture: linux-any
225
222
Section: libs
226
223
Depends: ${misc:Depends}, ${shlibs:Depends}
227
 
Conflicts: libcrush, libcrush1, librados, librados1
228
 
Replaces: libcrush, libcrush1, librados, librados1
229
224
Description: RADOS distributed object store client library
230
225
 RADOS is a reliable, autonomic distributed object storage cluster
231
226
 developed as part of the Ceph distributed storage system.  This is a
233
228
 store using a simple file-like interface.
234
229
 
235
230
Package: librados2-dbg
 
231
Conflicts: librados1-dbg
 
232
Replaces: librados1-dbg
236
233
Architecture: linux-any
237
234
Section: debug
238
235
Priority: extra
239
236
Depends: librados2 (= ${binary:Version}), ${misc:Depends}
240
 
Conflicts: libcrush1-dbg, librados1-dbg
241
 
Replaces: libcrush1-dbg, librados1-dbg
242
237
Description: debugging symbols for librados2
243
238
 RADOS is a reliable, autonomic distributed object storage cluster
244
239
 developed as part of the Ceph distributed storage system.  This is a
251
246
Architecture: linux-any
252
247
Section: libdevel
253
248
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
254
 
Conflicts: libcrush-dev, libcrush1-dev, librados1-dev
255
 
Replaces: libcrush-dev, libcrush1-dev, librados1-dev
 
249
Conflicts: librados1-dev, librados2-dev
 
250
Replaces: librados1-dev, librados2-dev
256
251
Description: RADOS distributed object store client library (development files)
257
252
 RADOS is a reliable, autonomic distributed object storage cluster
258
253
 developed as part of the Ceph distributed storage system.  This is a
288
283
Package: librbd-dev
289
284
Architecture: linux-any
290
285
Section: libdevel
291
 
Depends: librados-dev,
292
 
         librbd1 (= ${binary:Version}),
293
 
         ${misc:Depends},
294
 
         ${shlibs:Depends}
 
286
Depends: librados-dev, librbd1 (= ${binary:Version}), ${misc:Depends}
295
287
Conflicts: librbd1-dev
296
288
Replaces: librbd1-dev
297
289
Description: RADOS block device client library (development files)
304
296
 link against librbd1.
305
297
 
306
298
Package: libcephfs1
 
299
Conflicts: libceph, libceph1, libcephfs
 
300
Replaces: libceph, libceph1, libcephfs
307
301
Architecture: linux-any
308
302
Section: libs
309
303
Depends: ${misc:Depends}, ${shlibs:Depends}
310
 
Conflicts: libceph, libceph1
311
 
Replaces: libceph, libceph1
312
304
Description: Ceph distributed file system client library
313
305
 Ceph is a distributed network file system designed to provide
314
306
 excellent performance, reliability, and scalability.  This is a
333
325
Package: libcephfs-dev
334
326
Architecture: linux-any
335
327
Section: libdevel
336
 
Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
337
 
Conflicts: libceph-dev, libceph1-dev
338
 
Replaces: libceph-dev, libceph1-dev
 
328
Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}
 
329
Conflicts: libceph-dev, libceph1-dev, libcephfs1-dev
 
330
Replaces: libceph-dev, libceph1-dev, libcephfs1-dev
339
331
Description: Ceph distributed file system client library (development files)
340
332
 Ceph is a distributed network file system designed to provide
341
333
 excellent performance, reliability, and scalability.  This is a