aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3b0807e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
1Source: cgit
2Section: vcs
3Priority: optional
4Maintainer: YAEGASHI Takeshi <yaegashi@debian.org>
5Build-Depends: debhelper (>= 9.0.0),
6 pkg-config,
7 libssl-dev,
8 libluajit-5.1-dev | liblua5.1-dev,
9 asciidoc,
10 libxml2-utils,
11 xsltproc,
12 dblatex,
13Standards-Version: 3.9.5
14Homepage: http://git.zx2c4.com/cgit/about/
15Vcs-Git: http://git.keshi.org/debian/cgit
16Vcs-Browser: http://git.keshi.org/debian/cgit
17
18Package: cgit
19Architecture: any
20Depends: ${shlibs:Depends}, ${misc:Depends}
21Recommends: apache2 | httpd-cgi
22Suggests: lua-md5, python-pygments
23Description: Hyperfast web frontend for git repositories written in C
24 This is an attempt to create a fast web interface for the Git SCM, using a
25 built-in cache to decrease server I/O pressure.
26 .
27 Features:
28 * basic repository browsing (logs, diffs, trees...)
29 * caching of generated HTML
30 * cloneable URLs (implements dumb HTTP transport)
31 * commit feeds (atom format)
32 * discovery of Git repositories
33 * on-the-fly archives for tags and commits
34 * plugin support for e.g. syntax highlighting
35 * side-by-side diffs
36 * simple time/author statistics
37 * simple virtual hosting support (macro expansion)
38 * understands GitWeb project-lists
39 * understands gitweb.owner in Git config files
40 * has extensive filtering framework using scripts or a built-in lua
41 interpreter