debian/0000755000000000000000000000000012256144705007174 5ustar debian/watch0000644000000000000000000000036112101265353010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Net-Amazon-EC2/ .*/Net-Amazon-EC2-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000254412256144631011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Mark Allen Source: https://metacpan.org/release/Net-Amazon-EC2/ Upstream-Name: Net-Amazon-EC2 Files: * Copyright: 2006-2010, Jeff Kim 2012, Mark Allen License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, Jonathan Yu 2009-2013, gregor herrmann 2012-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/control0000644000000000000000000000231112256144657010602 0ustar Source: libnet-amazon-ec2-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl, libparams-validate-perl, libtest-exception-perl, liburi-perl, libwww-perl, libxml-simple-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Net-Amazon-EC2/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-amazon-ec2-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-amazon-ec2-perl.git Package: libnet-amazon-ec2-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, libparams-validate-perl, liburi-perl, libwww-perl, libxml-simple-perl Description: Perl interface to the Amazon Elastic Compute Cloud (EC2) Net::Amazon::EC2 is a Perl interface to Amazon's Elastic Compute Cloud. It uses the Query API to communicate with Amazon's Web Services framework. This module is coded against the Query version of the '2011-01-01' version of the EC2 API, which was last updated January 1st, 2011. debian/compat0000644000000000000000000000000211724742111010364 0ustar 8 debian/changelog0000644000000000000000000001034112256144705011045 0ustar libnet-amazon-ec2-perl (0.24-1) unstable; urgency=medium * Import Upstream version 0.24 * Email change: Florian Schlichting -> fsfs@debian.org * Bump years of packaging copyright * Declare compliance with Debian Policy 3.9.5 -- Florian Schlichting Tue, 24 Dec 2013 00:39:45 +0100 libnet-amazon-ec2-perl (0.23-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * debian/copyright: update years of packaging copyright. -- gregor herrmann Mon, 18 Feb 2013 17:58:59 +0100 libnet-amazon-ec2-perl (0.22-1) unstable; urgency=low * Imported Upstream version 0.22. * Updated upstream copyright and contact information. * Removed libdigest-hmac-perl from (build-)depends, replaced by Digest::SHA in core. * Bumped standards version to 3.9.4 (no change). -- Florian Schlichting Sat, 27 Oct 2012 22:46:54 +0200 libnet-amazon-ec2-perl (0.20-1) unstable; urgency=low * Imported Upstream version 0.20. * Bumped copyright years for included Module::Install. * Added build-dependency on libtest-exception-perl. * Updated API version in package description to 2011-01-01. * Unset http_proxy during testing, so the expected error is generated. -- Florian Schlichting Mon, 13 Aug 2012 21:31:43 +0200 libnet-amazon-ec2-perl (0.18-1) unstable; urgency=low * Imported Upstream version 0.18. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Added myself to Uploaders and copyright. * Dropped fix-pod-spelling.patch, applied upstream. -- Florian Schlichting Sun, 04 Mar 2012 20:33:06 +0100 libnet-amazon-ec2-perl (0.16-1) unstable; urgency=low [ 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 ] * New upstream release. * Refresh patch. * debian/rules: make file removals verbose, don't remove dropped file anymore. * debian/copyright: update formatting and years of copyright. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no further changes). * Remove version from (build) dependencies, already satisfied in oldstable. -- gregor herrmann Sun, 22 Jan 2012 17:42:03 +0100 libnet-amazon-ec2-perl (0.14-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) * Refresh POD spelling patch * Remove MacOS X resource fork using override -- Jonathan Yu Tue, 02 Feb 2010 12:02:26 -0500 libnet-amazon-ec2-perl (0.13-1) unstable; urgency=low * New upstream release + 'progress' now a Maybe[Str] instead of a Str -- Jonathan Yu Thu, 14 Jan 2010 14:17:43 -0500 libnet-amazon-ec2-perl (0.12-1) unstable; urgency=low * New upstream release * Refresh copyright to new DEP5 format * Update copyright years per upstream * Add a patch to fix POD spelling -- Jonathan Yu Thu, 07 Jan 2010 11:50:43 -0500 libnet-amazon-ec2-perl (0.11-1) unstable; urgency=low * New upstream release -- Jonathan Yu Fri, 13 Nov 2009 05:47:27 -0500 libnet-amazon-ec2-perl (0.10-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Update compatibility to new API version 2009-07-15 * Add myself to Uploaders * Standards-Version 3.8.3 (no changes) * Use new debhelper rules format * Use debhelper 7.2.13 for --skipdeps (to AutoInstall) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). -- Jonathan Yu Fri, 25 Sep 2009 06:08:45 -0400 libnet-amazon-ec2-perl (0.09-1) unstable; urgency=low * Initial release (closes: #511256). -- gregor herrmann Sun, 19 Apr 2009 18:07:34 +0200 debian/source/0000755000000000000000000000000011724742111010466 5ustar debian/source/format0000644000000000000000000000001411724742111011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000037712012516147010254 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_test: http_proxy= dh_auto_test override_dh_auto_install: dh_auto_install rm -v $(TMP)/usr/share/man/man3/Net::Amazon::EC2::*.3pm