[libamazon-s3-perl] 02/03: Fill in debian/control and debian/copyright

Christopher Hoskin christopher.hoskin at gmail.com
Tue Dec 13 20:25:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libamazon-s3-perl.

commit 894f05720f1ec71b0526005dcd2cc072caee5519
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Tue Dec 13 20:24:07 2016 +0000

    Fill in debian/control and debian/copyright
---
 debian/control   | 21 +++++++--------------
 debian/copyright | 26 ++++++++++++++++----------
 2 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 8c7f321..c49dd81 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libclass-accessor-perl,
  libhttp-date-perl,
  liblwp-useragent-determined-perl,
  liburi-perl,
- libxml-simple-perl (>= 1.08),
+ libxml-simple-perl,
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libamazon-s3-perl.git
@@ -27,17 +27,10 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libhttp-date-perl,
  liblwp-useragent-determined-perl,
  liburi-perl,
- libxml-simple-perl (>= 1.08)
-Description: unknown
+ libxml-simple-perl
+Description: portable client interface to Amazon Simple Storage System (S3)
  Amazon::S3 provides a portable client interface to Amazon Simple Storage
- System (S3).
- .
- "Amazon S3 is storage for the Internet. It is designed to make web-scale
- computing easier for developers. Amazon S3 provides a simple web services
- interface that can be used to store and retrieve any amount of data, at any
- time, from anywhere on the web. It gives any developer access to the same
- highly scalable, reliable, fast, inexpensive data storage infrastructure that
- Amazon uses to run its own global network of web sites. The service aims to
- maximize benefits of scale and to pass those benefits on to developers".
- .
- This description was automagically extracted from the module by dh-make-perl.
+ System (S3). It is a fork of Net::Amazon::S3 (packaged for Debian as
+ libnet-amazon-s3-perl) which uses XML::SAX instead of XML::LibXML. Some
+ applications prefer to use Amazon::S3 rather than Net::Amazon::S3 to improve
+ portability (at the expense of performance).
diff --git a/debian/copyright b/debian/copyright
index 2290a95..8ba96a1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,24 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Amazon-S3
 Upstream-Contact: Timothy Appnel <tima at cpan.org>
 Upstream-Name: Amazon-S3
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Timothy Appnel <tima at cpan.org>
-License: Artistic or GPL-1+
+Copyright: 2008-2009, Timothy Appnel <tima at cpan.org>
+ 2006-2007, Brad Fitzpatrick <brad at danga.com>
+ 2006-2007, Leon Brocard <acme at astray.com>
+ 2006, Amazon Digital Services, Inc. or its affiliates
+License: Artistic
+Comment: Amazon-S3 was forked from Net::Amazon::S3.
+ Net::Amazon::S3 was based on example code from Amazon with this notice:
+ . 
+ This software code is made available "AS IS" without warranties of any
+ kind. You may copy, display, modify and redistribute the software
+ code either by itself or as incorporated into your code; provided that
+ you do not remove any proprietary notices. Your use of this software
+ code is at your own risk and you waive any claim against Amazon
+ Digital Services, Inc. or its affiliates with respect to your use of
+ this software code. (c) 2006 Amazon Digital Services, Inc. or its
+ affiliates.
 
 Files: debian/*
 Copyright: 2016, Christopher Hoskin <christopher.hoskin at gmail.com>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libamazon-s3-perl.git



More information about the Pkg-perl-cvs-commits mailing list