]> git.proxmox.com Git - proxmox-backup.git/commitdiff
add 'rsync' to build_depends
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 18 Mar 2020 15:23:12 +0000 (16:23 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 18 Mar 2020 15:24:33 +0000 (16:24 +0100)
a 'make deb' fails without rsync installed (a pxar test needs it)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/debcargo.toml

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