File: control

package info (click to toggle)
libsvn-hooks-perl 1.34-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 408 kB
  • ctags: 105
  • sloc: perl: 1,366; makefile: 11
file content (37 lines) | stat: -rw-r--r-- 1,508 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
32
33
34
35
36
37
Source: libsvn-hooks-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdata-util-perl,
                     libjira-rest-perl,
                     libsvn-look-perl,
                     libsvn-notify-perl,
                     liburi-perl,
                     libxmlrpc-lite-perl | libsoap-lite-perl (<< 1.08),
                     perl,
                     subversion
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsvn-hooks-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsvn-hooks-perl.git
Homepage: https://metacpan.org/release/SVN-Hooks

Package: libsvn-hooks-perl
Architecture: all
Depends: libdata-util-perl,
         libjira-rest-perl,
         libsvn-look-perl,
         libsvn-notify-perl,
         libxmlrpc-lite-perl | libsoap-lite-perl (<< 1.08),
         subversion,
         ${misc:Depends},
         ${perl:Depends}
Description: framework for implementing Subversion hooks
 SVN::Hooks is a Perl-based framework for creating Subversion hooks. It comes
 with several plugins that implement some of the most commonly used standalone
 Subversion hooks available. As a framework, it can be extended to implement
 all types of hooks.