From 925c05a093c3a54e6142feca15fe192fbdb62c56 Mon Sep 17 00:00:00 2001 From: Rafal Mierzwiak Date: Wed, 19 Jun 2019 16:36:11 +0100 Subject: [PATCH] Add build dependency rsync This is to address tests failure: test: ghe-backup first snapshot ... ... FAILED (0s) ++ date +%s + before_time=1560955867 + set -e + '[' '!' -d /<>/test/tmp/test-ghe-backup.sh-10011/data/current ']' + ghe-backup -v Error: rsync encountered an error that could indicate a problem with permissions, hard links, symbolic links, or another issue that may affect backups. /<>/bin/ghe-backup: line 70: rsync: command not found test failed. last command exited with 1 ++ date +%s + after_time=1560955867 + elapsed_time=0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e89ff97b7..007d313f5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Twan Wolthof Section: misc Priority: optional Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), git, devscripts, moreutils, jq +Build-Depends: debhelper (>= 9), git, devscripts, moreutils, jq, rsync (>= 2.6.4) Package: github-backup-utils Architecture: any