diff options
| author | Matthew Bloch <mattbee@yoga.home.bloch.tv> | 2014-11-20 10:50:32 +0000 | 
|---|---|---|
| committer | Matthew Bloch <mattbee@yoga.home.bloch.tv> | 2014-11-20 10:50:32 +0000 | 
| commit | 7e23e7448c84914c9edadacfa171a8c1110aa2c1 (patch) | |
| tree | e5a542a8b3bc320bb15deb8c4848b79a9d7b3255 | |
| parent | 1249ecead709465ac035058fa749ebcf80a14bb5 (diff) | |
Tweaked ruby-ffi dependency to make same package compatible with squeeze.
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index d5db2a9..7a221b7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://projects.bytemark.co.uk/projects/byteback  Package: byteback  Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rsync, openssh-client, sudo, ruby-ffi +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rsync, openssh-client, sudo, ruby-ffi | libffi-ruby  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. | 
