diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 5e4d44a6..afd4f160 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -11,8 +11,20 @@ vcs_git = "" vcs_browser = "" maintainer = "Proxmox Support Team " section = "admin" -build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils", "rsync" ] -build_depends_excludes = [ "debhelper (>=11)" ] +build_depends = [ + "debhelper (>= 12~)", + "bash-completion", + "python3-docutils", + "rsync", +] +build_depends_excludes = [ + "debhelper (>=11)", +] [packages.lib] -depends = [ "libacl1-dev", "libsystemd-dev", "libfuse3-dev", "uuid-dev" ] +depends = [ + "libacl1-dev", + "libfuse3-dev", + "libsystemd-dev", + "uuid-dev", +]