File: control

package info (click to toggle)
libsvn-dump-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 404 kB
  • ctags: 66
  • sloc: perl: 515; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,139 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
24
25
26
27
Source: libsvn-dump-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libperlio-gzip-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Edi Stojicevic <estojicevic@debianworld.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-dump-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsvn-dump-perl.git
Homepage: https://metacpan.org/release/SVN-Dump
Testsuite: autopkgtest-pkg-perl

Package: libsvn-dump-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for parsing Subversion dumps
 SVN::Dump is a collection of Perl modules for loading a Subversion dump file
 and representing its contents as a collection of node objects. It creates a
 tree of records, headers, text blocks and other nodes.