diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-30 15:40:06 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-30 15:40:06 -0500 |
commit | e9120a776ff758709db504702eb3a44940bdd26e (patch) | |
tree | 7eaa53b9b4c888038696252b49d535f1e1deec6b /veracrypt/debian/control | |
parent | add palemoon dpkg for devuan (diff) | |
download | stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.tar.gz stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.tar.bz2 stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.zip |
add veracrypt dpkg first draft
Diffstat (limited to 'veracrypt/debian/control')
-rw-r--r-- | veracrypt/debian/control | 33 |
1 files changed, 33 insertions, 0 deletions
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 <bgstack15@gmail.com> +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. |