[SCM] Packaging of libvm-ec2-perl branch, master, updated. 7faadd1dda83f06cb6ecd8a9bed12d6d13b42481

Olivier Sallou olivier.sallou at debian.org
Sat Sep 8 07:15:57 UTC 2012


The following commit has been merged in the master branch:
commit 7faadd1dda83f06cb6ecd8a9bed12d6d13b42481
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Sat Sep 8 09:15:45 2012 +0200

    fix pod and man errors

diff --git a/debian/patches/fix_man_pages.patch b/debian/patches/fix_man_pages.patch
index 8b818c4..e63674b 100644
--- a/debian/patches/fix_man_pages.patch
+++ b/debian/patches/fix_man_pages.patch
@@ -20,7 +20,28 @@
  true if successful.
  
  =cut
-@@ -3880,9 +3880,9 @@
+@@ -3146,9 +3146,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 +3505,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
+@@ -3880,9 +3882,9 @@
  
  Required arguments:
  
@@ -65,3 +86,13 @@
  
  =head1 SYNOPSIS
  
+--- a/lib/VM/EC2/Generic.pm
++++ b/lib/VM/EC2/Generic.pm
+@@ -162,7 +162,6 @@
+ 
+   $vol->primary_id;
+ 
+-=back
+ 
+ =head2 $xmlns = $object->xmlns
+ 

-- 
Packaging of libvm-ec2-perl



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