aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 6c1d8dc..ce6fed9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cgit
2Section: vcs 2Section: vcs
3Priority: optional 3Priority: optional
4Maintainer: YAEGASHI Takeshi <yaegashi@debian.org> 4Maintainer: YAEGASHI Takeshi <yaegashi@debian.org>
5Build-Depends: debhelper (>= 8.0.0), 5Build-Depends: debhelper (>= 9.0.0),
6 pkg-config, 6 pkg-config,
7 libssl-dev, 7 libssl-dev,
8 libluajit-5.1-dev, 8 libluajit-5.1-dev,
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 8.0.0),
12 libxml2-utils, 12 libxml2-utils,
13 xsltproc, 13 xsltproc,
14 dblatex, 14 dblatex,
15Standards-Version: 3.9.4 15Standards-Version: 3.9.5
16Homepage: http://git.zx2c4.com/cgit/about/ 16Homepage: http://git.zx2c4.com/cgit/about/
17Vcs-Git: http://git.zx2c4.com/cgit 17Vcs-Git: http://git.zx2c4.com/cgit
18Vcs-Browser: http://git.zx2c4.com/cgit 18Vcs-Browser: http://git.zx2c4.com/cgit
@@ -21,7 +21,8 @@ Package: cgit
21Architecture: any 21Architecture: any
22Depends: ${shlibs:Depends}, ${misc:Depends} 22Depends: ${shlibs:Depends}, ${misc:Depends}
23Recommends: apache2 | httpd-cgi 23Recommends: apache2 | httpd-cgi
24Description: A hyperfast web frontend for git repositories written in C 24Suggests: python-pygments
25Description: Hyperfast web frontend for git repositories written in C
25 This is an attempt to create a fast web interface for the Git SCM, using a 26 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 built-in cache to decrease server I/O pressure.
27 . 28 .