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.dua...@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.dua...@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-maintain...@lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybo...@debian.org>, Ansgar Burchardt 
<ans...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to