File: control

package info (click to toggle)
libsvn-web-perl 0.63-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 736 kB
  • sloc: perl: 1,987; sh: 73; makefile: 11
file content (51 lines) | stat: -rw-r--r-- 1,908 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
40
41
42
43
44
45
46
47
48
49
50
51
Source: libsvn-web-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>,
           Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libexception-class-perl,
               liblocale-maketext-lexicon-perl,
               libmodule-build-perl,
               libplack-perl,
               libsvn-perl,
               libtemplate-perl,
               libtemplate-plugin-number-format-perl,
               libtest-www-mechanize-perl,
               libyaml-perl,
               subversion
Build-Depends-Indep: perl
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsvn-web-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsvn-web-perl.git
Homepage: https://metacpan.org/dist/SVN-Web

Package: libsvn-web-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libexception-class-perl,
         libhtml-parser-perl,
         libhttp-server-simple-perl,
         liblocale-maketext-lexicon-perl,
         libplack-perl,
         libsvn-perl,
         libtemplate-perl,
         libtemplate-plugin-number-format-perl,
         libtimedate-perl,
         libyaml-perl
Description: Subversion repository web frontend
 SVN::Web provides a web interface to subversion repositories.
 .
  - Viewing multiple Subversion repositories.
  - Browsing every revision of the repository.
  - Viewing the contents of files in the repository at any revision.
  - Viewing diffs of arbitrary revisions of any file.
  - Viewing the revision log of files and directories, see what was changed
    when, by who.
  - Viewing the blame/annotation details of any file.
  - Generating RSS feeds of commits, down to the granularity of
    individual files.
  - Many more.