mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
debian: remove ceph-dbg package and any traces of it
Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
3fc7fdba91
commit
d4dd0f495b
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
@ -2,7 +2,6 @@
|
||||
/*.debhelper.log
|
||||
/ceph-common-dbg
|
||||
/ceph-common
|
||||
/ceph-dbg
|
||||
/ceph-fuse-dbg
|
||||
/ceph-fuse
|
||||
/ceph-fs-common-dbg
|
||||
|
17
debian/control
vendored
17
debian/control
vendored
@ -106,19 +106,6 @@ Description: common ceph daemon libraries and management tools
|
||||
the three Ceph server daemons (ceph-mon, ceph-osd, ceph-mds). These tools are
|
||||
necessary for creating, running, and administering a Ceph storage cluster.
|
||||
|
||||
Package: ceph-dbg
|
||||
Architecture: linux-any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ceph-base, ${misc:Depends}
|
||||
Replaces: ceph-test-dbg (<< 0.94-1322)
|
||||
Breaks: ceph-test-dbg (<< 0.94-1322)
|
||||
Description: debugging symbols for ceph
|
||||
Ceph is a distributed storage system designed to provide excellent
|
||||
performance, reliability, and scalability.
|
||||
.
|
||||
This package contains the debugging symbols for ceph.
|
||||
|
||||
Package: ceph-mds
|
||||
Architecture: linux-any
|
||||
Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
||||
@ -166,8 +153,6 @@ Architecture: linux-any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ceph-mon (= ${binary:Version}), ${misc:Depends}
|
||||
Replaces: ceph-dbg (<< 9.0.1-1294)
|
||||
Breaks: ceph-dbg (<< 9.0.1-1294)
|
||||
Description: debugging symbols for ceph-mon
|
||||
Ceph is a massively scalable, open-source, distributed
|
||||
storage system that runs on commodity hardware and delivers object,
|
||||
@ -195,8 +180,6 @@ Architecture: linux-any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ceph-osd (= ${binary:Version}), ${misc:Depends}
|
||||
Replaces: ceph-dbg (<< 9.0.1-1294)
|
||||
Breaks: ceph-dbg (<< 9.0.1-1294)
|
||||
Description: debugging symbols for ceph-osd
|
||||
Ceph is a massively scalable, open-source, distributed
|
||||
storage system that runs on commodity hardware and delivers object,
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -166,7 +166,6 @@ binary-arch: build install
|
||||
dh_lintian -a
|
||||
dh_link -a
|
||||
|
||||
dh_strip -pceph --dbg-package=ceph-dbg
|
||||
dh_strip -pceph-mds --dbg-package=ceph-mds-dbg
|
||||
dh_strip -pceph-mon --dbg-package=ceph-mon-dbg
|
||||
dh_strip -pceph-osd --dbg-package=ceph-osd-dbg
|
||||
|
Loading…
Reference in New Issue
Block a user