diff options
author | YAEGASHI Takeshi <yaegashi@debian.org> | 2014-02-16 10:31:24 (JST) |
---|---|---|
committer | YAEGASHI Takeshi <yaegashi@debian.org> | 2014-02-17 05:37:25 (JST) |
commit | 5fac26e7ad1e5f710786f2527357cb66ab21d51d (patch) | |
tree | 1a56e716ad4a5c8b25cbe7666b6e2d0def014d84 | |
parent | d9acc26a86d9373336d388a29956616f2ba77566 (diff) | |
download | cgit-5fac26e7ad1e5f710786f2527357cb66ab21d51d.zip cgit-5fac26e7ad1e5f710786f2527357cb66ab21d51d.tar.gz |
Update debian/control
-rw-r--r-- | debian/control | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/debian/control b/debian/control index a79f032..6c1d8dc 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,5 +1,5 @@ | |||
1 | Source: cgit | 1 | Source: cgit |
2 | Section: unknown | 2 | Section: vcs |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: YAEGASHI Takeshi <yaegashi@debian.org> | 4 | Maintainer: YAEGASHI Takeshi <yaegashi@debian.org> |
5 | Build-Depends: debhelper (>= 8.0.0), | 5 | Build-Depends: debhelper (>= 8.0.0), |
@@ -20,5 +20,23 @@ Vcs-Browser: http://git.zx2c4.com/cgit | |||
20 | Package: cgit | 20 | Package: cgit |
21 | Architecture: any | 21 | Architecture: any |
22 | Depends: ${shlibs:Depends}, ${misc:Depends} | 22 | Depends: ${shlibs:Depends}, ${misc:Depends} |
23 | Recommends: apache2 | httpd-cgi | ||
23 | Description: A hyperfast web frontend for git repositories written in C | 24 | Description: A hyperfast web frontend for git repositories written in C |
24 | Web interface (cgi) for Git repositories, written in C. | 25 | This is an attempt to create a fast web interface for the Git SCM, using a |
26 | built-in cache to decrease server I/O pressure. | ||
27 | . | ||
28 | Features: | ||
29 | * basic repository browsing (logs, diffs, trees...) | ||
30 | * caching of generated HTML | ||
31 | * cloneable URLs (implements dumb HTTP transport) | ||
32 | * commit feeds (atom format) | ||
33 | * discovery of Git repositories | ||
34 | * on-the-fly archives for tags and commits | ||
35 | * plugin support for e.g. syntax highlighting | ||
36 | * side-by-side diffs | ||
37 | * simple time/author statistics | ||
38 | * simple virtual hosting support (macro expansion) | ||
39 | * understands GitWeb project-lists | ||
40 | * understands gitweb.owner in Git config files | ||
41 | * has extensive filtering framework using scripts or a built-in lua | ||
42 | interpreter | ||