File: control

package info (click to toggle)
fscrypt 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 892 kB
  • sloc: sh: 845; makefile: 154; ansic: 79
file content (73 lines) | stat: -rw-r--r-- 3,022 bytes parent folder | download
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
Source: fscrypt
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Paride Legovini <paride@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-golang (>= 1.35),
               golang-any (>= 2:1.10~),
               golang-github-pkg-errors-dev,
               golang-github-urfave-cli-dev,
               golang-golang-x-crypto-dev (>= 1:0.0~git20180322.88942b9),
               golang-golang-x-sys-dev,
               golang-goprotobuf-dev,
               libpam0g-dev,
               m4
Standards-Version: 4.5.0
Homepage: https://github.com/google/fscrypt
Vcs-Browser: https://salsa.debian.org/go-team/packages/fscrypt
Vcs-Git: https://salsa.debian.org/go-team/packages/fscrypt.git
XS-Go-Import-Path: github.com/google/fscrypt
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: fscrypt
Architecture: linux-any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends},
Suggests: libpam-fscrypt
Description: Tool for managing Linux filesystem encryption
 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 To use fscrypt, you must have a filesystem with encryption enabled and
 a kernel that supports reading/writing from that filesystem. Currently,
 ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has
 supported Linux filesystem encryption since v4.1, F2FS added support
 in v4.2, and UBIFS added support in v4.10. Other filesystems may add
 support for native encryption in the future.

Package: libpam-fscrypt
Architecture: linux-any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         fscrypt
Description: PAM module for Linux filesystem encryption
 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 This PAM module can be used to unlock one or more directories upon user
 login and then lock those directories when the user ends their session.

#Package: golang-github-google-fscrypt-dev
#Architecture: all
#Depends: ${misc:Depends},
#         golang-github-pkg-errors-dev,
#         golang-github-urfave-cli-dev,
#         golang-golang-x-crypto-dev (>= 1:0.0~git20180322.88942b9),
#         golang-golang-x-sys-dev,
#         golang-goprotobuf-dev
#Description: Linux filesystem encryption source code
# fscrypt is a high-level tool for the management of Linux filesystem
# encryption. This tool manages metadata, key generation, key wrapping,
# PAM integration, and provides a uniform interface for creating and
# modifying encrypted directories.
# .
# This package contains the source tree of the fscrypt project.