File: control

package info (click to toggle)
cgit 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,184 kB
  • sloc: ansic: 301,641; sh: 254,574; perl: 29,353; tcl: 22,151; makefile: 4,198; python: 3,594; javascript: 810; csh: 45; ruby: 43; lisp: 12
file content (61 lines) | stat: -rw-r--r-- 1,625 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
52
53
54
55
56
57
58
59
60
61
Source: cgit
Section: net
Priority: optional
Maintainer: Debian cgit Maintainers <team+cgit@tracker.debian.org>
Uploaders:
 Alexander Wirt <formorer@debian.org>,
 Peter Colberg <peter@colberg.org>,
Build-Depends:
 asciidoc-base | asciidoc,
 debhelper-compat (= 13),
 dh-apache2,
 docbook-xsl,
 liblua5.4-dev,
 libssl-dev,
 libxml2-utils,
 lzip,
 pkgconf,
 strace [linux-any],
 tidy,
 unzip,
 xmlto,
 zlib1g-dev,
 zstd,
Standards-Version: 4.7.0
Homepage: https://git.zx2c4.com/cgit/
Vcs-Git: https://salsa.debian.org/debian/cgit.git
Vcs-Browser: https://salsa.debian.org/debian/cgit
Rules-Requires-Root: binary-targets

Package: cgit
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${misc:Recommends},
Suggests:
 python3,
 python3-docutils,
 python3-markdown,
 python3-pygments | highlight,
Description: hyperfast web frontend for git repositories written in C
 This is an attempt to create a fast web interface for the Git SCM, using a
 built-in cache to decrease server I/O pressure.
 .
 Features:
  * basic repository browsing (logs, diffs, trees...)
  * caching of generated HTML
  * cloneable URLs (implements dumb HTTP transport)
  * commit feeds (atom format)
  * discovery of Git repositories
  * on-the-fly archives for tags and commits
  * plugin support for e.g. syntax highlighting
  * side-by-side diffs
  * simple time/author statistics
  * simple virtual hosting support (macro expansion)
  * understands GitWeb project-lists
  * understands gitweb.owner in Git config files
  * has extensive filtering framework using scripts or a built-in Lua
    interpreter