summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-06 13:52:39 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-06 13:52:39 +0000
commitc6741b1e2e3a6e7b5a46998247f7fd24046499db (patch)
tree0455ba95c0ae319d2d58d50206140c3275f96962 /debian
parent14897e3e452f9e40073b79a476e2b7dc0bf870d8 (diff)
downloadceph-libs3-c6741b1e2e3a6e7b5a46998247f7fd24046499db.tar.gz
* Added Debian package build target
* Updated copyrights to give openssl exception
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/changelog.Debian2
-rw-r--r--debian/control26
-rwxr-xr-xdebian/postinst3
4 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..520b2b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libs3 (all) unstable; urgency=low
+
+ * This file is not maintained. See project source code for changes.
+
+ -- Bryan Ischo <bryan@ischo.com> Wed, 06 Aug 2008 09:36:43 -0400
diff --git a/debian/changelog.Debian b/debian/changelog.Debian
new file mode 100644
index 0000000..164cbfb
--- /dev/null
+++ b/debian/changelog.Debian
@@ -0,0 +1,2 @@
+libs3 Debian maintainer and upstream author are identical.
+Therefore see normal changelog file for Debian changes.
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2b0789c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Package: libs3
+Source: THIS LINE WILL BE REMOVED, dpkg-shlibdepends NEEDS IT
+Version: LIBS3_VERSION
+Architecture: DEBIAN_ARCHITECTURE
+Section: devel
+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
diff --git a/debian/postinst b/debian/postinst
new file mode 100755
index 0000000..2d1871b
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ldconfig