[SCM] Debian packaging of XML-Compile CPAN distribution branch, master, updated. debian/1.31-1-10-gaf8add2
gregor herrmann
gregoa at debian.org
Fri Jun 7 23:15:59 UTC 2013
The following commit has been merged in the master branch:
commit bd504281af342c27a01a20afb3aac8fa1ed840d3
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 8 01:06:37 2013 +0200
Drop "conflict" with Perl >= 5.17;
(build)-depend on liblog-report-perl (>= 0.991) instead.
Closes: #711403
diff --git a/debian/control b/debian/control
index 5646e66..da4a486 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,10 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio at colivre.coop.br>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: liblog-report-perl,
+Build-Depends-Indep: liblog-report-perl (>= 0.991),
libtest-deep-perl,
libxml-compile-tester-perl,
libxml-libxml-perl (>= 1.94),
- perl (<< 5.17),
perl (>= 5.13.7)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compile-perl.git
@@ -18,11 +17,10 @@ Homepage: https://metacpan.org/release/XML-Compile/
Package: libxml-compile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- liblog-report-perl,
+ liblog-report-perl (>= 0.991),
libtest-deep-perl,
libxml-compile-tester-perl,
libxml-libxml-perl (>= 1.94),
- perl (<< 5.17),
perl (>= 5.13.7)
Description: Perl module to translate between XML and Perl based on XML schemas
Many (professional) applications process XML messages based on a formal
--
Debian packaging of XML-Compile CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list