]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: remove ceph-dbg package and any traces of it 7807/head
authorAli Maredia <amaredia@redhat.com>
Fri, 26 Feb 2016 18:17:25 +0000 (13:17 -0500)
committerAli Maredia <amaredia@redhat.com>
Fri, 26 Feb 2016 18:17:25 +0000 (13:17 -0500)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
debian/.gitignore
debian/control
debian/rules

index af287df929dc8eb029d67178136cd40b0b4f7b39..0ea5249d8d71c8d5442bb8cc0df04ca58456c2db 100644 (file)
@@ -2,7 +2,6 @@
 /*.debhelper.log
 /ceph-common-dbg
 /ceph-common
-/ceph-dbg
 /ceph-fuse-dbg
 /ceph-fuse
 /ceph-fs-common-dbg
index d75e4dfb1877cc449088af6d5693898ca9884f89..4f5878c9b74ef4148269bd62e958e67fbca59587 100644 (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,
index 3f15e1d4963c96de848443da1dfb2c61b76d2584..17f920ff3ec8b3b932f7ddb700cc9e58366adbf0 100755 (executable)
@@ -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