]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: create radosgw package
authorSage Weil <sage@newdream.net>
Thu, 10 Sep 2009 20:48:47 +0000 (13:48 -0700)
committerSage Weil <sage@newdream.net>
Thu, 10 Sep 2009 20:48:47 +0000 (13:48 -0700)
debian/control
debian/radosgw.dirs [new file with mode: 0644]
debian/radosgw.install [new file with mode: 0644]

index 4856dc99084d8c60a309593d0bcb06bc32fb5c18..89996c4890039e51d9e041c12899a0a59194d9c6 100644 (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.
+
diff --git a/debian/radosgw.dirs b/debian/radosgw.dirs
new file mode 100644 (file)
index 0000000..415f082
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin
diff --git a/debian/radosgw.install b/debian/radosgw.install
new file mode 100644 (file)
index 0000000..696651c
--- /dev/null
@@ -0,0 +1,3 @@
+usr/bin/rgw
+usr/bin/rgw_admin
+usr/bin/rgw_aclparser