summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2012-11-06 16:23:18 -0800
committerSage Weil <sage@inktank.com>2013-04-18 13:51:36 -0700
commita975f9dfb18d9fd8db6ffc149caf1e0a49ca8cff (patch)
tree50655900daba1e924a1d3f56c98d7947116ee1f1 /debian/rules
parenta460fa145158666864ea073c97abff937304b39d (diff)
downloadceph-a975f9dfb18d9fd8db6ffc149caf1e0a49ca8cff.tar.gz
packaging: Add ceph-test debian package
The ceph-test package includes optional test and benchmarking programs. Conflicts: debian/control debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6090f1b658f..da7988a1f6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ endif
export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
extraopts += --with-ocf --with-rest-bench --with-nss
+extraopts += --with-debug
ifeq ($(DEB_HOST_ARCH), armel)
# armel supports ARMv4t or above instructions sets.
@@ -124,6 +125,7 @@ binary-arch: build install
dh_strip -plibcephfs1 --dbg-package=libcephfs1-dbg
dh_strip -pradosgw --dbg-package=radosgw-dbg
dh_strip -prest-bench --dbg-package=rest-bench-dbg
+ dh_strip -pceph-test --dbg-package=ceph-test-dbg
dh_compress
dh_fixperms