summaryrefslogtreecommitdiff
path: root/debian/control
blob: e085da32566004d8f74364f9496110d367678ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: klaus
Section: vcs
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends-Indep: debhelper (>= 9), python-all (>= 2.6.6-3), python3-all, python-dulwich (>= 0.13.0), python3-dulwich, python-six, python3-six, python-flask, python3-flask, python-pygments, python3-pygments, python-humanize, python3-humanize, python-requests, python3-requests, python-werkzeug, python3-werkzeug, exuberant-ctags, dh-python, python-setuptools, python-markdown, python3-markdown, python-chardet, python3-chardet, python3-docutils, python-docutils
Standards-Version: 3.9.8
Homepage: https://github.com/jonashaag/klaus
Vcs-Git: git://anonscm.debian.org/collab-maint/klaus.git -b experimental
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/klaus.git;a=summary
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: klaus
Architecture: all
Depends: ${misc:Depends}, python3-klaus (= ${binary:Version})
Description: simple easy-to-set-up Git web viewer
 Features:
 .
  * Easy to set up -- almost no configuration required
  * Syntax highlighting
  * Git Smart HTTP support
 .
 This package contains the command-line server.

Package: python-klaus
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-dulwich (>= 0.13.0), python-six, python-flask, python-pygments, python-humanize, python-werkzeug
Recommends: python-markdown, python-chardet, python-docutils
Replaces: klaus (<= 1.0.1-1)
Breaks: klaus (<= 1.0.1-1)
Suggests: exuberant-ctags, uwsgi-plugin-python | gunicorn
Description: simple easy-to-set-up Git web viewer
 Features:
 .
  * Easy to set up -- almost no configuration required
  * Syntax highlighting
  * Git Smart HTTP support
 .
 This package contains the Python 2.x version.

Package: python3-klaus
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-dulwich (>= 0.13.0), python3-six, python3-flask, python3-pygments, python3-humanize, python3-werkzeug, python3-chardet, python3-docutils
Recommends: python3-markdown, python3-chardet, python3-docutils
Suggests: exuberant-ctags, uwsgi-plugin-python3 | gunicorn3
Description: simple easy-to-set-up Git web viewer
 Features:
 .
  * Easy to set up -- almost no configuration required
  * Syntax highlighting
  * Git Smart HTTP support
 .
 This package contains the Python 3.x version.