Source: blksnap
Section: admin
Priority: optional
Maintainer: Veeam Software Group GmbH <veeam_team@veeam.com>
Build-Depends:
 bash,
 cmake,
 debhelper (>= 10.0.0),
 g++,
 libboost-filesystem-dev,
 libboost-program-options-dev,
 libssl-dev,
 uuid-dev,
Homepage: https://github.org/veeam/blksnap

Package: blksnap-dev
Architecture: linux-any
Section: libdevel
Depends: ${misc:Depends}
Description: blksnap - development package
 Blksnap provides the ability to create non-persistent snapshots on
 any block device and keep track of changed blocks.
 It make possible do consistent backup without having to configure (or remake)
 a system with restrictions in the filesystem choice or using LVM
 .
 This package contains the static library and header files for blksnap

Package: blksnap-tests
Architecture: linux-any
Section: utils
Depends: bash, blksnap-tools, ${misc:Depends}, ${shlibs:Depends}
Description: blksnap - package with testing scripts
 Blksnap provides the ability to create non-persistent snapshots on
 any block device and keep track of changed blocks.
 It make possible do consistent backup without having to configure (or remake)
 a system with restrictions in the filesystem choice or using LVM
 .
 The test scripts are written in bash and use the blksnap tool to control
 the blksnap module. The test scripts allow to check the main functions of
 the module. To implement complex test algorithms, С++ tests are implemented.
 .
 This package contains scripts for blksnap testing

Package: blksnap-tools
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: blksnap - utility package
 Blksnap provides the ability to create non-persistent snapshots on
 any block device and keep track of changed blocks.
 It make possible do consistent backup without having to configure (or remake)
 a system with restrictions in the filesystem choice or using LVM
 .
 The blksnap tool allows to manage the module from the command line.
 The program allows for execution of individual ioctls of the blksnap module.
 The interface of the program may seem inconvenient to the user,
 since it is assumed that it will be called by other applications.
 .
 This package contains the command line tool for use blksnap
