]> git.proxmox.com Git - proxmox-backup.git/commitdiff
debcargo.toml: reflow dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 11:06:19 +0000 (13:06 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 11:08:10 +0000 (13:08 +0200)
to make changes easier to track

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/debcargo.toml

index 5e4d44a6ea76bca0e013abc77392a18f3361c137..afd4f160598069a039c2d40d4ec0098f726b2556 100644 (file)
@@ -11,8 +11,20 @@ vcs_git = ""
 vcs_browser = ""
 maintainer = "Proxmox Support Team <support@proxmox.com>"
 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",
+]