From 79166b3935edf483477a2633bd3edba9fd5a92b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 18 May 2020 13:06:19 +0200 Subject: [PATCH] debcargo.toml: reflow dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to make changes easier to track Signed-off-by: Fabian Grünbichler --- debian/debcargo.toml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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", +]