From: Ali Maredia Date: Fri, 26 Feb 2016 18:17:25 +0000 (-0500) Subject: debian: remove ceph-dbg package and any traces of it X-Git-Tag: v10.0.4~7^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d4dd0f495b26dfb8635a1d8edfc844c3a91aca03;p=ceph.git debian: remove ceph-dbg package and any traces of it Signed-off-by: Ali Maredia --- diff --git a/debian/.gitignore b/debian/.gitignore index af287df929dc8..0ea5249d8d71c 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -2,7 +2,6 @@ /*.debhelper.log /ceph-common-dbg /ceph-common -/ceph-dbg /ceph-fuse-dbg /ceph-fuse /ceph-fs-common-dbg diff --git a/debian/control b/debian/control index d75e4dfb1877c..4f5878c9b74ef 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/rules b/debian/rules index 3f15e1d4963c9..17f920ff3ec8b 100755 --- a/debian/rules +++ b/debian/rules @@ -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