From d4dd0f495b26dfb8635a1d8edfc844c3a91aca03 Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Fri, 26 Feb 2016 13:17:25 -0500 Subject: [PATCH] debian: remove ceph-dbg package and any traces of it Signed-off-by: Ali Maredia --- debian/.gitignore | 1 - debian/control | 17 ----------------- debian/rules | 1 - 3 files changed, 19 deletions(-) diff --git a/debian/.gitignore b/debian/.gitignore index af287df929dc..0ea5249d8d71 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 d75e4dfb1877..4f5878c9b74e 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 3f15e1d4963c..17f920ff3ec8 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 -- 2.47.3