summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-09 01:54:30 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-09 01:54:30 +0000
commit79cf3163f6e5eca2fc8b48c942a6e1686ce91d3e (patch)
treeb3112aa816687673aa414ce798d08d7b06117624 /debian
parente22875d4332c48d83219ecc90e13f3786185f038 (diff)
downloadceph-libs3-79cf3163f6e5eca2fc8b48c942a6e1686ce91d3e.tar.gz
* Whoops, forgot this file
Diffstat (limited to 'debian')
-rw-r--r--debian/control.dev26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control.dev b/debian/control.dev
new file mode 100644
index 0000000..9588ada
--- /dev/null
+++ b/debian/control.dev
@@ -0,0 +1,26 @@
+Package: libs3-dev
+Version: LIBS3_VERSION
+Architecture: DEBIAN_ARCHITECTURE
+Section: devel
+Priority: extra
+Requires: libs3 (>= LIBS3_VERSION)
+Maintainer: Bryan Ischo <bryan@ischo.com>
+Homepage: http://reallibs3.svn.sourceforge.net
+Description: C Development Library for Amazon S3 Access
+ This library provides an API for using Amazon's S3 service (see
+ http://s3.amazonaws.com). Its design goals are:
+ .
+ - To provide a simple and straightforward API for accessing all of S3's
+ functionality
+ - To not require the developer using libs3 to need to know anything about:
+ - HTTP
+ - XML
+ - SSL
+ In other words, this API is meant to stand on its own, without requiring
+ any implicit knowledge of how S3 services are accessed using HTTP
+ protocols.
+ - To be usable from multithreaded code
+ - To be usable by code which wants to process multiple S3 requests
+ simultaneously from a single thread
+ - To be usable in the simple, straightforward way using sequentialized
+ blocking requests