diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-10-31 02:43:35 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-10-31 02:43:35 +0000 |
commit | 1238c74fa01c009d7f76327f3beb30fee4b9f98f (patch) | |
tree | 2e0e0abde1b35f03ef515acc9ebd57f638af1c25 /debian | |
parent | f23c6c91e2e2a8eb4154ec545199a5ecbe5136a1 (diff) |
Refactored to improve logging and reduce cut & paste code, bumped Debian version number.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/install | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ca5278b..0278c53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byteback (0.2.8-1) stable; urgency=medium + + * Refactored to improve logging + + -- Matthew Bloch <matthew@bytemark.co.uk> Fri, 31 Oct 2014 02:24:00 +0100 + byteback (0.2.7-1) stable; urgency=medium * Now definitely don't retry if the source files disappear. diff --git a/debian/control b/debian/control index 04f2f4e..2183163 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Homepage: https://projects.bytemark.co.uk/projects/byteback Package: byteback Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rsync, openssh-client -Recommends: ruby-trollop | libtrollop-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. diff --git a/debian/install b/debian/install index 2100553..e2b0385 100644 --- a/debian/install +++ b/debian/install @@ -1,6 +1,6 @@ -byteback /usr/bin byteback-backup /usr/bin byteback-receive /usr/bin byteback-setup-client /usr/bin byteback-setup-client-receive /usr/bin byteback-snapshot /usr/bin +lib/* /usr/lib/byteback |