summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-02-26 16:48:01 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-02-26 16:48:01 +0100
commitfaae49c640ee2d308d40bc5867d6ecbd80ac0fc1 (patch)
treed49a49f6c8142a1762a339a99396421a127cc146 /debian/control
downloadtruecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.gz
truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.bz2
truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.zip
initial packaging based on http://www.unchartedbackwaters.co.uk/pyblosxom/static/truecrypt_debian_packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7404b27
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: truecrypt
+Section: non-free/utils
+Priority: optional
+Maintainer: Francis Russell <francis@unchartedbackwaters.co.uk>
+Uploaders: Mike Gabriel <sunweaver@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), cdbs, pkg-config, quilt (>= 0.46-7), libwxgtk2.8-dev,
+ libfuse-dev, libopencryptoki-dev, nasm (>= 2.08.01) [any-i386 any-amd64]
+Standards-Version: 3.9.2
+Homepage: http://www.truecrypt.org/
+
+Package: truecrypt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, mount (>=2.12r-4),
+ e2fsprogs(>=1.38-2), module-init-tools, dmsetup, sudo, dosfstools, xterm
+Recommends: caja | nautilus | dolphin | konqueror
+Description: Cross-platform on-the-fly encryption
+ TrueCrypt 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,
+ TrueCrypt supports "hidden volumes" - unidentifiable volumes present in the
+ free-space of a TrueCrypt volume. NOTE: This is an unofficial packaging
+ unrelated to either Debian or TrueCrypt.