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

Olivier Sallou olivier.sallou at debian.org
Fri Sep 7 12:22:45 UTC 2012


The following commit has been merged in the master branch:
commit 7f3a41e3e58529943be0e2fbcbcda495085c128c
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Fri Sep 7 14:22:43 2012 +0200

    fix man page errors

diff --git a/debian/libvm-ec2-perl.manpages b/debian/libvm-ec2-perl.manpages
new file mode 100644
index 0000000..16bd32d
--- /dev/null
+++ b/debian/libvm-ec2-perl.manpages
@@ -0,0 +1 @@
+debian/sync_to_snapshot.1
diff --git a/debian/patches/fix_man_pages.patch b/debian/patches/fix_man_pages.patch
new file mode 100644
index 0000000..3881c08
--- /dev/null
+++ b/debian/patches/fix_man_pages.patch
@@ -0,0 +1,56 @@
+--- a/bin/migrate-ebs-image.pl
++++ b/bin/migrate-ebs-image.pl
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-migrate-ebs-image.pl     Copy an EBS-backed Amazon Image from one region to another
++migrate-ebs-image.pl - Copy an EBS-backed Amazon Image from one region to another
+ 
+ =head1 SYNOPSYS
+ 
+--- 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
+@@ -3880,9 +3880,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.
+ 
+ It may be more convenient to call the
+ VM::EC2::VPC::Subnet->associate_route_table() or
+--- a/lib/VM/EC2/VPC.pm
++++ b/lib/VM/EC2/VPC.pm
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-VM::EC2::VPC
++VM::EC2::VPC \- Manage EC2 VPC
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/VM/EC2/Security/Token.pm
++++ b/lib/VM/EC2/Security/Token.pm
+@@ -54,7 +54,7 @@
+ expiry time between a few seconds and 36 hours.
+ 
+ A VM::EC2::Security::Credentials object contained within the token
+-contains the temporary secret access key, acess key ID, and a session
++contains the temporary secret access key, access key ID, and a session
+ token string that unlocks the access key. The credentials object can
+ be serialized into a form suitable for sending to a user via a secure
+ channel, such as SSL or S/MIME e-mail, and unserialized at the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b1a63fa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_man_pages.patch
diff --git a/debian/sync_to_snapshot.1 b/debian/sync_to_snapshot.1
new file mode 100644
index 0000000..5d2791c
--- /dev/null
+++ b/debian/sync_to_snapshot.1
@@ -0,0 +1,39 @@
+.TH sync_to_snapshot 1 "September 7, 2012" "version 1.0" "USER COMMANDS"
+.SH NAME
+sync_to_snapshot \- Rsync files to Amazon EC2
+.SH SYNOPSIS
+.B sync_to_snapshot
+Rsync the indicated files and directories to Amazon EC2 and store
+in a named EBS snapshot. Snapshot will be incrementally updated
+if it already exists. The Version tag will be updated.
+.PP
+This will use the default EC2 endpoint URL unless environment variable
+EC2_URL is set.
+.PP
+.SH OPTIONS
+.TP
+snapshot
+Snapshot name (required)
+.TP
+access_key
+EC2 access key
+.TP
+secret_key
+EC2 secret key
+.TP
+image
+Server AMI ID (defaults to ami-ccf405a5, Ubuntu Maverick 32bit)
+.TP
+type
+Server type (defaults to m1.small)
+.TP
+username
+Username for logging into instance ("ubuntu")
+.TP
+filesystem
+Type of filesystem to create (bfs,cramfs,ext*,minix,ntfs,vfat,msdos).
+.PP
+Anything with a /sbin/mkfs.* executable on the server side will work.
+Defaults to ext4.
+.SH AUTHOR
+Man page: Olivier Sallou <osallou at debian.org>

-- 
Packaging of libvm-ec2-perl



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