debian: remove ceph-dbg package and any traces of it

Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
Ali Maredia 2016-02-26 13:17:25 -05:00
parent 3fc7fdba91
commit d4dd0f495b
3 changed files with 0 additions and 19 deletions

1
debian/.gitignore vendored
View File

@ -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
View File

@ -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
View File

@ -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