[SCM] Debian packaging of libnet-amazon-perl branch, master, updated. debian/0.61-1-3-g2e203c4

gregor herrmann gregoa at debian.org
Thu Jul 5 20:42:49 UTC 2012


The following commit has been merged in the master branch:
commit 4e803a656e0c11773c6157e0c0fdc98561f51178
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:44:15 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 3ccc5e0..dbbdfbc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,35 @@
 Source: libnet-amazon-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libwww-perl, liburi-perl,
- libxml-simple-perl, liblog-log4perl-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Nathan Handler <nhandler at ubuntu.com>, Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
+Build-Depends-Indep: perl,
+                     libwww-perl,
+                     liburi-perl,
+                     libxml-simple-perl,
+                     liblog-log4perl-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Net-Amazon/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-amazon-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-amazon-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-amazon-perl.git
+Homepage: http://search.cpan.org/dist/Net-Amazon/
 
 Package: libnet-amazon-perl
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, liburi-perl,
- libxml-simple-perl, liblog-log4perl-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libwww-perl,
+         liburi-perl,
+         libxml-simple-perl,
+         liblog-log4perl-perl
+Pre-Depends: dpkg
 Description: Perl framework for accessing amazon.com via SOAP and XML/HTTP
  Net::Amazon provides an object-oriented interface to amazon.com's SOAP and
  XML/HTTP interfaces. This way it's possible to create applications using
  Amazon's vast amount of data via a functional interface, without having to
  worry about the underlying communication mechanism.
+

-- 
Debian packaging of libnet-amazon-perl



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