summaryrefslogtreecommitdiff
path: root/debian/control
blob: 279e71ab1c0c156a947bb84fc4308d5b74afa80a (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
Source: docker-compose
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>,
 Felipe Sateler <fsateler@debian.org>
Section: admin
Priority: optional
Build-Depends:
 debhelper (>= 10),
 python3 (>= 3.6),
 dh-python,
 python3-cached-property (>= 1.2.0),
 python3-setuptools (>= 0.6b3),
 python3-docker (>= 3.2.1),
 python3-dockerpty (>= 0.4.1),
 python3-docopt (>= 0.6.1),
 python3-yaml (>= 3.10),
 python3-requests (>= 2.6.1),
 python3-six (>= 1.7.3),
 python3-texttable (>= 0.9.0),
 python3-websocket (>= 0.32.0),
 python3-mock (>= 1.0.1),
 python3-nose,
 python3-flake8,
Standards-Version: 4.1.4
X-Python3-Version: >= 3.6
Homepage: http://docs.docker.com/compose/
Vcs-Git: https://salsa.debian.org/docker-compose-team/docker-compose
Vcs-Browser: https://salsa.debian.org/docker-compose-team/docker-compose

Package: docker-compose
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
Recommends: docker.io (>= 1.9.0)
Description: Punctual, lightweight development environments using Docker
 docker-compose is a service management software built on top of docker. Define
 your services and their relationships in a simple YAML file, and let compose
 handle the rest.