[libvm-ec2-perl] branch master updated (6aebfb5 -> fb618fe)

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 change to branch master
in repository libvm-ec2-perl.

      from  6aebfb5   releasing version 1.23-1
      adds  40fd2f4   Imported Upstream version 1.25
       new  547a2f3   Merge tag 'upstream/1.25'
       new  ee8f463   Refresh fix_man_pages.patch
       new  7a1db3e   Add myself to debian/copyright
       new  6cef902   Add myself to uploaders
       new  8eb8706   Update API Version in debian/control description
       new  b2d0648   Update depends in debian/control
       new  3691f09   Bump standards version to 3.9.5
       new  fa27798   Add missing dependency on libdigest-sha-perl
       new  0980313   Update changelog
       new  03203ca   debian/control - Remove blank line
       new  bcf9291   Add missing build-depends
       new  668b14c   Update fix_man_pages.patch
       new  fb618fe   Update and release changelog

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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
 debian/changelog                                |   15 +
 debian/control                                  |   29 +-
 debian/copyright                                |    1 +
 debian/patches/fix_man_pages.patch              |  425 +-
 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 +
 83 files changed, 11074 insertions(+), 7037 deletions(-)
 delete mode 100644 Makefile.PL
 mode change 100755 => 100644 bin/migrate-ebs-image.pl
 mode change 100755 => 100644 bin/sync_to_snapshot.pl
 create mode 100644 lib/VM/EC2/ASG.pm
 create mode 100644 lib/VM/EC2/AccountAttributes.pm
 create mode 100644 lib/VM/EC2/LaunchConfiguration.pm
 create mode 100644 lib/VM/EC2/ParmParser.pm
 create mode 100644 lib/VM/EC2/PlacementGroup.pm
 create mode 100644 lib/VM/EC2/REST/ami.pm
 create mode 100644 lib/VM/EC2/REST/autoscaling.pm
 create mode 100644 lib/VM/EC2/REST/customer_gateway.pm
 create mode 100644 lib/VM/EC2/REST/devpay.pm
 create mode 100644 lib/VM/EC2/REST/dhcp.pm
 create mode 100644 lib/VM/EC2/REST/ebs.pm
 create mode 100644 lib/VM/EC2/REST/elastic_ip.pm
 create mode 100644 lib/VM/EC2/REST/elastic_load_balancer.pm
 create mode 100644 lib/VM/EC2/REST/elastic_network_interface.pm
 create mode 100644 lib/VM/EC2/REST/general.pm
 create mode 100644 lib/VM/EC2/REST/instance.pm
 create mode 100644 lib/VM/EC2/REST/internet_gateway.pm
 create mode 100644 lib/VM/EC2/REST/keys.pm
 create mode 100644 lib/VM/EC2/REST/monitoring.pm
 create mode 100644 lib/VM/EC2/REST/network_acl.pm
 create mode 100644 lib/VM/EC2/REST/placement_group.pm
 create mode 100644 lib/VM/EC2/REST/private_ip.pm
 create mode 100644 lib/VM/EC2/REST/reserved_instance.pm
 create mode 100644 lib/VM/EC2/REST/route_table.pm
 create mode 100644 lib/VM/EC2/REST/security_group.pm
 create mode 100644 lib/VM/EC2/REST/security_token.pm
 create mode 100644 lib/VM/EC2/REST/spot_instance.pm
 create mode 100644 lib/VM/EC2/REST/subnet.pm
 create mode 100644 lib/VM/EC2/REST/tag.pm
 create mode 100644 lib/VM/EC2/REST/vm_export.pm
 create mode 100644 lib/VM/EC2/REST/vm_import.pm
 create mode 100644 lib/VM/EC2/REST/vpc.pm
 create mode 100644 lib/VM/EC2/REST/vpn.pm
 create mode 100644 lib/VM/EC2/REST/vpn_gateway.pm
 create mode 100644 lib/VM/EC2/REST/windows.pm
 create mode 100644 lib/VM/EC2/REST/zone.pm
 mode change 100755 => 100644 t/01.describe.t
 mode change 100755 => 100644 t/02.keypairs.t
 mode change 100755 => 100644 t/03.securitygroup.t
 mode change 100755 => 100644 t/04.volume.t
 mode change 100755 => 100644 t/05.spot_instance.t
 mode change 100755 => 100644 t/06.security_token.t
 mode change 100755 => 100644 t/07.instance.t
 mode change 100755 => 100644 t/08.staging.t
 create mode 100644 t/09.autoscaling.t

-- 
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