[libxml-parser-lite-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Jan 10 15:10:45 UTC 2014


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

gregoa pushed a commit to branch master
in repository libxml-parser-lite-perl.

commit 4c3541287620f375caec976e5c29c38021f3ebe2
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 16:09:21 2014 +0100

    control
---
 debian/control | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index d7e6886..98d139f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,15 +13,13 @@ Homepage: https://metacpan.org/release/XML-Parser-Lite
 Package: libxml-parser-lite-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Lightweight regexp-based XML parser
- This Perl implements an XML parser with a interface similar to XML::Parser.
- Though not all callbacks are supported, you should be able to use it in the
- same way you use XML::Parser. Due to using experimental regexp features it'll
- work only on Perl 5.6 and above and may behave differently on different
- platforms.
+Breaks: libsoap-lite-perl (<< 1.08-1)
+Replaces: libsoap-lite-perl (<< 1.08-1)
+Description: lightweight regexp-based XML parser
+ XML::Parser::Lite implements an XML parser with an interface similar to
+ XML::Parser. Though not all callbacks are supported, you should be able to
+ use it in the same way you use XML::Parser.
  .
  Note that you cannot use regular expressions or split in callbacks. This is
  due to a limitation of perl's regular expression implementation (which is not
  re-entrant).
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-parser-lite-perl.git



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