File: control

package info (click to toggle)
volume-key 0.3.12-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,604 kB
  • sloc: ansic: 17,058; sh: 6,182; python: 1,107; makefile: 127; sed: 16
file content (85 lines) | stat: -rw-r--r-- 3,551 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
74
75
76
77
78
79
80
81
82
83
84
85
Source: volume-key
Section: utils
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               libglib2.0-dev,
               libcryptsetup-dev,
               libnss3-dev,
               libgpgme11-dev,
               libblkid-dev,
               swig,
               libnss3-tools,
               python3-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/utopia-team/volume-key
Vcs-Git: https://salsa.debian.org/utopia-team/volume-key.git
Homepage: https://pagure.io/volume_key

Package: libvolume-key1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         gnupg
Description: Library for manipulating storage encryption keys and passphrases
 This package provides libvolume_key, a library for manipulating storage volume
 encryption keys and storing them separately from volumes.
 .
 The main goal of the software is to allow restoring access to an encrypted
 hard drive if the primary user forgets the passphrase.  The encryption key
 back up can also be useful for extracting data after a hardware or software
 failure that corrupts the header of the encrypted volume, or to access the
 company data after an employee leaves abruptly.

Package: libvolume-key-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libvolume-key1 (= ${binary:Version}),
         ${misc:Depends}
Description: Library for manipulating storage encryption keys (dev files)
 This package provides the development header files for libvolume_key, a
 library for manipulating storage volume encryption keys and storing them
 separately from volumes.
 .
 The main goal of the software is to allow restoring access to an encrypted
 hard drive if the primary user forgets the passphrase.  The encryption key
 back up can also be useful for extracting data after a hardware or software
 failure that corrupts the header of the encrypted volume, or to access the
 company data after an employee leaves abruptly.

Package: volume-key
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libvolume-key1 (= ${binary:Version})
Description: Utility for manipulating storage encryption keys and passphrases
 This package provides a command-line tool for manipulating storage volume
 encryption keys and storing them separately from volumes.
 .
 The main goal of the software is to allow restoring access to an encrypted
 hard drive if the primary user forgets the passphrase.  The encryption key
 back up can also be useful for extracting data after a hardware or software
 failure that corrupts the header of the encrypted volume, or to access the
 company data after an employee leaves abruptly.

Package: python3-volume-key
Section: python
Architecture: linux-any
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
Provides: ${python3:Provides}
Description: Python 3 bindings for volume-key
 This package provides Python3 bindings for the volume-key library.
 .
 The main goal of the software is to allow restoring access to an encrypted
 hard drive if the primary user forgets the passphrase.  The encryption key
 back up can also be useful for extracting data after a hardware or software
 failure that corrupts the header of the encrypted volume, or to access the
 company data after an employee leaves abruptly.