[libvm-ec2-perl] 01/13: Merge tag 'upstream/1.25'

Daniel Lintott dlintott-guest at moszumanska.debian.org
Wed Feb 19 21:07:09 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libvm-ec2-perl.

commit 547a2f378303b6ec29f94fbe32ac9f3292167b82
Merge: 6aebfb5 40fd2f4
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Wed Feb 19 17:15:13 2014 +0000

    Merge tag 'upstream/1.25'
    
    Upstream version 1.25
    
    # gpg: Signature made Wed 19 Feb 2014 17:15:13 GMT using RSA key ID 96CC0909
    # gpg: Good signature from "Daniel Lintott <daniel at serverb.co.uk>"
    # gpg:                 aka "Daniel Lintott <daniel at gns3.serverb.co.uk>"
    # gpg:                 aka "Daniel Lintott <maint at gns3.serverb.co.uk>"

 Build.PL                                        |    6 +-
 Changes                                         |   16 +
 MANIFEST                                        |   38 +-
 META.json                                       |  172 +-
 META.yml                                        |  131 +-
 Makefile.PL                                     |   34 -
 README                                          |    6 +-
 bin/migrate-ebs-image.pl                        |    0
 bin/sync_to_snapshot.pl                         |    0
 lib/VM/EC2.pm                                   | 7378 +++--------------------
 lib/VM/EC2/ASG.pm                               |   82 +
 lib/VM/EC2/AccountAttributes.pm                 |   76 +
 lib/VM/EC2/BlockDevice.pm                       |    2 +-
 lib/VM/EC2/BlockDevice/Attachment.pm            |   26 +-
 lib/VM/EC2/Dispatch.pm                          |  306 +-
 lib/VM/EC2/ElasticAddress.pm                    |    5 +-
 lib/VM/EC2/Generic.pm                           |    1 +
 lib/VM/EC2/Image.pm                             |   52 +-
 lib/VM/EC2/Instance.pm                          |   94 +-
 lib/VM/EC2/Instance/State/Reason.pm             |    2 +-
 lib/VM/EC2/LaunchConfiguration.pm               |   72 +
 lib/VM/EC2/NetworkInterface.pm                  |    3 +-
 lib/VM/EC2/NetworkInterface/Association.pm      |    4 +-
 lib/VM/EC2/NetworkInterface/PrivateIpAddress.pm |    3 +-
 lib/VM/EC2/ParmParser.pm                        |  265 +
 lib/VM/EC2/PlacementGroup.pm                    |   76 +
 lib/VM/EC2/REST/ami.pm                          |  398 ++
 lib/VM/EC2/REST/autoscaling.pm                  |  501 ++
 lib/VM/EC2/REST/customer_gateway.pm             |  154 +
 lib/VM/EC2/REST/devpay.pm                       |   38 +
 lib/VM/EC2/REST/dhcp.pm                         |  177 +
 lib/VM/EC2/REST/ebs.pm                          |  668 ++
 lib/VM/EC2/REST/elastic_ip.pm                   |  179 +
 lib/VM/EC2/REST/elastic_load_balancer.pm        | 1051 ++++
 lib/VM/EC2/REST/elastic_network_interface.pm    |  380 ++
 lib/VM/EC2/REST/general.pm                      |  112 +
 lib/VM/EC2/REST/instance.pm                     |  883 +++
 lib/VM/EC2/REST/internet_gateway.pm             |  202 +
 lib/VM/EC2/REST/keys.pm                         |  171 +
 lib/VM/EC2/REST/monitoring.pm                   |   75 +
 lib/VM/EC2/REST/network_acl.pm                  |  354 ++
 lib/VM/EC2/REST/placement_group.pm              |  129 +
 lib/VM/EC2/REST/private_ip.pm                   |  125 +
 lib/VM/EC2/REST/reserved_instance.pm            |  187 +
 lib/VM/EC2/REST/route_table.pm                  |  386 ++
 lib/VM/EC2/REST/security_group.pm               |  259 +
 lib/VM/EC2/REST/security_token.pm               |  207 +
 lib/VM/EC2/REST/spot_instance.pm                |  437 ++
 lib/VM/EC2/REST/subnet.pm                       |  155 +
 lib/VM/EC2/REST/tag.pm                          |  179 +
 lib/VM/EC2/REST/vm_export.pm                    |   45 +
 lib/VM/EC2/REST/vm_import.pm                    |   46 +
 lib/VM/EC2/REST/vpc.pm                          |  212 +
 lib/VM/EC2/REST/vpn.pm                          |  230 +
 lib/VM/EC2/REST/vpn_gateway.pm                  |  272 +
 lib/VM/EC2/REST/windows.pm                      |   68 +
 lib/VM/EC2/REST/zone.pm                         |  101 +
 lib/VM/EC2/Region.pm                            |    4 +-
 lib/VM/EC2/ReservedInstance.pm                  |    4 +-
 lib/VM/EC2/Security/Policy.pm                   |   65 +-
 lib/VM/EC2/SecurityGroup.pm                     |   20 +-
 lib/VM/EC2/Snapshot.pm                          |   23 +-
 lib/VM/EC2/Spot/InstanceRequest.pm              |    3 +-
 lib/VM/EC2/Staging/Manager.pm                   |    2 +-
 lib/VM/EC2/VPC.pm                               |   12 +-
 lib/VM/EC2/VPC/InternetGateway.pm               |    3 +-
 lib/VM/EC2/VPC/RouteTable.pm                    |   33 +-
 lib/VM/EC2/VPC/Subnet.pm                        |   23 +-
 lib/VM/EC2/VPC/VpnGateway.pm                    |    3 +-
 lib/VM/EC2/Volume.pm                            |   24 +-
 t/01.describe.t                                 |    2 +-
 t/02.keypairs.t                                 |    2 +-
 t/03.securitygroup.t                            |    2 +-
 t/04.volume.t                                   |    4 +-
 t/05.spot_instance.t                            |    2 +-
 t/06.security_token.t                           |   55 +-
 t/07.instance.t                                 |    2 +-
 t/08.staging.t                                  |    5 +-
 t/09.autoscaling.t                              |  117 +
 79 files changed, 10665 insertions(+), 6976 deletions(-)

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



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