File: control

package info (click to toggle)
podman-compose 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 10,946; sh: 107; javascript: 48; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
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
Source: podman-compose
Section: admin
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Athos Ribeiro <athos@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-bash-completion,
               pybuild-plugin-pyproject,
               python3-setuptools,
               python3-all,
               python3-yaml,
Standards-Version: 4.7.2
Homepage: https://github.com/containers/podman-compose
Vcs-Browser: https://salsa.debian.org/python-team/packages/podman-compose
Vcs-Git: https://salsa.debian.org/python-team/packages/podman-compose.git

Package: podman-compose
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: podman
Description: Run docker-compose.yml using podman
 An implementation of docker-compose with podman backend.
 The main objective of this project is to be able to run docker-compose.yml
 unmodified and rootless.