File: control

package info (click to toggle)
libxml-filter-sort-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 65
  • sloc: perl: 869; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libxml-filter-sort-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libxml-sax-perl (>= 0.12-4), libxml-sax-writer-perl (>= 0.44-4), libxml-sax-machines-perl (>= 0.41)
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/XML-Filter-Sort/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-filter-sort-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-filter-sort-perl.git

Package: libxml-filter-sort-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.12-4), libxml-sax-writer-perl (>= 0.44-4)
Suggests: libxml-sax-machines-perl (>= 0.41-1)
Description: Perl module that implement a SAX filter for sorting XML elements
 Perl SAX filter for sorting 'records' in XML documents (including
 documents larger than available memory).
 .
 Includes also the `xmlsort' utility that can be used to sort an XML
 file from the command line without writing Perl code.