From: Sage Weil Date: Thu, 10 Sep 2009 20:48:47 +0000 (-0700) Subject: debian: create radosgw package X-Git-Tag: v0.15~84 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=335ea1d7035676255c75e7b371c8ac328ee9d421;p=ceph.git debian: create radosgw package --- diff --git a/debian/control b/debian/control index 4856dc99084d..89996c489003 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ceph Section: admin Priority: optional Maintainer: Sage Weil -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. + diff --git a/debian/radosgw.dirs b/debian/radosgw.dirs new file mode 100644 index 000000000000..415f082dd910 --- /dev/null +++ b/debian/radosgw.dirs @@ -0,0 +1 @@ +/usr/bin diff --git a/debian/radosgw.install b/debian/radosgw.install new file mode 100644 index 000000000000..696651cd3a65 --- /dev/null +++ b/debian/radosgw.install @@ -0,0 +1,3 @@ +usr/bin/rgw +usr/bin/rgw_admin +usr/bin/rgw_aclparser