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.
 
     |