1
0

control 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Source: luksmeta
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/latchset/luksmeta
  4. Standards-Version: 4.7.2
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/luksmeta
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/luksmeta.git
  7. Build-Depends: debhelper-compat (= 13),
  8. asciidoctor,
  9. cryptsetup-bin,
  10. libcryptsetup-dev (>= 2:1.5.1),
  11. pkgconf,
  12. Priority: optional
  13. Section: net
  14. Package: libluksmeta0
  15. Architecture: linux-any
  16. Depends: ${misc:Depends}, ${shlibs:Depends},
  17. Section: libs
  18. Multi-Arch: same
  19. Description: library to access metadata in the LUKSv1 header
  20. LUKSMeta is a simple library for storing metadata in the LUKSv1 header.
  21. .
  22. This package provides the run-time library.
  23. Package: libluksmeta-dev
  24. Architecture: linux-any
  25. Depends: ${misc:Depends},
  26. libcryptsetup-dev,
  27. libluksmeta0 (= ${binary:Version}),
  28. Section: libdevel
  29. Description: library to access metadata in the LUKSv1 header - development files
  30. LUKSMeta is a simple library for storing metadata in the LUKSv1 header.
  31. .
  32. This package provides the development files.
  33. Package: luksmeta
  34. Architecture: linux-any
  35. Depends: ${misc:Depends}, ${shlibs:Depends},
  36. Description: Utility to access metadata in a LUKSv1 header
  37. This package provides luksmeta program to access metadata in a LUKSv1
  38. header using libluksmeta.
  39. .
  40. Reminder: Whenever possible, upgrade your encryption to a later
  41. format. The LUKSv1 format old, it was superseded by version 2 around
  42. the year 2014. Also it lacks features like different key derivation
  43. function. Encrypted data should be considered less secure.