[SCM] Packaging of libvm-ec2-perl branch, master, updated. 1f0bf64783cf14ee028c3db1ebc22e37582408ef

Olivier Sallou olivier.sallou at debian.org
Sat Sep 8 07:34:45 UTC 2012


The following commit has been merged in the master branch:
commit 1f0bf64783cf14ee028c3db1ebc22e37582408ef
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Sat Sep 8 09:34:40 2012 +0200

    fix pod2man error

diff --git a/debian/patches/fix_man_pages.patch b/debian/patches/fix_man_pages.patch
index ed7fad9..981888b 100644
--- a/debian/patches/fix_man_pages.patch
+++ b/debian/patches/fix_man_pages.patch
@@ -33,6 +33,27 @@ Forwarded: no
  
  Describe availability zones and return a list of
  VM::EC2::AvailabilityZone objects. Call with no arguments to return
+@@ -3146,9 +3150,9 @@
+     return $self->call('DescribeReservedInstancesOfferings', at param);
+ }
+ 
+-=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 +3509,8 @@
+     return $self->call('RequestSpotInstances', at p);
+ }
+ 
++=back
++
+ =head2 @requests = $ec2->cancel_spot_instance_requests(@request_ids)
+ 
+ This method cancels the pending requests. It does not terminate any
 --- a/lib/VM/EC2/VPC.pm
 +++ b/lib/VM/EC2/VPC.pm
 @@ -2,7 +2,7 @@

-- 
Packaging of libvm-ec2-perl



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