debian: create radosgw package

This commit is contained in:
Sage Weil 2009-09-10 13:48:47 -07:00
parent 3b0a6c9a37
commit 335ea1d703
3 changed files with 16 additions and 1 deletions

13
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: ceph
Section: admin
Priority: optional
Maintainer: Sage Weil <sage@newdream.net>
Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, g++, gcc, cdbs, libfuse-dev, libboost-dev, libedit-dev, libssl-dev, libtool
Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, g++, gcc, cdbs, libfuse-dev, libboost-dev, libedit-dev, libssl-dev, libtool, libexpat1-dev, libfcgi-dev
Standards-Version: 3.7.2
Package: ceph
@ -99,3 +99,14 @@ Description: Ceph distributed file system client library (development files)
shared library allowing applications to access a Ceph distributed
file system via a POSIX-like interface.
Package: radosgw
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libexpat1
Description: REST gateway for RADOS distributed object store
RADOS is a distributed object store used by the Ceph distributed
storage system. This package provides a REST gateway to the
object store that aims to implement a superset of Amazon's S3
service.
.
This package contains the proxy daemon and related tools only.

1
debian/radosgw.dirs vendored Normal file
View File

@ -0,0 +1 @@
/usr/bin

3
debian/radosgw.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/bin/rgw
usr/bin/rgw_admin
usr/bin/rgw_aclparser