diff --git a/debian/bkctld.init b/debian/bkctld.init deleted file mode 120000 index f1a0d0e..0000000 --- a/debian/bkctld.init +++ /dev/null @@ -1 +0,0 @@ -../bkctld.sysvinit \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index df0e4b9..f16b9f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +bkctld (2.0.0-1) unstable; urgency=low + + * Split bkctld into multiples scripts + * Drop Debian Jessie support + * Parallelize bkctld 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 Mon, 18 Feb 2019 11:39:45 +0100 + bkctld (1.7.1-1) unstable; urgency=high * btrfs is now in /bin diff --git a/debian/install b/debian/install index af42ef0..84eeae7 100755 --- a/debian/install +++ b/debian/install @@ -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 diff --git a/debian/manpages b/debian/manpages index 3b64a00..019d4c8 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1,3 @@ -docs/bkctld.8 +bkctld.8 +bkctld.conf.5 +evobackup-incl.5