diff options
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 |