summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-09 01:46:30 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-09 01:46:30 +0000
commite22875d4332c48d83219ecc90e13f3786185f038 (patch)
treee908e990c1ba6619bb422385ac37d80e7a161b51 /debian
parent79ef8b5a3b74147bdd0b8784776363ed183095b1 (diff)
downloadceph-libs3-e22875d4332c48d83219ecc90e13f3786185f038.tar.gz
* Fixed bug reported by Troy Hakala <troy.hakala@gmail.com>:
Wasn't using URL-encoded key in request URI, so libs3 failed on keys with spaces and other unsafe characters * Updated RPM and DEB packaging to split packages into two: normal and devel
Diffstat (limited to 'debian')
-rw-r--r--debian/control24
1 files changed, 5 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index 2b0789c..b249d7d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,11 @@ Package: libs3
Source: THIS LINE WILL BE REMOVED, dpkg-shlibdepends NEEDS IT
Version: LIBS3_VERSION
Architecture: DEBIAN_ARCHITECTURE
-Section: devel
+Section: net
Priority: extra
Maintainer: Bryan Ischo <bryan@ischo.com>
Homepage: http://reallibs3.svn.sourceforge.net
-Description: C 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
+Description: C Library and Tools for Amazon S3 Access
+This package includes the libs3 shared object library, needed to run
+applications compiled against libs3, and additionally contains the s3
+utility for accessing Amazon S3.