This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtext-csv-xs-perl.
commit d688a6190f0a4b0857e9f668450cbec72756bc73 Author: gregor herrmann <[email protected]> Date: Sun Sep 4 17:30:01 2016 +0200 Update (build) dependencies. --- debian/control | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1e4f259..df73bc8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,10 @@ Uploaders: Niko Tyni <[email protected]>, Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional +# The fix in Encode for CVE-2016-1238 is in 2.86 which is in v5.25.4 +# but it's backported to earlier src:perl versions in Debian Build-Depends: debhelper (>= 9.20120312), + perl (>= 5.22.2-3) | libencode-perl (>= 2.86), libtest-pod-coverage-perl, libtest-pod-perl, perl @@ -21,9 +24,12 @@ Homepage: https://metacpan.org/release/Text-CSV_XS Package: libtext-csv-xs-perl Architecture: any +# The fix in Encode for CVE-2016-1238 is in 2.86 which is in v5.25.4 +# but it's backported to earlier src:perl versions in Debian Depends: ${shlibs:Depends}, ${perl:Depends}, - ${misc:Depends} + ${misc:Depends}, + perl (>= 5.22.2-3) | libencode-perl (>= 2.86) Enhances: libtext-csv-perl Description: Perl C/XS module to process Comma-Separated Value files Text::CSV_XS provides facilities for the composition and decomposition of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-csv-xs-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
