diff options
author | Chris Elsworth <chris.elsworth@bytemark.co.uk> | 2017-01-31 11:12:10 +0000 |
---|---|---|
committer | Chris Elsworth <chris.elsworth@bytemark.co.uk> | 2017-01-31 11:12:10 +0000 |
commit | 1586557ca5639d160300697cd65067536b66e5d1 (patch) | |
tree | b3cb7c903e52eef5132acbf5d0038b83afe7330b /debian/control | |
parent | c68fe975ab4b47436bd90fa701b83a78793b0f32 (diff) | |
parent | 53f78a01f2fb514d61fdb076f5b749e03ffddb74 (diff) |
Merge branch 'add-make-test' into 'master'
Add gitlab-ci
Closes #13
See merge request !5
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8623f60..238203c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Patrick J Cherry <patrick@bytemark.co.uk> Uploaders: Steve Kemp <steve@bytemark.co.uk> -Build-Depends: debhelper (>= 7.0.50~), txt2man +Build-Depends: debhelper (>= 7.0.50~), txt2man, ruby | ruby-interpreter, ruby-ffi, attr Standards-Version: 3.9.6 # Vcs-Git: Vcs-Browser: https://github.com/BytemarkHosting/byteback.git @@ -12,6 +12,7 @@ Homepage: https://github.com/BytemarkHosting/byteback Package: byteback Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rsync, openssh-client, ruby-ffi | libffi-ruby +Recommends: btrfs-progs Description: Maintenance-free client & server backup scripts for Linux byteback encapsulates Bytemark's "best practice" for maintenance-free backups with easy client and server setup. |