File: control

package info (click to toggle)
libsvn-look-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: perl: 405; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,283 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
28
29
30
31
Source: libsvn-look-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: liblist-moreutils-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libxml-simple-perl <!nocheck>,
                     perl,
                     subversion
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsvn-look-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsvn-look-perl.git
Homepage: https://metacpan.org/release/SVN-Look
Rules-Requires-Root: no

Package: libsvn-look-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-moreutils-perl,
         libxml-simple-perl,
         subversion
Description: module providing access to svnlook data
 SVN::Look is a simple Perl module that provides a object-oriented wrapper
 around Subversion's svnlook command, with built-in caching to improve speed.
 It is useful to gather information about a repository, its revisions and its
 transactions, which makes it easy for hook writers to retrieve and use the
 information they need.