summaryrefslogtreecommitdiff
path: root/debian/control
blob: d029eb891b24792ac4f6588a0d21ba9305e991bc (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
Source: docker-compose
Maintainer: Felipe Sateler <fsateler@debian.org>
Section: admin
Priority: optional
Build-Depends:
 debhelper (>= 10),
 python (>= 2.6.6-3),
 dh-python,
 python-cached-property (>= 1.2.0),
 python-setuptools (>= 0.6b3),
 python-docker (>= 2.4.0),
 python-dockerpty (>= 0.4.1),
 python-docopt (>= 0.6.1),
 python-yaml (>= 3.10),
 python-requests (>= 2.6.1),
 python-six (>= 1.7.3),
 python-texttable (>= 0.9.0),
 python-websocket (>= 0.32.0),
 python-mock (>= 1.0.1),
 python-nose,
 python-flake8,
Standards-Version: 4.1.1
X-Python-Version: >= 2.5
Homepage: http://docs.docker.com/compose/
Vcs-Git: https://salsa.debian.org/fsateler/docker-compose.git
Vcs-Browser: https://salsa.debian.org/fsateler/docker-compose

Package: docker-compose
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
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.