[SCM] Abstraction layer over the JSON-RPC API provided by Zabbix branch, master, updated. ec28277e843f3255130470b6ef01ec26d4ed9989
Dmitry Smirnov
onlyjob at member.fsf.org
Wed Aug 8 13:06:09 UTC 2012
The following commit has been merged in the master branch:
commit ec28277e843f3255130470b6ef01ec26d4ed9989
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Wed Aug 8 22:56:55 2012 +1000
changes as per Gregor's review
diff --git a/debian/changelog b/debian/changelog
index 46362d1..ee4de25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,6 @@
libzabbix-api-perl (0.004+git20120629-1) UNRELEASED; urgency=low
[ Dmitry Smirnov ]
- TODO:
- - I'd remove debian/libzabbix-api-perl.docs, the README doesn't look very
- helpful for users
- - d/control: specifying 5.10.1 for perl is not needed, squeeze has 5.10.1 and
- lenny is archived
- - d/control: for arch:all packages usually all build-deps except debhelper
- go into Build-Depends-Indep
- - d/control,compat; dh9 has no advantages for arch:all (but it also doesn't
- hurt)
- - d/control: short description should start with small letter
- - d/control: xz compression needs a "Pre-Depends: dpkg (>= 1.15.6~)", I
- think
-
* Initial Debian release (Closes: #679427)
[ gregor herrmann ]
diff --git a/debian/control b/debian/control
index 6efc4db..a3a30b5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ 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
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl,
+ libjson-perl,
+ libparams-validate-perl,
+ libtest-exception-perl,
+ libwww-perl
Standards-Version: 3.9.3
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
@@ -22,7 +22,7 @@ Depends: ${misc:Depends},
libjson-perl,
libparams-validate-perl,
libwww-perl
-Description: Abstraction layer over the JSON-RPC API provided by Zabbix
+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.
--
Abstraction layer over the JSON-RPC API provided by Zabbix
More information about the Pkg-perl-cvs-commits
mailing list