1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: ecryptfs-utils
Section: misc
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Uploaders: Filesystems Group <filesystems-devel@lists.alioth.debian.org>
Build-Depends:
debhelper (>= 10), dh-autoreconf, dh-python, distro-info, intltool,
libglib2.0-dev, libgpg-error-dev, libgpgme-dev, libkeyutils-dev,
libnss3-dev, libpam0g-dev, pkg-config, python-dev,
swig, libtspi-dev
Standards-Version: 3.9.8
Homepage: https://launchpad.net/ecryptfs
Package: ecryptfs-utils
Section: misc
Architecture: linux-any
Depends:
${misc:Depends}, ${shlibs:Depends}, gettext-base, keyutils,
libpam-runtime
Suggests: cryptsetup
Description: ecryptfs cryptographic filesystem (utilities)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
It provides advanced key management and policy features. eCryptfs stores
cryptographic metadata in the header of each file written, so that encrypted
files can be copied between hosts; the file will be decryptable with the
proper key, and there is no need to keep track of any additional information
aside from what is already in the encrypted file itself. Think of eCryptfs as
a sort of "gnupgfs".
.
eCryptfs is a native Linux filesystem. The kernel module component of
eCryptfs is part of the Linux kernel since 2.6.19.
.
This package contains the userland utilities.
Package: ecryptfs-utils-dbg
Section: debug
Priority: extra
Architecture: linux-any
Depends:
${misc:Depends}, ecryptfs-utils (= ${binary:Version}),
libecryptfs1 (= ${binary:Version}), libecryptfs-dev (= ${binary:Version})
Description: ecryptfs cryptographic filesystem (utilities; debug)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the debugging symbols.
Package: libecryptfs1
Section: libs
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libecryptfs0
Replaces: libecryptfs0
Description: ecryptfs cryptographic filesystem (library)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the library.
Package: libecryptfs-dev
Section: libdevel
Architecture: linux-any
Depends:
${misc:Depends}, libecryptfs1 (= ${binary:Version}), libgpg-error-dev,
libgpgme11-dev, libkeyutils-dev, libpam0g-dev, libtspi-dev
Description: ecryptfs cryptographic filesystem (development)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the development files.
Package: python-ecryptfs
Section: python
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Description: ecryptfs cryptographic filesystem (python)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the python module.
|