[SCM] Packaging of libvm-ec2-perl branch, master, updated. 2eb7c77e8307e36449c931912fe3fcc2b11fd0e7

Olivier Sallou olivier.sallou at debian.org
Mon Sep 10 08:58:43 UTC 2012


The following commit has been merged in the master branch:
commit 917f675d41335c902af059d8d469cc268256c365
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Mon Sep 10 10:38:50 2012 +0200

    add patch after perl file rename

diff --git a/debian/patches/rename_binary_in_manpage.patch b/debian/patches/rename_binary_in_manpage.patch
new file mode 100644
index 0000000..c954ad7
--- /dev/null
+++ b/debian/patches/rename_binary_in_manpage.patch
@@ -0,0 +1,34 @@
+--- a/bin/migrate-ebs-image.pl
++++ b/bin/migrate-ebs-image.pl
+@@ -2,11 +2,11 @@
+ 
+ =head1 NAME
+ 
+-migrate-ebs-image.pl - Copy an EBS-backed Amazon Image from one region to another
++migrate-ebs-image - Copy an EBS-backed Amazon Image from one region to another
+ 
+ =head1 SYNOPSYS
+ 
+-  % migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456
++  % migrate-ebs-image --from us-east-1 --to ap-southeast-1 ami-123456
+ 
+ =head1 DESCRIPTION
+ 
+@@ -42,7 +42,7 @@
+ block device mapping string in the same format as described for the
+ command line program ec2-register:
+ 
+- migrate-ebs-image.pl -f us-east-1 -t ap-southeast-1 \
++ migrate-ebs-image -f us-east-1 -t ap-southeast-1 \
+                       -b /dev/sdy=ephemeral0 \
+                       ami-123456
+ 
+@@ -61,7 +61,7 @@
+ command line:
+ 
+  % perl -MCPAN -e 'install VM::EC2'
+- % migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456
++ % migrate-ebs-image --from us-east-1 --to ap-southeast-1 ami-123456
+ 
+ =head1 IMPORTANT CAVEATS
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b1a63fa..7bd0ebf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_man_pages.patch
+rename_binary_in_manpage.patch

-- 
Packaging of libvm-ec2-perl



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