File: control

package info (click to toggle)
luksmeta 9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,636 kB
  • sloc: sh: 4,410; ansic: 1,804; makefile: 88
file content (39 lines) | stat: -rw-r--r-- 1,269 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
Source: luksmeta
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/latchset/luksmeta
Standards-Version: 4.2.0
Vcs-Browser: https://git.in-ulm.de/cbiedl/luksmeta
Vcs-Git: https://git.in-ulm.de/cbiedl/luksmeta.git
Build-Depends: debhelper (>= 11~),
    asciidoctor,
    cryptsetup-bin,
    libcryptsetup-dev (>= 2:1.5.1),
    pkg-config,
Priority: optional
Section: net

Package: libluksmeta0
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends},
Section: libs
Multi-Arch: same
Description: library to access metadata in the LUKSv1 header
 LUKSMeta is a simple library for storing metadata in the LUKSv1 header.

Package: libluksmeta-dev
Architecture: linux-any
Depends: ${misc:Depends},
    libcryptsetup-dev,
    libluksmeta0 (= ${binary:Version}),
Section: libdevel
Description: library to access metadata in the LUKSv1 header - development files
 LUKSMeta is a simple library for storing metadata in the LUKSv1 header.
 .
 This package provides the development files

Package: luksmeta
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Utility to access metadata in a LUKSv1 header
 This package provides luksmeta program to access metadata in a LUKSv1
 header using libluksmeta.