File: control

package info (click to toggle)
libsvn-web-perl 0.63-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 712 kB
  • ctags: 154
  • sloc: perl: 1,982; sh: 73; makefile: 4
file content (45 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (2)
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
Source: libsvn-web-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~),
 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
Maintainer: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.9.8
Homepage: http://search.cpan.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.