~ecryptfs/ecryptfs/trunk

309 by Dustin Kirkland
debian/ubuntu packaging
1
Source: ecryptfs-utils
2
Section: misc
3
Priority: optional
410 by Dustin Kirkland
updating maintainer
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
XSBC-Original-Maintainer: Daniel Baumann <daniel@debian.org>
406 by Dustin Kirkland
* README, configure.ac, debian/control, debian/rules,
6
Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libtool, libgpg-error-dev, libgpgme11-dev, libkeyutils-dev, libnss3-dev, libopencryptoki-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc], libpam0g-dev, libpkcs11-helper1-dev, libtspi-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc], pkg-config, python-dev, swig
395 by Dustin Kirkland
sync some debian/ubuntu packaging differences
7
Standards-Version: 3.8.1
309 by Dustin Kirkland
debian/ubuntu packaging
8
Homepage: https://launchpad.net/ecryptfs
435 by Dustin Kirkland
* debian/control: updated bzr and browser urls
9
Vcs-Bzr: https://code.launchpad.net/~ecryptfs/ecryptfs/ecryptfs-utils
10
Vcs-Browser: http://bazaar.launchpad.net/~ecryptfs/ecryptfs/ecryptfs-utils/files
309 by Dustin Kirkland
debian/ubuntu packaging
11
12
Package: ecryptfs-utils
13
Section: misc
14
Architecture: any
401 by Dustin Kirkland
* debian/control, debian/copyright, debian/ecryptfs-utils.dirs,
15
Depends: ${shlibs:Depends}, ${misc:Depends}, keyutils, libnss3-1d, libpam-runtime (>= 1.0.1-6)
395 by Dustin Kirkland
sync some debian/ubuntu packaging differences
16
Suggests: cryptsetup, opencryptoki
309 by Dustin Kirkland
debian/ubuntu packaging
17
Description: ecryptfs cryptographic filesystem (utilities)
18
 eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
19
 for Linux.
20
 .
21
 It provides advanced key management and policy features. eCryptfs stores
22
 cryptographic metadata in the header of each file written, so that encrypted
23
 files can be copied between hosts; the file will be decryptable with the proper
24
 key, and there is no need to keep track of any additional information aside
25
 from what is already in the encrypted file itself. Think of eCryptfs as a sort
26
 of "gnupgfs".
27
 .
28
 eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs
29
 is part of the Linux kernel since 2.6.19.
30
 .
31
 This package contains the userland utilities.
32
33
Package: libecryptfs0
34
Section: libs
35
Architecture: any
36
Depends: ${shlibs:Depends}, ${misc:Depends}
37
Description: ecryptfs cryptographic filesystem (library)
38
 eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
39
 for Linux.
40
 .
41
 This package contains the library.
42
43
Package: libecryptfs-dev
44
Section: libdevel
45
Architecture: any
406 by Dustin Kirkland
* README, configure.ac, debian/control, debian/rules,
46
Depends: libecryptfs0 (= ${binary:Version}), libgpg-error-dev, libgpgme11-dev, libkeyutils-dev, libopencryptoki-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc], libpam0g-dev, libpkcs11-helper1-dev, libtspi-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc]
309 by Dustin Kirkland
debian/ubuntu packaging
47
Description: ecryptfs cryptographic filesystem (development)
48
 eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
49
 for Linux.
50
 .
51
 This package contains the development files.