X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=libs3-1.4%2Fdebian%2Fcontrol.dev;fp=libs3-1.4%2Fdebian%2Fcontrol.dev;h=0000000000000000000000000000000000000000;hp=5ee5ae78e7d45be570315af10add487c45d90be4;hb=c0202777b783b74e0c9d580f58eaa69889a6874e;hpb=a0cdddf316f4119f31ca4939a7e0ba8d4ceb38e2 diff --git a/libs3-1.4/debian/control.dev b/libs3-1.4/debian/control.dev deleted file mode 100644 index 5ee5ae7..0000000 --- a/libs3-1.4/debian/control.dev +++ /dev/null @@ -1,26 +0,0 @@ -Package: libs3-dev -Version: LIBS3_VERSION -Architecture: DEBIAN_ARCHITECTURE -Section: libdevel -Priority: extra -Depends: libs3 (>= LIBS3_VERSION) -Maintainer: Bryan Ischo -Homepage: http://libs3.ischo.com/index.html -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