[SCM] Debian packaging of libnet-amazon-ec2-perl branch, master, updated. 42cbfacb7756a1f3cd5232264f312b476db5db7d

gregor herrmann gregoa at debian.org
Sun Jan 22 16:45:04 UTC 2012


The following commit has been merged in the master branch:
commit 292f309ee6c799a493bab29fdcb53abe3eea1934
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 22 17:37:32 2012 +0100

    Remove version from (build) dependencies, already satisfied in oldstable.

diff --git a/debian/control b/debian/control
index 837ee8f..88cef19 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,16 @@ Source: libnet-amazon-ec2-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libdigest-hmac-perl, libmoose-perl (>= 0.38),
- libparams-validate-perl, liburi-perl, libwww-perl,
- libxml-simple-perl (>= 2.18)
+Build-Depends-Indep: perl,
+ libdigest-hmac-perl,
+ libmoose-perl,
+ libparams-validate-perl,
+ liburi-perl,
+ libwww-perl,
+ libxml-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Net-Amazon-EC2/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-amazon-ec2-perl.git
@@ -14,9 +19,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-amazon
 
 Package: libnet-amazon-ec2-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl,
- libmoose-perl (>= 0.38), libparams-validate-perl, liburi-perl,
- libwww-perl, libxml-simple-perl (>= 2.18)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdigest-hmac-perl,
+ libmoose-perl,
+ libparams-validate-perl,
+ liburi-perl,
+ libwww-perl,
+ libxml-simple-perl
 Description: Perl interface to the Amazon Elastic Compute Cloud (EC2)
  Net::Amazon::EC2 is a Perl interface to Amazon's Elastic Compute Cloud. It
  uses the Query API to communicate with Amazon's Web Services framework. This

-- 
Debian packaging of libnet-amazon-ec2-perl



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