[libtext-recordparser-perl] 02/06: Add (build-)dependency for Text::Autoformat

Salvatore Bonaccorso carnil at debian.org
Sat Aug 10 15:03:02 UTC 2013


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

carnil pushed a commit to branch master
in repository libtext-recordparser-perl.

commit 51080718c6eae84f3447d1455c57d829bf297d5d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 10 16:36:12 2013 +0200

    Add (build-)dependency for Text::Autoformat
    
    Add Build-Depends-Indep and Depends on libtext-autoformat-perl.
---
 debian/control |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 60e8ba3..475e373 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8),
 Build-Depends-Indep: libclass-accessor-perl, libgraphviz-perl,
  libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl,
  libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl,
- libtext-tabulardisplay-perl, perl
+ libtext-tabulardisplay-perl, libtext-autoformat-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>
@@ -18,7 +18,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-recor
 Package: libtext-recordparser-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
- libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl
+ libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl,
+ libtext-autoformat-perl
 Recommends: libgraphviz-perl, libreadonly-xs-perl, libtext-tabulardisplay-perl
 Description: module to parse record-oriented data in a text file
  Text::RecordParser is a Perl module that extracts record-oriented data from

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-recordparser-perl.git



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