~ubuntu-branches/ubuntu/trusty/libxml-bare-perl/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici, Antonio Radici, gregor herrmann
  • Date: 2009-03-22 10:49:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090322104956-a5hx63ijvvmy4ao6
Tags: 0.43-1
[ Antonio Radici ]
* New upstream release
* debian/copyright:
  + added copyright for src/bench/xmlio_testread.cpp
  + removed repack.sh references because there are no licensing issues
  + set the proper license for the upstream source (it is dual licensed)
* debian/control:
  + upgrade to Standards-Version 3.8.1, no changes required
* removed debian/repack.sh
* debian/watch:
  + removed versionmangle and the reference to repack

[ gregor herrmann ]
* debian/control: add missing full stop to long description, thanks to
  Rhonda for spotting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl
5
5
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
6
6
Uploaders: Antonio Radici <antonio@dyne.org>
7
 
Standards-Version: 3.8.0
 
7
Standards-Version: 3.8.1
8
8
Homepage: http://search.cpan.org/dist/XML-Bare/
9
9
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-bare-perl/
10
10
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-bare-perl/
16
16
 XML::Bare provides a simple API to read and write XML files, it also
17
17
 provides a function to validate the XML schema.
18
18
 .
19
 
 The parser itself is a simple state engine that is less than 500 lines of C
 
19
 The parser itself is a simple state engine that is less than 500 lines of C.
20
20
 .
21
 
 In comparison to other available perl xml parsers that create trees, 
 
21
 In comparison to other available perl xml parsers that create trees,
22
22
 XML::Bare is extremely fast; benchmark shows that it can even be one or two
23
23
 order of magnitude faster than similar modules.