aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 2f2436a..5c87363 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: cgit
19Architecture: any 19Architecture: any
20Depends: ${shlibs:Depends}, ${misc:Depends} 20Depends: ${shlibs:Depends}, ${misc:Depends}
21Recommends: apache2 | httpd-cgi 21Recommends: apache2 | httpd-cgi
22Suggests: python-pygments 22Suggests: lua-md5, python-pygments
23Description: Hyperfast web frontend for git repositories written in C 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 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. 25 built-in cache to decrease server I/O pressure.