summaryrefslogtreecommitdiff
path: root/veracrypt/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt/debian/control')
-rw-r--r--veracrypt/debian/control33
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.
bgstack15