From 5fac26e7ad1e5f710786f2527357cb66ab21d51d Mon Sep 17 00:00:00 2001 From: YAEGASHI Takeshi Date: Sun, 16 Feb 2014 10:31:24 +0900 Subject: Update debian/control diff --git a/debian/control b/debian/control index a79f032..6c1d8dc 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: cgit -Section: unknown +Section: vcs Priority: optional Maintainer: YAEGASHI Takeshi Build-Depends: debhelper (>= 8.0.0), @@ -20,5 +20,23 @@ Vcs-Browser: http://git.zx2c4.com/cgit Package: cgit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: apache2 | httpd-cgi Description: A hyperfast web frontend for git repositories written in C - Web interface (cgi) 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 -- cgit v0.10.1