From bcfddd9c4bec12260abcdf105d918ff82a279794 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 21 Sep 2016 14:25:58 +0300 Subject: Generate a new `byteback-mysql` package. --- debian/control | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 5fa9d73..8623f60 100644 --- a/debian/control +++ b/debian/control @@ -27,3 +27,10 @@ Description: Maintenance-free client & server backup scripts for Linux . Backups should require as little configuration as possible to be safe - just the server address should be enough. + +Package: byteback-mysql +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, perl, libdbi-perl, +Description: Maintenance-free backups for MySQL + leveraging byteback this package allows simple and transparent + backups of MySQL databases. -- cgit v1.2.3 From 10d3ddac7a625be28e9896f52bade5c99dc34462 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 21 Sep 2016 14:26:33 +0300 Subject: Install the files in the right location. --- debian/byteback-mysql.install | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/byteback-mysql.install (limited to 'debian') diff --git a/debian/byteback-mysql.install b/debian/byteback-mysql.install new file mode 100644 index 0000000..9cb72b5 --- /dev/null +++ b/debian/byteback-mysql.install @@ -0,0 +1 @@ +byteback-mysql/* etc/byteback/ -- cgit v1.2.3