[libvm-ec2-perl] 02/13: Refresh fix_man_pages.patch

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

commit ee8f46334a645e0db88f714ce994d4de5bed033e
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Wed Feb 19 17:39:01 2014 +0000

    Refresh fix_man_pages.patch
---
 debian/patches/fix_man_pages.patch | 54 +++-----------------------------------
 1 file changed, 3 insertions(+), 51 deletions(-)

diff --git a/debian/patches/fix_man_pages.patch b/debian/patches/fix_man_pages.patch
index 4da8e41..d701b04 100644
--- a/debian/patches/fix_man_pages.patch
+++ b/debian/patches/fix_man_pages.patch
@@ -5,7 +5,7 @@ Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81718
 Forwarded: yes
 Author: Olivier Sallou <osallou at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-02-18
+Last-Update: 2014-02-19
 
 --- a/bin/migrate-ebs-image.pl
 +++ b/bin/migrate-ebs-image.pl
@@ -18,54 +18,6 @@ Last-Update: 2013-02-18
  
  =head1 SYNOPSYS
  
---- a/lib/VM/EC2.pm
-+++ b/lib/VM/EC2.pm
-@@ -747,9 +747,13 @@
-     return $self->call('DescribeRegions', at params);
- }
- 
--=head2 @zones = $ec2->describe_availability_zones(@names)
-+=head2 describe_availability_zones(@names)
- 
--=head2 @zones = $ec2->describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
-+ at zones = $ec2->describe_availability_zones(@names)
-+
-+=head2 describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
-+
-+ at zones = $ec2->describe_availability_zones(-zone_name=>\@names,-filter=>\%filters)
- 
- Describe availability zones and return a list of
- VM::EC2::AvailabilityZone objects. Call with no arguments to return
-@@ -2362,7 +2366,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
-@@ -3217,9 +3221,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.
- 
-@@ -3576,6 +3580,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 @@
@@ -101,7 +53,7 @@ Last-Update: 2013-02-18
  
 --- a/lib/VM/EC2/Generic.pm
 +++ b/lib/VM/EC2/Generic.pm
-@@ -162,7 +162,6 @@
+@@ -163,7 +163,6 @@
  
    $vol->primary_id;
  
@@ -111,7 +63,7 @@ Last-Update: 2013-02-18
  
 --- a/lib/VM/EC2/Dispatch.pm
 +++ b/lib/VM/EC2/Dispatch.pm
-@@ -470,7 +470,9 @@
+@@ -294,7 +294,9 @@
      return $class->new($obj,$ec2,@{$parsed}{'xmlns','requestId'});
  }
  

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