[liblog-agent-logger-perl] 07/11: Add build dependency on libmodule-build-perl
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Dec 8 02:40:31 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-logger-perl.
commit 72232920eea904db78ca76b6a3da94b9a3e69da5
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Dec 7 23:37:36 2015 -0200
Add build dependency on libmodule-build-perl
---
debian/changelog | 1 +
debian/control | 12 +++++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ac40a4c..e2d08b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ liblog-agent-logger-perl (0.200-1) UNRELEASED; urgency=low
* Update upstream copyright and contact in debian/copyright
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.6
+ * Add build dependency on libmodule-build-perl
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Mon, 07 Dec 2015 23:22:19 -0200
diff --git a/debian/control b/debian/control
index 3ae32d8..d3928ff 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: perl
Priority: optional
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>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, liblog-agent-perl, libgetargs-long-perl
+Build-Depends: debhelper (>= 9),
+ libmodule-build-perl
+Build-Depends-Indep: libgetargs-long-perl,
+ liblog-agent-perl,
+ perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Log-Agent-Logger
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-agent-logger-perl.git
@@ -12,7 +15,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-agent-logg
Package: liblog-agent-logger-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libgetargs-long-perl, liblog-agent-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libgetargs-long-perl,
+ liblog-agent-perl
Description: extension for Log::Agent providing an application-level logging API
The Log::Agent::Logger class defines a generic interface for
application logging. It must not be confused with the interface
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-logger-perl.git
More information about the Pkg-perl-cvs-commits
mailing list