summaryrefslogtreecommitdiff
path: root/debian/control
blob: a459cc3699da628db020fb2cd518bc9b5ae4d173 (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
Source: muck-poc
Homepage: http://liw.fi/ick/
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: database
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9~),
  python3-all,
  python3-bottle,
  python3-coverage-test-runner,
  python-crypto,
  python3-crypto,
  python3-cryptography,
  python-jwt,
  python3-jwt,
  python-requests,
  pycodestyle,
  dh-python,
  cmdtest

Package: muck-poc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
  python3,
  python3-bottle,
  python3-cryptography,
  adduser
Description: work-in-progress CI server
 This should be written.