aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a79f032
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
1Source: cgit
2Section: unknown
3Priority: optional
4Maintainer: YAEGASHI Takeshi <yaegashi@debian.org>
5Build-Depends: debhelper (>= 8.0.0),
6 pkg-config,
7 libssl-dev,
8 libluajit-5.1-dev,
9 curl,
10 ca-certificates,
11 asciidoc,
12 libxml2-utils,
13 xsltproc,
14 dblatex,
15Standards-Version: 3.9.4
16Homepage: http://git.zx2c4.com/cgit/about/
17Vcs-Git: http://git.zx2c4.com/cgit
18Vcs-Browser: http://git.zx2c4.com/cgit
19
20Package: cgit
21Architecture: any
22Depends: ${shlibs:Depends}, ${misc:Depends}
23Description: A hyperfast web frontend for git repositories written in C
24 Web interface (cgi) for Git repositories, written in C.