[SCM] Packaging of libvm-ec2-perl branch, master, updated. 8343573b4d95b342d61e9275dc0c70ad8ad34353

Olivier Sallou olivier.sallou at debian.org
Sat Sep 8 07:31:09 UTC 2012


The following commit has been merged in the master branch:
commit 8343573b4d95b342d61e9275dc0c70ad8ad34353
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Sat Sep 8 09:31:03 2012 +0200

    fix man errors

diff --git a/debian/patches/fix_man_pages.patch b/debian/patches/fix_man_pages.patch
index 3cc3f37..ed7fad9 100644
--- a/debian/patches/fix_man_pages.patch
+++ b/debian/patches/fix_man_pages.patch
@@ -17,48 +17,22 @@ Forwarded: no
  
 --- a/lib/VM/EC2.pm
 +++ b/lib/VM/EC2.pm
-@@ -2325,7 +2325,7 @@
- =head2 $boolean = $ec2->enable_volume_io(-volume_id=>$volume_id)
- 
- Given the ID of a volume whose I/O has been disabled (e.g. due to
--hardware degradation), this method will reenable the I/O and return
-+hardware degradation), this method will re-enable the I/O and return
- true if successful.
- 
- =cut
-@@ -3146,9 +3146,9 @@
-     return $self->call('DescribeReservedInstancesOfferings', at param);
+@@ -728,9 +728,13 @@
+     return $self->call('DescribeRegions', at params);
  }
  
--=head $id = $ec2->purchase_reserved_instances_offering($offering_id)
-+=head2 $id = $ec2->purchase_reserved_instances_offering($offering_id)
- 
--=head $id = $ec2->purchase_reserved_instances_offering(%args)
-+=head2 $id = $ec2->purchase_reserved_instances_offering(%args)
- 
- Purchase one or more reserved instances based on an offering.
- 
-@@ -3505,6 +3505,8 @@
-     return $self->call('RequestSpotInstances', at p);
- }
+-=head2 @zones = $ec2->describe_availability_zones(@names)
++=head2 describe_availability_zones(@names)
  
-+=back
+-=head2 @zones = $ec2->describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
++ at zones = $ec2->describe_availability_zones(@names)
 +
- =head2 @requests = $ec2->cancel_spot_instance_requests(@request_ids)
- 
- This method cancels the pending requests. It does not terminate any
-@@ -3880,9 +3882,9 @@
- 
- Required arguments:
- 
-- -subnet_id      The subnet ID or a VM::EC2::VPC::Subnet object.
-+ \-subnet_id      The subnet ID or a VM::EC2::VPC::Subnet object.
- 
-- -route_table_id The route table ID or a M::EC2::VPC::RouteTable object.
-+ \-route_table_id The route table ID or a M::EC2::VPC::RouteTable object.
++=head2 describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
++
++ at zones = $ec2->describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
  
- It may be more convenient to call the
- VM::EC2::VPC::Subnet->associate_route_table() or
+ Describe availability zones and return a list of
+ VM::EC2::AvailabilityZone objects. Call with no arguments to return
 --- a/lib/VM/EC2/VPC.pm
 +++ b/lib/VM/EC2/VPC.pm
 @@ -2,7 +2,7 @@
@@ -102,3 +76,34 @@ Forwarded: no
  
  =head2 $xmlns = $object->xmlns
  
+--- a/lib/VM/EC2/Dispatch.pm
++++ b/lib/VM/EC2/Dispatch.pm
+@@ -343,7 +343,9 @@
+     return $class->new($obj,$ec2,@{$parsed}{'xmlns','requestId'});
+ }
+ 
+-=head2 @objects = $dispatch->fetch_items($raw_xml,$ec2,$container_tag,$object_class,$nokey)
++=head2 fetch_items($raw_xml,$ec2,$container_tag,$object_class,$nokey)
++
++ at objects = $dispatch->fetch_items($raw_xml,$ec2,$container_tag,$object_class,$nokey)
+ 
+ This is used for XML responses like this:
+ 
+--- a/lib/VM/EC2/Instance.pm
++++ b/lib/VM/EC2/Instance.pm
+@@ -298,9 +298,13 @@
+ follow its progress by calling the returned image object's
+ current_status() method.
+ 
+-=head2 $imageId = $instance->create_image($name [,$description])
++=head2 create_image($name [,$description])
+ 
+-=head2 $imageId = $instance->create_image(-name=>$name,-description=>$description,-no_reboot=>$boolean)
++$imageId = $instance->create_image($name [,$description])
++
++=head2 create_image(name,description,no_reboot)
++
++$imageId = $instance->create_image(-name=>$name,-description=>$description,-no_reboot=>$boolean)
+ 
+ Create an image from this instance and return a VM::EC2::Image object.
+ The instance must be in the "stopped" or "running" state. In the

-- 
Packaging of libvm-ec2-perl



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