1
0

2 Commits 36c84abc77 ... 2900bf5223

Autor SHA1 Nachricht Datum
  Christoph Biedl 2900bf5223 clevis 11-2 vor 5 Jahren
  Christoph Biedl 2b1431a90f Use cryptsetup-bin as dependency, following the cryptsetup transition vor 5 Jahren
2 geänderte Dateien mit 10 neuen und 3 gelöschten Zeilen
  1. 7 0
      debian/changelog
  2. 3 3
      debian/control

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+clevis (11-2) unstable; urgency=medium
+
+  * Use cryptsetup-bin as dependency, following the cryptsetup
+    transition
+
+ -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Fri, 01 Mar 2019 11:37:24 +0100
+
 clevis (11-1) unstable; urgency=medium
 
   * New upstream version. Closes: #912147

+ 3 - 3
debian/control

@@ -33,7 +33,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
     libpwquality-tools,
     luksmeta,
 Recommends:
-    cryptsetup,
+    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
@@ -47,7 +47,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
     clevis,
     tpm2-tools,
 Recommends:
-    cryptsetup,
+    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
@@ -69,7 +69,7 @@ Package: clevis-luks
 Architecture: all
 Depends: ${misc:Depends},
     clevis,
-    cryptsetup,
+    cryptsetup-bin,
     luksmeta,
 Description: LUKSv1 integration for clevis
  This package allows you to bind a LUKSv1 volume to a clevis unlocking