summaryrefslogtreecommitdiff
path: root/scripts/package-build/podman
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/podman')
-rw-r--r--scripts/package-build/podman/.gitignore8
-rw-r--r--scripts/package-build/podman/package.toml2
2 files changed, 2 insertions, 8 deletions
diff --git a/scripts/package-build/podman/.gitignore b/scripts/package-build/podman/.gitignore
index 22c40b0e..dfba60a6 100644
--- a/scripts/package-build/podman/.gitignore
+++ b/scripts/package-build/podman/.gitignore
@@ -1,7 +1 @@
-podman/
-*.buildinfo
-*.build
-*.changes
-*.deb
-*.dsc
-
+/podman/
diff --git a/scripts/package-build/podman/package.toml b/scripts/package-build/podman/package.toml
index 952af518..707f3d7e 100644
--- a/scripts/package-build/podman/package.toml
+++ b/scripts/package-build/podman/package.toml
@@ -20,7 +20,7 @@ fpm --input-type dir --output-type deb --name podman \
--license "Apache License 2.0" -C podman-v$VERSION --package ..
"""
-[packages.dependencies]
+[dependencies]
packages = [
"libseccomp-dev",
"libgpgme-dev"