From 99c287861ebc0769dc6606389bcd2b4c12ac2471 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 18 Mar 2020 16:23:12 +0100 Subject: [PATCH] add 'rsync' to build_depends a 'make deb' fails without rsync installed (a pxar test needs it) Signed-off-by: Dominik Csapak --- debian/debcargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 59106f82..5e4d44a6 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -11,7 +11,7 @@ vcs_git = "" vcs_browser = "" maintainer = "Proxmox Support Team " section = "admin" -build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils" ] +build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils", "rsync" ] build_depends_excludes = [ "debhelper (>=11)" ] [packages.lib]