Browse Source

Use cryptsetup-bin as dependency, following the cryptsetup transition

Christoph Biedl 6 years ago
parent
commit
2b1431a90f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      debian/control

+ 3 - 3
debian/control

@@ -33,7 +33,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
     libpwquality-tools,
     libpwquality-tools,
     luksmeta,
     luksmeta,
 Recommends:
 Recommends:
-    cryptsetup,
+    cryptsetup-bin,
 Description: automated encryption framework
 Description: automated encryption framework
  Clevis is a plugable framework for automated decryption. It can be used
  Clevis is a plugable framework for automated decryption. It can be used
  to provide automated decryption of data or even automated unlocking of
  to provide automated decryption of data or even automated unlocking of
@@ -47,7 +47,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
     clevis,
     clevis,
     tpm2-tools,
     tpm2-tools,
 Recommends:
 Recommends:
-    cryptsetup,
+    cryptsetup-bin,
 Description: automated encryption framework, TPM2 support
 Description: automated encryption framework, TPM2 support
  Clevis is a plugable framework for automated decryption. It can be used
  Clevis is a plugable framework for automated decryption. It can be used
  to provide automated decryption of data or even automated unlocking of
  to provide automated decryption of data or even automated unlocking of
@@ -69,7 +69,7 @@ Package: clevis-luks
 Architecture: all
 Architecture: all
 Depends: ${misc:Depends},
 Depends: ${misc:Depends},
     clevis,
     clevis,
-    cryptsetup,
+    cryptsetup-bin,
     luksmeta,
     luksmeta,
 Description: LUKSv1 integration for clevis
 Description: LUKSv1 integration for clevis
  This package allows you to bind a LUKSv1 volume to a clevis unlocking
  This package allows you to bind a LUKSv1 volume to a clevis unlocking