diff --git a/debian/changelog b/debian/changelog index e3ab607..c5b02c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bkctld (1.3-1) unstable; urgency=medium + + * Convert to non native package + + -- Victor Laborie Sat, 05 Aug 2017 15:51:35 -0400 + bkctld (1.3) unstable; urgency=medium * Fix btrfs support/detection diff --git a/debian/control b/debian/control index 1f0de55..8445466 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: utils Priority: optional Maintainer: Victor Laborie Build-Depends: debhelper (>= 9), dh-exec -Standards-Version: 3.9.6 +Standards-Version: 4.0.0 Package: bkctld Architecture: all -Depends: openssh-server, btrfs-tools, rsync, ${misc:Depends} +Depends: openssh-server, btrfs-tools, rsync, lsb-base, ${misc:Depends} Description: Tool for manage rsync jail for backup bkctld is a shell script to create and manage a backup server which will handle the backup of many servers (clients). diff --git a/debian/install b/debian/install index e673ce9..5be8ef1 100755 --- a/debian/install +++ b/debian/install @@ -2,4 +2,4 @@ bkctld usr/sbin tpl/* usr/share/bkctld docs/zzz_evobackup usr/share/doc/bkctld -bash_completion => /etc/bash_completion.d/bkctld +bash_completion => /usr/share/bash_completion/bkctld diff --git a/debian/source/format b/debian/source/format index 89ae9db..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt)