~ubuntu-branches/ubuntu/utopic/libxml-bare-perl/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Nuno Carvalho, gregor herrmann, Salvatore Bonaccorso, Axel Beckert, Nuno Carvalho
  • Date: 2013-09-17 15:54:28 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130917155428-4d0xb5cissw2323f
Tags: 0.53-1
* Team upload.

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ Nuno Carvalho ]
* New upstream release.
* debian/copyright: update copyright years.
* debian/control: update standards version.
* debian/control: update debhelper required version, in order to pass all
  the hardening flags to EUMM.
* Add lintian override to apparently false-positive warning.
* Add set of patches accepted upstream but still not included in this
  release, visit https://rt.cpan.org/Public/Bug/Display.html?id=88155
  for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libxml-bare-perl
 
2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Antonio Radici <antonio@dyne.org>,
 
4
           Jonathan Yu <jawnsy@cpan.org>,
 
5
           Ryan Niebur <ryan@debian.org>,
 
6
           gregor herrmann <gregoa@debian.org>
2
7
Section: perl
3
8
Priority: optional
4
 
Build-Depends: perl, debhelper (>= 9),
5
 
 perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
6
 
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7
 
Uploaders: Antonio Radici <antonio@dyne.org>, Jonathan Yu <jawnsy@cpan.org>,
8
 
 Ryan Niebur <ryan@debian.org>, gregor herrmann <gregoa@debian.org>
9
 
Standards-Version: 3.9.2
10
 
Homepage: http://search.cpan.org/dist/XML-Bare/
11
 
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-bare-perl.git
 
9
Build-Depends: perl,
 
10
               debhelper (>= 9.20120312),
 
11
               perl (>= 5.11.1) | libtest-simple-perl
 
12
Standards-Version: 3.9.4
12
13
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-bare-perl.git
 
14
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-bare-perl.git
 
15
Homepage: https://metacpan.org/release/XML-Bare/
13
16
 
14
17
Package: libxml-bare-perl
15
18
Architecture: any
16
 
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
19
Depends: ${perl:Depends},
 
20
         ${shlibs:Depends},
 
21
         ${misc:Depends}
17
22
Description: Perl module to parse XML into a Perl hash
18
23
 XML::Bare provides a simple API to read and write XML files, it also provides
19
24
 a function to validate the XML schema. The parser itself is a simple state
22
27
 In comparison to other available Perl XML parsers that create trees, XML::Bare
23
28
 is extremely fast; benchmarking shows that it can even be one or two orders of
24
29
 magnitude faster than similar modules.
 
30