summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..27a0055
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: cockpit-podman
+Section: admin
+Priority: optional
+Maintainer: Martin Pitt <mpitt@debian.org>
+Uploaders: Reinhard Tartler <siretart@tauware.de>
+Build-Depends: debhelper-compat (= 13),
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://github.com/cockpit-project/cockpit-podman
+Vcs-Git: https://salsa.debian.org/debian/cockpit-podman.git
+Vcs-Browser: https://salsa.debian.org/debian/cockpit-podman
+
+Package: cockpit-podman
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ cockpit-bridge,
+ podman (>= 2.0.4),
+Description: Cockpit component for Podman containers
+ The Cockpit Web Console enables users to administer GNU/Linux servers using a
+ web browser.
+ .
+ This package adds an user interface for Podman containers.