[libapache-logformat-compiler-perl] 03/03: Add (build-)dependency on POSIX::strftime::Compiler

Florian Schlichting fsfs at moszumanska.debian.org
Wed Jan 29 21:41:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libapache-logformat-compiler-perl.

commit a571e1c9727046a19b371bd1df44f7d80d38c085
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Jan 29 22:41:30 2014 +0100

    Add (build-)dependency on POSIX::strftime::Compiler
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8453510..3f33dbd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 8),
  perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
  perl
 Build-Depends-Indep: libhttp-message-perl,
+ libposix-strftime-compiler-perl,
  libtest-mocktime-perl,
  libtest-requires-perl,
  libtry-tiny-perl (>= 0.12),
@@ -18,7 +19,8 @@ Homepage: http://search.cpan.org/dist/Apache-LogFormat-Compiler/
 
 Package: libapache-logformat-compiler-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libposix-strftime-compiler-perl
 Description: Perl module to pre-compile a LogFormat string
  Apache::LogFormat::Compiler is a module to speed up and simplify the
  generation of access.log-style lines by pre-compiling the desired log

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git



More information about the Pkg-perl-cvs-commits mailing list