[SCM] Abstraction layer over the JSON-RPC API provided by Zabbix branch, master, updated. 0451b8ad15998772d38585b7d3168aee9493de5c

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:32 UTC 2012


The following commit has been merged in the master branch:
commit 77d9a9623f10698055c90c4d97ef88b81a6b3da4
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:07:17 2012 -0600

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

diff --git a/debian/control b/debian/control
index 899e3ba..6efc4db 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,31 @@
 Source: libzabbix-api-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9), perl (>= 5.10.1)
- ,libjson-perl
- ,libparams-validate-perl
- ,libtest-exception-perl
- ,libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Smirnov <onlyjob at member.fsf.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               perl,
+               libjson-perl,
+               libparams-validate-perl,
+               libtest-exception-perl,
+               libwww-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Zabbix-API/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libzabbix-api-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libzabbix-api-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libzabbix-api-perl.git
+Homepage: http://search.cpan.org/dist/Zabbix-API/
 
 Package: libzabbix-api-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1)
- ,libjson-perl
- ,libparams-validate-perl
- ,libwww-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl,
+         libjson-perl,
+         libparams-validate-perl,
+         libwww-perl
 Description: Abstraction layer over the JSON-RPC API provided by Zabbix
  Zabbix::API allows you to log in, create, update, delete,
  and generally  manipulate many (but as of yet not all)
  types of objects, all in Perl with Perlish constructs.
  .
  Zabbix is a free software monitoring solution.
+

-- 
Abstraction layer over the JSON-RPC API provided by Zabbix



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