mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
debian: don't explicitly depend on libgoogle-perftools0
dpkg-buildpackage will autodetect the dependency. Except on lenny, where it doesn't exist and we don't use it! Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
ca3693d8ff
commit
84840ed76b
2
debian/control
vendored
2
debian/control
vendored
@ -7,7 +7,7 @@ Standards-Version: 3.9.1
|
||||
|
||||
Package: ceph
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libedit2, hdparm, binutils, libgoogle-perftools0
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libedit2, hdparm, binutils
|
||||
Recommends: ceph-client-tools, ceph-fuse, libceph1, librados1, libcrush1, btrfs-tools
|
||||
Description: distributed storage and file system
|
||||
Ceph is a distributed storage and network file system designed to provide
|
||||
|
Loading…
Reference in New Issue
Block a user