File: control

package info (click to toggle)
libsvn-dump-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: perl: 682; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 951 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: libsvn-dump-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libperlio-gzip-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsvn-dump-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsvn-dump-perl.git
Homepage: https://metacpan.org/release/SVN-Dump
Rules-Requires-Root: no

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.