[SCM] Debian packaging of XML-Compile CPAN distribution branch, master, updated. 4569d80cc54388e4388e8482cfc84761ef9b244e

Joenio Costa joenio at colivre.coop.br
Fri Jan 25 13:01:21 UTC 2013


The following commit has been merged in the master branch:
commit 2c311ac7d0e44a5fd053a144257d84a786964e5f
Author: Joenio Costa <joenio at colivre.coop.br>
Date:   Fri Jan 25 09:47:18 2013 -0300

    avoid running with perl version 5.17
    
    Log::Report (XML::Compile depends that) v0.94 (current version packaged
    in Debian) breaks with perl 5.17.
    
    "Log::Report had a problem with the dynamic hash ordering of Perl 5.17
    This made Log::Report fail regression tests, and with it also the
    XML::Compile tests."
    
    http://rt.cpan.org/Public/Bug/Display.html?id=82918

diff --git a/debian/control b/debian/control
index 717b6c1..d04459a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: liblog-report-perl,
  libtest-deep-perl,
  libxml-compile-tester-perl,
  libxml-libxml-perl (>= 1.94),
- perl (>= 3.1)
+ perl (<< 5.17)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compile-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-compile-perl.git
@@ -20,7 +20,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liblog-report-perl,
  libtest-deep-perl,
  libxml-compile-tester-perl,
- libxml-libxml-perl (>= 1.94)
+ libxml-libxml-perl (>= 1.94),
+ perl (<< 5.17)
 Description: Perl module to translate between XML and Perl based on XML schemas
  Many (professional) applications process XML messages based on a formal
  specification, expressed in XML Schemas. XML::Compile translates between XML

-- 
Debian packaging of XML-Compile CPAN distribution



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