[SCM] Debian packaging of XML-Compile CPAN distribution branch, master, updated. upstream/1.31-27-g5c5cde9
Joenio Costa
joenio at colivre.coop.br
Fri Jan 25 16:07:39 UTC 2013
The following commit has been merged in the master branch:
commit 54847f6a5237497ccd0dd87b05ca1210d24687c7
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Fri Jan 25 12:59:41 2013 -0300
XML::Compile really needs MIME::Base64 >= 3.10
see: http://rt.cpan.org/Public/Bug/Display.html?id=62404
diff --git a/debian/changelog b/debian/changelog
index 7002eb3..53de89a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
libxml-compile-perl (1.31-1) UNRELEASED; urgency=low
- TODO:
- - d/control: if we really need MIME::Base64 >= 3.1, we nned to (build)depend
- on perl (>= 5.13.7)
-
* Initial Release. (Closes: #667853)
-- Joenio Costa <joenio at colivre.coop.br> Fri, 25 Jan 2013 09:13:08 -0300
diff --git a/debian/control b/debian/control
index d04459a..8167310 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends-Indep: liblog-report-perl,
libtest-deep-perl,
libxml-compile-tester-perl,
libxml-libxml-perl (>= 1.94),
- perl (<< 5.17)
+ 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
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-compile-perl.git
@@ -21,7 +22,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
libtest-deep-perl,
libxml-compile-tester-perl,
libxml-libxml-perl (>= 1.94),
- perl (<< 5.17)
+ 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
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