File: control

package info (click to toggle)
libsvn-notify-perl 2.87-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: perl: 3,619; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,451 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
38
39
Source: libsvn-notify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: perl,
                     libemail-address-xs-perl,
                     libhtml-parser-perl,
                     libnet-smtp-tls-perl,
                     libtext-trac-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsvn-notify-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsvn-notify-perl.git
Homepage: https://metacpan.org/release/SVN-Notify

Package: libsvn-notify-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libemail-address-xs-perl,
         subversion
Recommends: libhtml-parser-perl,
            libnet-smtp-tls-perl,
            libtext-trac-perl
Suggests: default-mta | mail-transport-agent
Description: Subversion activity notification
 SVN::Notify provides a class and an interface to notify by email Subversion
 repository changes.
 .
 It is able to inform about the files changed in a commit and send the
 appropriate diff files.
 .
 An additional class (SVN::Notify::HTML) is provided to manage HTML formatted
 emails.
 .
 Please, consider installing a MTA if you are planning to use sendmail instead
 of --smtp-* options.