debian: build ceph-resource-agents

This commit is contained in:
Florian Haas 2012-01-05 22:33:31 +01:00 committed by Sage Weil
parent b6c43d2aff
commit b3f8b55dd7
3 changed files with 16 additions and 0 deletions

1
debian/ceph-resource-agents.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/ocf/resource.d/ceph/*

13
debian/control vendored
View File

@ -112,6 +112,19 @@ Description: debugging symbols for ceph-common
.
This package contains the debugging symbols for ceph-common.
Package: ceph-resource-agents
Architecture: linux-any
Recommends: pacemaker
Priority: extra
Depends: ceph (= ${binary:Version}), ${misc:Depends}, resource-agents
Description: OCF-compliant resource agents for Ceph
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
.
This package contains the resource agents (RAs) which integrate
Ceph with OCF-compliant cluster resource managers,
such as Pacemaker.
Package: librados2
Conflicts: librados, librados1
Replaces: librados, librados1

2
debian/rules vendored
View File

@ -20,6 +20,8 @@ endif
export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
extraopts += --with-ocf
ifeq ($(DEB_HOST_ARCH), armel)
# armel supports ARMv4t or above instructions sets.
# libatomic-ops is only usable with Ceph for ARMv6 or above.