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

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


The following commit has been merged in the master branch:
commit 2e15b129cdcefa6f452985d322b05c77be3d8fa1
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Mon Sep 10 10:39:58 2012 +0200

    remove deps version

diff --git a/debian/control b/debian/control
index 4264a5e..ff03c77 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,8 @@ Maintainer: Olivier Sallou <osallou at debian.org>
 Build-Depends: debhelper (>= 8),
  perl
 Build-Depends-Indep: liburi-perl,
- libwww-perl (>= 5.835),
- libxml-simple-perl (>= 2.18),
- perl-modules (>= 2.08)
+ libwww-perl,
+ libxml-simple-perl
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/VM-EC2/
 
@@ -15,11 +14,10 @@ Package: libvm-ec2-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  liburi-perl,
- libwww-perl (>= 5.835),
- libxml-simple-perl (>= 2.18),
- perl,
- perl-modules (>= 2.08)
-Description: Control the Amazon EC2 and Eucalyptus Clouds
+ libwww-perl,
+ libxml-simple-perl,
+ perl
+Description: module providing controls on Amazon EC2 and Eucalyptus
  This is an interface to the 2012-06-15 version of the Amazon AWS API
  (http://aws.amazon.com/ec2). It was written provide access to the new tag and
  metadata interface that is not currently supported by Net::Amazon::EC2, as
@@ -29,33 +27,4 @@ Description: Control the Amazon EC2 and Eucalyptus Clouds
  .
  The main interface is the VM::EC2 object, which provides methods for
  interrogating the Amazon EC2, launching instances, and managing instance
- lifecycle. These methods return the following major object classes which act
- as specialized interfaces to AWS:
- .
- VM::EC2::BlockDevice -- A block device
- .
- VM::EC2::BlockDevice::Attachment -- Attachment of a block device to an EC2
- instance
- .
- VM::EC2::BlockDevice::EBS -- An elastic block device
- .
- VM::EC2::BlockDevice::Mapping -- Mapping of a virtual storage device to a
- block device
- .
- VM::EC2::BlockDevice::Mapping::EBS -- Mapping of a virtual storage device to
- an EBS block device
- .
- VM::EC2::Group -- Security groups
- .
- VM::EC2::Image -- Amazon Machine Images (AMIs)
- .
- VM::EC2::Instance -- Virtual machine instances
- .
- VM::EC2::Instance::Metadata -- Access to runtime metadata from running
- instances
- .
- VM::EC2::Region -- Availability regions
- .
- VM::EC2::Snapshot -- EBS snapshots
- .
- VM::EC2::Tag -- Metadata tags
+ lifecycle.

-- 
Packaging of libvm-ec2-perl



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