[liblog-agent-perl] 08/13: Add libmailtools-perl as new dependency, used in Agent/Driver/Mail.pm
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Dec 1 05:17:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository liblog-agent-perl.
commit 90c15175f88ace44a19a8634da706e2d75ab34ad
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Dec 1 00:36:34 2015 -0200
Add libmailtools-perl as new dependency, used in Agent/Driver/Mail.pm
---
debian/changelog | 1 +
debian/control | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0f41d22..b1d8846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ liblog-agent-perl (1.001-1) UNRELEASED; urgency=medium
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.6
* Update year of upstream copyright
+ * Add libmailtools-perl as new dependency, used in Agent/Driver/Mail.pm
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 01 Dec 2015 00:25:10 -0200
diff --git a/debian/control b/debian/control
index 039d2f0..16334a0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
Florian Schlichting <fsfs at debian.org>
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libmailtools-perl,
+ perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Log-Agent
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-agent-perl.git
@@ -13,7 +14,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-agent-perl
Package: liblog-agent-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libmailtools-perl
Description: Perl module providing helper logging routines
Log::Agent is a general logging framework aimed at reusable modules
that allow code to be written that is independent of the final logging
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list