mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
debian: create radosgw package
This commit is contained in:
parent
3b0a6c9a37
commit
335ea1d703
13
debian/control
vendored
13
debian/control
vendored
@ -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
1
debian/radosgw.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/bin
|
3
debian/radosgw.install
vendored
Normal file
3
debian/radosgw.install
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
usr/bin/rgw
|
||||
usr/bin/rgw_admin
|
||||
usr/bin/rgw_aclparser
|
Loading…
Reference in New Issue
Block a user