| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 | 
							- Source: clevis
 
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 
- Homepage: https://github.com/latchset/clevis
 
- Standards-Version: 4.4.1
 
- Vcs-Browser: https://git.in-ulm.de/cbiedl/clevis
 
- Vcs-Git: https://git.in-ulm.de/cbiedl/clevis.git
 
- Build-Depends: debhelper (>= 11~),
 
-     asciidoctor,
 
-     bash-completion,
 
-     curl,
 
-     dracut-core,
 
-     initramfs-tools,
 
-     jose,
 
-     libaudit-dev (>= 1:2.7.8),
 
-     libglib2.0-dev,
 
-     libjansson4 (>= 2.10),
 
-     libjose-dev,
 
-     libluksmeta-dev (>= 8),
 
-     libpwquality-tools,
 
-     libssl-dev,
 
-     libudisks2-dev,
 
-     meson,
 
-     systemd,
 
-     tang,
 
-     tpm2-tools,
 
- Priority: optional
 
- Rules-Requires-Root: no
 
- Section: net
 
- Package: clevis
 
- Architecture: linux-any
 
- Depends: ${misc:Depends}, ${shlibs:Depends},
 
-     cracklib-runtime,
 
-     curl,
 
-     jose,
 
-     libpwquality-tools,
 
-     luksmeta,
 
- Recommends:
 
-     cryptsetup-bin,
 
- Description: automated encryption framework
 
-  Clevis is a plugable framework for automated decryption. It can be used
 
-  to provide automated decryption of data or even automated unlocking of
 
-  LUKS volumes.
 
-  .
 
-  It supports tang and shamir secret sharing (SSS).
 
- Package: clevis-tpm2
 
- Architecture: linux-any
 
- Depends: ${misc:Depends},
 
-     clevis,
 
-     tpm2-tools,
 
- Recommends:
 
-     cryptsetup-bin,
 
- Description: automated encryption framework, TPM2 support
 
-  Clevis is a plugable framework for automated decryption. It can be used
 
-  to provide automated decryption of data or even automated unlocking of
 
-  LUKS volumes.
 
-  .
 
-  This package provides the TPM2 pin.
 
- Package: clevis-dracut
 
- Architecture: all
 
- Depends: ${misc:Depends},
 
-     clevis-systemd,
 
-     dracut-network,
 
- Description: Dracut integration for clevis
 
-  Clevis is a plugable framework for automated decryption. This package
 
-  provides integration for the dracut initramfs to automatically unlock
 
-  LUKSv1 block devices in early boot.
 
- Package: clevis-initramfs
 
- Architecture: all
 
- Depends: ${misc:Depends},
 
-     clevis-luks,
 
-     initramfs-tools,
 
- Description: Dracut integration for initramfs
 
-  Clevis is a plugable framework for automated decryption. This package
 
-  provides integration for the initramfs-tools initrd to automatically
 
-  unlock LUKSv1 block devices in early boot.
 
- Package: clevis-luks
 
- Architecture: all
 
- Depends: ${misc:Depends},
 
-     clevis,
 
-     cryptsetup-bin,
 
-     luksmeta,
 
- Description: LUKSv1 integration for clevis
 
-  This package allows you to bind a LUKSv1 volume to a clevis unlocking
 
-  policy. For automated unlocking, an unlocker will also be required.
 
-  See, for example, clevis-dracut and clevis-udisks2.
 
- Package: clevis-systemd
 
- Architecture: linux-any
 
- Depends: ${misc:Depends},
 
-     clevis-luks,
 
-     ncat,
 
-     systemd,
 
- Description: systemd integration for clevis
 
-  Clevis is a plugable framework for automated decryption. This package
 
-  provides automatic unlocking of LUKSv1 _netdev block devices from
 
-  /etc/crypttab.
 
- Package: clevis-udisks2
 
- Architecture: linux-any
 
- Depends: ${misc:Depends}, ${shlibs:Depends},
 
- Description: UDisks2/Storaged integration for clevis
 
-  Clevis is a plugable framework for automated decryption. This package
 
-  provides automatic unlocking LUKSv1 block devices in desktop
 
-  environments that use UDisks2 or storaged.
 
 
  |