debian/0000755000000000000000000000000012244232211007157 5ustar debian/NEWS0000644000000000000000000000040011671747262007674 0ustar libnet-amazon-s3-perl (0.54-1) unstable; urgency=low From upstream CHANGES: - Fixed path issues (patch by Pavel Karoukin) *WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING* -- gregor herrmann Wed, 30 Nov 2011 22:44:24 +0100 debian/libnet-amazon-s3-perl.examples0000644000000000000000000000001312235300145014736 0ustar examples/* debian/watch0000644000000000000000000000016412101265355010220 0ustar version=3 https://metacpan.org/release/Net-Amazon-S3/ .*/Net-Amazon-S3-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000404212244232155011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Amazon-S3 Upstream-Contact: Pedro Figueiredo Source: https://metacpan.org/release/Net-Amazon-S3/ Files: * Copyright: 2013, Pedro Figueiredo 2013, Brad Fitzpatrick 2013, Leon Brocard 2013, Amazon Digital Services programmers License: other This is published under the terms of the following Amazon licence: . 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: 2006, Alexis Sukrieh 2007, 2008, Damyan Ivanov 2007-2010, gregor herrmann 2008, Joey Hess 2008, Roberto C. Sanchez 2009, Ryan Niebur 2011, Fabrizio Regalli 2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000652112244232140010567 0ustar Source: libnet-amazon-s3-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Ryan Niebur , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdata-stream-bulk-perl, libdatetime-format-http-perl, libdigest-hmac-perl, libdigest-md5-file-perl, libfile-find-rule-perl, libhttp-date-perl, libhttp-message-perl, liblwp-useragent-determined-perl, libmime-types-perl, libmoose-perl, libmoosex-strictconstructor-perl (>= 0.16), libmoosex-types-datetime-morecoercions-perl, libpath-class-perl, libregexp-common-perl, libterm-encoding-perl, libterm-progressbar-simple-perl, libtest-exception-perl, liburi-perl, libwww-perl, libxml-libxml-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-amazon-s3-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-amazon-s3-perl.git Homepage: http://pfig.github.com/net-amazon-s3/ Package: libnet-amazon-s3-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-stream-bulk-perl, libdatetime-format-http-perl, libdigest-hmac-perl, libdigest-md5-file-perl, libfile-find-rule-perl, libhttp-date-perl, libhttp-message-perl, liblwp-useragent-determined-perl, libmime-types-perl, libmoose-perl, libmoosex-strictconstructor-perl (>= 0.16), libmoosex-types-datetime-morecoercions-perl, libpath-class-perl, libregexp-common-perl, libterm-encoding-perl, libterm-progressbar-simple-perl, liburi-perl, libwww-perl, libxml-libxml-perl Description: Amazon S3 Perl API - Simple Storage Service Net::Amazon::S3 provides a Perlish interface to Amazon S3. From the developer blurb: "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". . To find out more about S3, please visit: http://s3.amazonaws.com/ . To use this module you will need to sign up to Amazon Web Services and provide an "Access Key ID" and " Secret Access Key". If you use this module, you will incur costs as specified by Amazon. Please check the costs. If you use this module with your Access Key ID and Secret Access Key you must be responsible for these costs. debian/compat0000644000000000000000000000000211671747262010401 0ustar 8 debian/changelog0000644000000000000000000002272012244232211011034 0ustar libnet-amazon-s3-perl (0.59-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.59 * Update (build-)dependencies * Bump years of upstream copyright * Declare compliance with Debian Policy 3.9.5 * Do not ship s3cl in examples, upstream installs it into /usr/bin now * Add myself to uploaders and copyright -- Florian Schlichting Sun, 24 Nov 2013 00:04:30 +0100 libnet-amazon-s3-perl (0.56-1) unstable; urgency=low * New upstream release. * Remove patches, all applied upstream. * Bump versioned (build) dependency on libmoosex-strictconstructor-perl. -- gregor herrmann Mon, 19 Dec 2011 17:32:34 +0100 libnet-amazon-s3-perl (0.55-1) unstable; urgency=low * New upstream release. * Replace (build) dependency on libmoosex-types-datetime-perl with libmoosex-types-datetime-morecoercions-perl. -- gregor herrmann Sun, 18 Dec 2011 17:12:50 +0100 libnet-amazon-s3-perl (0.54-1) unstable; urgency=low [ Fabrizio Regalli ] * New upstream release (closes: #650532) * Updated d/copyright * Upgrade d/compat to 8 * Bump to 3.9.2 Standards-Version * Added myself to Uploaders and Copyright * Changed debhelper version to (>= 8) * Added libhttp-date-perl, libhttp-message-perl as dependecies * Added fix-spelling-error.diff patch * Add debian/NEWS with a warning from the upstream authors. [ gregor herrmann ] * Remove (build) dependency on libclass-accessor-perl. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- gregor herrmann Wed, 30 Nov 2011 22:50:16 +0100 libnet-amazon-s3-perl (0.53-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). Remove quilt framework. * Add (build) dependency on libdatetime-format-iso8601-perl. -- gregor herrmann Tue, 30 Mar 2010 21:51:22 +0200 libnet-amazon-s3-perl (0.52-2) unstable; urgency=low [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/control: remove unversioned (build) dependency on perl- modules. * Add build dependency on libtest-exception-perl (closes: #569086). * Set Standards-Version to 3.8.4 (no changes). * Fix hashbang in examples. * New patch use_ok.patch: create a simple test that tries to use the module. Add necessary build dependencies. * Remove version from perl build dependency. * Make (build) dependency on libdata-stream-bulk-perl versioned (closes: #569067). * debian/copyright: update formatting. -- gregor herrmann Wed, 10 Feb 2010 01:58:05 +0100 libnet-amazon-s3-perl (0.52-1) unstable; urgency=low [ Jonathan Yu ] * Removed Alexis Sukrieh from Uploaders (Closes: #536135) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.2 [ gregor herrmann ] * New patch uri_escape_utf8.patch: add missing "use URI::Escape qw(uri_escape_utf8);" to lib/Net/Amazon/S3/HTTPRequest.pm; thanks to Erik Anderson for the bug report (closes: #531652). Add quilt framework. * Minimize debian/rules. -- gregor herrmann Sun, 09 Aug 2009 17:41:55 +0200 libnet-amazon-s3-perl (0.51-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release [ gregor herrmann ] * debian/control: Depends: remove libdatetime-format-iso8601-perl, add libmoosex-types-datetime-perl. -- gregor herrmann Tue, 02 Jun 2009 19:25:00 +0200 libnet-amazon-s3-perl (0.50-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Add (build) dependencies on libmoose-perl, libmoosex-strictconstructor-perl, libregexp-common-perl. * Make (build) dependency on libxml-libxml-perl versioned, thanks to Juan Augusto Rossi for the bug report (closes: #509824). * Add dependencies on libdatetime-format-iso8601-perl, libdatetime-format-http-perl. [ Ryan Niebur ] * Another new upstream release * add me to uploaders * add dependency on libdata-stream-bulk-perl * update debian copyright * policy 3.8.1 [ gregor herrmann ] * Install examples/* and bin/* as examples. -- Ryan Niebur Mon, 23 Mar 2009 20:01:45 -0700 libnet-amazon-s3-perl (0.45-1) unstable; urgency=low * New upstream release. * Remove patch key-named-zero.patch; included upstream. Remove quilt framework. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Convert debian/copyright to the new proposed format. * Set Standards-Version to 3.8.0 (no changes). * Drop (build) dependency on libdatetime-format-strptime-perl, not needed any more. * Mention module name in long description. -- gregor herrmann Sat, 06 Sep 2008 19:09:17 +0200 libnet-amazon-s3-perl (0.44-3) unstable; urgency=low [ Joey Hess ] * Allow storing a key named "0". (Upstream bug report: http://rt.cpan.org//Ticket/Display.html?id=35705) [ gregor herrmann ] * Split Joey's patch out into key-named-zero.patch; add quilt framework. * debian/control: change my email address. -- gregor herrmann Fri, 23 May 2008 21:25:55 +0200 libnet-amazon-s3-perl (0.44-2) unstable; urgency=low * Add missing dependency on liblwp-useragent-determined-perl. (Which is in NEW currently.) -- Joey Hess Wed, 07 May 2008 18:53:37 -0400 libnet-amazon-s3-perl (0.44-1) unstable; urgency=low * New upstream release. * debian/watch: improved regexp for matching upstream releases. * debian/copyright: change upstream source location. * Add /me to Uploaders. * debian/rules: minor update without functional changes. -- gregor herrmann Fri, 28 Mar 2008 21:29:38 +0100 libnet-amazon-s3-perl (0.43-1) unstable; urgency=low * New upstream release. -- Roberto C. Sanchez Sun, 16 Mar 2008 23:13:01 -0400 libnet-amazon-s3-perl (0.41-1) unstable; urgency=low [ gregor herrmann ] * New upstream release (closes: #458482). * debian/watch: Use dist-based URL. * Set Standards-Version to 3.7.3 (no changes needed). * debian/rules: - install-stamp now depends on build-stamp (instead of install depending on build) - use PREFIX on make install - don't install README (same as the manpage) * debian/copyright: convert to UTF-8. [ Damyan Ivanov ] * remove usr/lib/perl5 only if it exists and remove it verbosely * stop removing Build in clean; it is not created during build * remove Gregor from Uploaders -- Damyan Ivanov Sat, 05 Jan 2008 16:11:35 +0200 libnet-amazon-s3-perl (0.40-1) unstable; urgency=low * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Add libxml-libxml-perl, libclass-accessor-perl, and libdatetime-format-strptime-perl to Build-Depends-Indep. * Remove empty /usr/lib/perl5 directory. -- gregor herrmann Thu, 01 Nov 2007 13:30:54 +0100 libnet-amazon-s3-perl (0.39-2) unstable; urgency=low [ Damyan Ivanov ] * Drop libxml-libxml-xpathcontext-perl from Depends since XML::LibXML::XPathContext is in libxml-libxml-perl, which is in Depends * debian/rules + remove *-stamp before anythng else in clean: + Drop unused dh_link call [ gregor herrmann ] * Add upstream source location to debian/copyright * Use cpan.org in debian/watch -- Damyan Ivanov Fri, 07 Sep 2007 21:54:33 +0300 libnet-amazon-s3-perl (0.39-1) unstable; urgency=low * New upstream release * Upstream switched from Module-Build to MakeMaker. Follow-up in debian/rules Clarified commends, dropped obsolete source and diff targets * Dropped lidmodule-build from Build-Depends * Added libdigest-md5-file-perl to (Build-)Depends -- Damyan Ivanov Mon, 20 Aug 2007 10:50:57 +0300 libnet-amazon-s3-perl (0.38-1) unstable; urgency=low * New upstream release * Bumped DH compat level to 5. Adjusted debhelper Build-Dependency accordingly * Add packaging copyright to debian/copyright * Dropped dh_strip from debian/rules * Added libtest-pod-perl and libtest-pod-coverage-perl to B-D-I * Added myself to uploaders -- Damyan Ivanov Wed, 15 Aug 2007 08:24:34 +0300 libnet-amazon-s3-perl (0.36-2) UNRELEASED; urgency=low [ Frank Lichtenheld ] * Fix typo in Description [ gregor herrmann ] * Set Maintainer to Debian Perl Group with permission of Alexis Sukrieh. -- gregor herrmann Wed, 30 May 2007 17:01:30 +0200 libnet-amazon-s3-perl (0.36-1) unstable; urgency=low * Initial Release, closes ITP. (closes: #368734). * Newer upstream release than the one mentioned in the ITP (0.32 - 0.36). -- Alexis Sukrieh Thu, 21 Sep 2006 18:15:12 +0200 debian/source/0000755000000000000000000000000011671747262010503 5ustar debian/source/format0000644000000000000000000000001411671747262011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000035511671747262010266 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!.*perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*