From e9120a776ff758709db504702eb3a44940bdd26e Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 30 Jan 2019 15:40:06 -0500 Subject: add veracrypt dpkg first draft --- veracrypt/debian/control | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 veracrypt/debian/control (limited to 'veracrypt/debian/control') diff --git a/veracrypt/debian/control b/veracrypt/debian/control new file mode 100644 index 0000000..02fb1aa --- /dev/null +++ b/veracrypt/debian/control @@ -0,0 +1,33 @@ +Source: veracrypt +Section: non-free/utils +Priority: optional +Maintainer: B Stack +Build-Depends: debhelper (>= 11), + libayatana-appindicator-dev | libappindicator-dev, + libfuse-dev, + libwxgtk3.0-dev, + pkg-config, + yasm [any-i386 any-amd64] +Standards-Version: 4.2.1 +Homepage: https://veracrypt.fr/ + +Package: veracrypt +Architecture: any +Depends: + dmsetup, + kmod, + lsb-base, + sudo, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: + exfat-utils, + ntfs-3g, + 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. -- cgit