[libvm-ec2-perl] branch master updated (9534fd0 -> 889e920)

gregor herrmann gregoa at debian.org
Fri Oct 17 18:01:54 UTC 2014


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

gregoa pushed a change to branch master
in repository libvm-ec2-perl.

      from  9534fd0   update changelog
      adds  db391a0   Imported Upstream version 1.27
       new  c03bf41   Merge tag 'upstream/1.27'
       new  75a28e4   New upstream release.
       new  f155c51   Refresh fix_man_pages.patch.
       new  954d33e   git mv debian/README.source -> debian/TODO
       new  3a51ab0   Update list of files of seconary copyright holder.
       new  a8705cf   Update version of Amazon AWS API in long description.
       new  0e70922   Add (build) dependency on libanyevent-cachedns-perl.
       new  c6b77b3   Declare compliance with Debian Policy 3.9.6.
       new  82fd425   cme: reformat debian/control
       new  889e920   update changelog, add WAITS-FOR

The 10 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                                           |    4 +
 Changes                                            |   11 +
 MANIFEST                                           |   51 +-
 META.json                                          |  550 ++--
 META.yml                                           |  262 +-
 README                                             |   31 +-
 debian/{README.source => TODO}                     |    0
 debian/changelog                                   |   15 +-
 debian/control                                     |   49 +-
 debian/copyright                                   |   29 +-
 debian/patches/fix_man_pages.patch                 |   57 +-
 lib/VM/EC2.pm                                      |  243 +-
 lib/VM/EC2/BlockDevice.pm                          |    4 +-
 lib/VM/EC2/DB/AvailabilityZone.pm                  |   66 +
 lib/VM/EC2/DB/CharacterSet.pm                      |   48 +
 lib/VM/EC2/DB/EC2SecurityGroup.pm                  |   62 +
 lib/VM/EC2/DB/Endpoint.pm                          |   58 +
 lib/VM/EC2/DB/Engine/Defaults.pm                   |   63 +
 lib/VM/EC2/DB/Engine/Version.pm                    |   79 +
 lib/VM/EC2/DB/Event.pm                             |   68 +
 lib/VM/EC2/DB/Event/Category.pm                    |   69 +
 lib/VM/EC2/DB/Event/Subscription.pm                |   90 +
 lib/VM/EC2/DB/IPRange.pm                           |   55 +
 lib/VM/EC2/DB/Instance.pm                          |  206 ++
 lib/VM/EC2/DB/Instance/OrderableOption.pm          |   95 +
 lib/VM/EC2/DB/Option.pm                            |   74 +
 lib/VM/EC2/DB/Option/Group.pm                      |   79 +
 lib/VM/EC2/DB/Option/Group/Membership.pm           |   55 +
 lib/VM/EC2/DB/Option/Group/Option.pm               |   99 +
 lib/VM/EC2/DB/Option/Group/Option/Setting.pm       |   72 +
 lib/VM/EC2/DB/Parameter.pm                         |   76 +
 lib/VM/EC2/DB/Parameter/Group.pm                   |   60 +
 lib/VM/EC2/DB/Parameter/Group/Status.pm            |   75 +
 lib/VM/EC2/DB/PendingModifiedValues.pm             |   70 +
 lib/VM/EC2/DB/Reserved/Instance.pm                 |  106 +
 lib/VM/EC2/DB/Reserved/Instance/Offering.pm        |  100 +
 lib/VM/EC2/DB/Reserved/RecurringCharge.pm          |   64 +
 lib/VM/EC2/DB/SecurityGroup.pm                     |  103 +
 lib/VM/EC2/DB/SecurityGroup/Membership.pm          |   76 +
 lib/VM/EC2/DB/Snapshot.pm                          |   63 +
 lib/VM/EC2/DB/Subnet.pm                            |   50 +
 lib/VM/EC2/DB/Subnet/Group.pm                      |   57 +
 lib/VM/EC2/DB/VpcSecurityGroup/Membership.pm       |   46 +
 lib/VM/EC2/Dispatch.pm                             |   30 +-
 lib/VM/EC2/ELB.pm                                  |   27 +-
 lib/VM/EC2/ELB/Attributes.pm                       |  118 +
 lib/VM/EC2/ELB/Attributes/AccessLog.pm             |   92 +
 lib/VM/EC2/ELB/Attributes/ConnectionDraining.pm    |   82 +
 lib/VM/EC2/ELB/Attributes/ConnectionSettings.pm    |   67 +
 .../EC2/ELB/Attributes/CrossZoneLoadBalancing.pm   |   78 +
 lib/VM/EC2/ELB/BackendServerDescription.pm         |    6 -
 lib/VM/EC2/ELB/HealthCheck.pm                      |   19 +-
 lib/VM/EC2/ELB/InstanceState.pm                    |    9 +-
 lib/VM/EC2/ELB/Listener.pm                         |   15 +-
 lib/VM/EC2/ELB/ParmParser.pm                       |   88 +
 .../EC2/ELB/Policies/AppCookieStickinessPolicy.pm  |    6 +-
 .../EC2/ELB/Policies/LBCookieStickinessPolicy.pm   |    6 +-
 lib/VM/EC2/ELB/PolicyAttribute.pm                  |   11 +-
 lib/VM/EC2/ELB/PolicyAttributeType.pm              |    6 +-
 lib/VM/EC2/ELB/PolicyDescription.pm                |    6 +-
 lib/VM/EC2/ELB/PolicyTypeDescription.pm            |    6 +-
 lib/VM/EC2/ELB/TagDescription.pm                   |   60 +
 lib/VM/EC2/Image.pm                                |    6 +-
 lib/VM/EC2/Instance.pm                             |    3 +
 lib/VM/EC2/Instance/Set.pm                         |    2 +-
 lib/VM/EC2/ParmParser.pm                           |   76 +-
 lib/VM/EC2/REST/ami.pm                             |    9 +-
 lib/VM/EC2/REST/customer_gateway.pm                |   28 +-
 lib/VM/EC2/REST/ebs.pm                             |  133 +-
 lib/VM/EC2/REST/elastic_load_balancer.pm           |  447 +++-
 lib/VM/EC2/REST/instance.pm                        |   36 +-
 lib/VM/EC2/REST/keys.pm                            |    9 +
 lib/VM/EC2/REST/network_acl.pm                     |  110 +-
 lib/VM/EC2/REST/relational_database_service.pm     | 2651 ++++++++++++++++++++
 lib/VM/EC2/REST/reserved_instance.pm               |  265 +-
 lib/VM/EC2/REST/route_table.pm                     |   12 +-
 lib/VM/EC2/REST/spot_instance.pm                   |    4 +-
 lib/VM/EC2/REST/subnet.pm                          |   31 +
 lib/VM/EC2/REST/vpc.pm                             |  248 +-
 lib/VM/EC2/REST/vpn.pm                             |   63 +-
 lib/VM/EC2/REST/vpn_gateway.pm                     |   55 +-
 lib/VM/EC2/ReservedInstance/Listing.pm             |  106 +
 .../EC2/ReservedInstance/Listing/InstanceCount.pm  |   71 +
 .../EC2/ReservedInstance/Listing/PriceSchedule.pm  |   84 +
 lib/VM/EC2/ReservedInstance/Modification.pm        |  105 +
 .../ReservedInstance/Modification/Configuration.pm |   80 +
 lib/VM/EC2/ReservedInstance/Modification/Result.pm |   77 +
 lib/VM/EC2/ReservedInstance/ParmParser.pm          |   38 +
 lib/VM/EC2/ScalingPolicy.pm                        |   69 +
 lib/VM/EC2/Snapshot.pm                             |    8 +
 lib/VM/EC2/Spot/InstanceRequest.pm                 |    4 +-
 lib/VM/EC2/VPC.pm                                  |   17 +-
 lib/VM/EC2/VPC/PeeringConnection.pm                |  140 ++
 lib/VM/EC2/VPC/PeeringConnection/StateReason.pm    |   76 +
 lib/VM/EC2/VPC/PeeringConnection/VpcInfo.pm        |   67 +
 lib/VM/EC2/Volume.pm                               |   10 +-
 t/05.spot_instance.t                               |    4 +
 97 files changed, 8552 insertions(+), 914 deletions(-)
 rename debian/{README.source => TODO} (100%)
 create mode 100644 lib/VM/EC2/DB/AvailabilityZone.pm
 create mode 100644 lib/VM/EC2/DB/CharacterSet.pm
 create mode 100644 lib/VM/EC2/DB/EC2SecurityGroup.pm
 create mode 100644 lib/VM/EC2/DB/Endpoint.pm
 create mode 100644 lib/VM/EC2/DB/Engine/Defaults.pm
 create mode 100644 lib/VM/EC2/DB/Engine/Version.pm
 create mode 100644 lib/VM/EC2/DB/Event.pm
 create mode 100644 lib/VM/EC2/DB/Event/Category.pm
 create mode 100644 lib/VM/EC2/DB/Event/Subscription.pm
 create mode 100644 lib/VM/EC2/DB/IPRange.pm
 create mode 100644 lib/VM/EC2/DB/Instance.pm
 create mode 100644 lib/VM/EC2/DB/Instance/OrderableOption.pm
 create mode 100644 lib/VM/EC2/DB/Option.pm
 create mode 100644 lib/VM/EC2/DB/Option/Group.pm
 create mode 100644 lib/VM/EC2/DB/Option/Group/Membership.pm
 create mode 100644 lib/VM/EC2/DB/Option/Group/Option.pm
 create mode 100644 lib/VM/EC2/DB/Option/Group/Option/Setting.pm
 create mode 100644 lib/VM/EC2/DB/Parameter.pm
 create mode 100644 lib/VM/EC2/DB/Parameter/Group.pm
 create mode 100644 lib/VM/EC2/DB/Parameter/Group/Status.pm
 create mode 100644 lib/VM/EC2/DB/PendingModifiedValues.pm
 create mode 100644 lib/VM/EC2/DB/Reserved/Instance.pm
 create mode 100644 lib/VM/EC2/DB/Reserved/Instance/Offering.pm
 create mode 100644 lib/VM/EC2/DB/Reserved/RecurringCharge.pm
 create mode 100644 lib/VM/EC2/DB/SecurityGroup.pm
 create mode 100644 lib/VM/EC2/DB/SecurityGroup/Membership.pm
 create mode 100644 lib/VM/EC2/DB/Snapshot.pm
 create mode 100644 lib/VM/EC2/DB/Subnet.pm
 create mode 100644 lib/VM/EC2/DB/Subnet/Group.pm
 create mode 100644 lib/VM/EC2/DB/VpcSecurityGroup/Membership.pm
 create mode 100644 lib/VM/EC2/ELB/Attributes.pm
 create mode 100644 lib/VM/EC2/ELB/Attributes/AccessLog.pm
 create mode 100644 lib/VM/EC2/ELB/Attributes/ConnectionDraining.pm
 create mode 100644 lib/VM/EC2/ELB/Attributes/ConnectionSettings.pm
 create mode 100644 lib/VM/EC2/ELB/Attributes/CrossZoneLoadBalancing.pm
 create mode 100644 lib/VM/EC2/ELB/ParmParser.pm
 create mode 100644 lib/VM/EC2/ELB/TagDescription.pm
 create mode 100644 lib/VM/EC2/REST/relational_database_service.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Listing.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Listing/InstanceCount.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Listing/PriceSchedule.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Modification.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Modification/Configuration.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/Modification/Result.pm
 create mode 100644 lib/VM/EC2/ReservedInstance/ParmParser.pm
 create mode 100644 lib/VM/EC2/ScalingPolicy.pm
 create mode 100644 lib/VM/EC2/VPC/PeeringConnection.pm
 create mode 100644 lib/VM/EC2/VPC/PeeringConnection/StateReason.pm
 create mode 100644 lib/VM/EC2/VPC/PeeringConnection/VpcInfo.pm

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