File: control

package info (click to toggle)
podman-compose 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: python: 7,703; sh: 110; javascript: 48; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 900 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,
	       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
Rules-Requires-Root: no

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.