[liblog-agent-rotate-perl] 10/12: Add build dependency on libmodule-build-perl
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Dec 8 03:43:10 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-rotate-perl.
commit 3cec6a1eb44e0ec0f979f5bdceca572b6b531a24
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Dec 8 00:57:22 2015 -0200
Add build dependency on libmodule-build-perl
---
debian/changelog | 1 +
debian/control | 13 +++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ba3d612..c4866a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ liblog-agent-rotate-perl (1.200-1) UNRELEASED; urgency=low
* Watch just metacpan URL in debian/watch
* 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> Tue, 08 Dec 2015 00:43:00 -0200
diff --git a/debian/control b/debian/control
index e189bb6..5891a5f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
Ansgar Burchardt <ansgar at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
+Build-Depends: debhelper (>= 9),
+ libmodule-build-perl
+Build-Depends-Indep: libgetargs-long-perl,
liblog-agent-perl,
liblockfile-simple-perl,
- libgetargs-long-perl
+ perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-agent-rotate-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-agent-rotate-perl.git
@@ -17,10 +18,10 @@ Homepage: https://metacpan.org/release/Log-Agent-Rotate
Package: liblog-agent-rotate-perl
Architecture: all
Depends: ${misc:Depends},
+ ${perl:Depends},
+ libgetargs-long-perl,
liblockfile-simple-perl,
- perl,
- liblog-agent-perl,
- libgetargs-long-perl
+ liblog-agent-perl
Description: extension for Log::Agent providing file-rotating features
The Log::Agent::Rotate module is an extension of Log::Agent that brings
file-rotating features to the File logging driver.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-rotate-perl.git
More information about the Pkg-perl-cvs-commits
mailing list