diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cf7b782 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: veracrypt +Section: non-free/utils +Priority: optional +Maintainer: Unit 193 <unit193@ninthfloor.org> +Build-Depends: debhelper (>= 9), + imagemagick, + libappindicator-dev, + libfuse-dev, + libwxgtk3.0-dev, + makeself, + nasm (>= 2.08.01) [any-i386 any-amd64], + pkg-config +Standards-Version: 3.9.6 +Homepage: https://veracrypt.codeplex.com/ + +Package: veracrypt +Architecture: any +Depends: dmsetup, + dosfstools, + kmod, + sudo, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: xdg-utils +Description: Cross-platform on-the-fly encryption + VeraCrypt provides cross-platform on-the-fly encryption for Linux, MacOS X and + Windows. It can encrypt filesystems stored either within a file or on disk + partitions. Supported encryption algorithms include AES, Serpent and Twofish. + The current version uses the XTS mode of disk encryption. In addition, + VeraCrypt supports "hidden volumes" - unidentifiable volumes present in the + free-space of a VeraCrypt volume. |
