New upstream release (2.0.0)

This commit is contained in:
Victor LABORIE 2019-02-18 11:40:25 +01:00
parent 064aa55dea
commit 00e70ff628
4 changed files with 17 additions and 2 deletions

1
debian/bkctld.init vendored
View file

@ -1 +0,0 @@
../bkctld.sysvinit

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
bkctld (2.0.0-1) unstable; urgency=low
* Split bkctld into multiples scripts
* Drop Debian Jessie support
* Parallelize bkctld <subcommand> all
* Subcommand list are now dynamic in bash completion
* Transform bkctld SysVinit script into systemd oneshot service
* Do not create dirs in bkctld script
* Use mktemp for keepfile and rm it after usage
-- Victor Laborie <vlaborie@evolix.fr> Mon, 18 Feb 2019 11:39:45 +0100
bkctld (1.7.1-1) unstable; urgency=high
* btrfs is now in /bin

2
debian/install vendored
View file

@ -1,5 +1,7 @@
#!/usr/bin/dh-exec
bkctld usr/sbin
lib/* usr/lib/bkctld
tpl/* usr/share/bkctld
bkctld.service lib/systemd/system
zzz_evobackup usr/share/doc/bkctld
bash_completion => /usr/share/bash_completion/bkctld

4
debian/manpages vendored
View file

@ -1 +1,3 @@
docs/bkctld.8
bkctld.8
bkctld.conf.5
evobackup-incl.5