[libterm-table-perl] 06/06: dependencies + reformat

gregor herrmann gregoa at debian.org
Sun Dec 25 19:59:39 UTC 2016


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

gregoa pushed a commit to branch master
in repository libterm-table-perl.

commit 27882dac365568c2f81f043edb523a2b71944401
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 25 20:57:40 2016 +0100

    dependencies + reformat
    
    Gbp-Dch: Ignore
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index d1f7057..77555bd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,23 @@
 Source: libterm-table-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libimporter-perl (>= 0.024),
- libtest-simple-perl (>= 1.302072),
- perl
+Build-Depends-Indep: libimporter-perl,
+                     libtest-simple-perl (>= 1.302072) | perl (>= 5.25.8),
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-table-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-table-perl.git
 Homepage: https://metacpan.org/release/Term-Table
-Testsuite: autopkgtest-pkg-perl
 
 Package: libterm-table-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libimporter-perl (>= 0.024)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libimporter-perl
 Description: module to format a header and rows into a table
  The Term::Table module is able to generic format rows of data into tables.
  This is used in test suites by some failing tests to provide diagnostics

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



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