I am making some progress here. Apparently there's a conflict between the newly-built
cryptsetup 1.6.6 (from source, with checkinstall) and
initramfs-tools:
(…)
Code: Select all
initramfs-tools (0.115~bpo70+1) breaks cryptsetup (<< 2:1.1.0-2.1) and is installed.
What I don't understand is the << sign, for me it means "lower than", and surely cryptsetup 1.6.6 is a greater version number than 1.1.0.
The 1.4.3 branch (and 1.6.4) of cryptsetup
recommends a version >= 0.91 to be installed, but the
cryptsetup 1.6.6 is broken by initramfs-tools 0.115.
Code: Select all
Package: cryptsetup
Version: 2:1.4.3-4
Architecture: armhf
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
Installed-Size: 295
Depends: libc6 (>= 2.13-28), debconf (>= 0.5) | debconf-2.0, dmsetup, cryptsetup-bin
Recommends: kbd, console-setup, initramfs-tools (>= 0.91) | linux-initramfs-tool, busybox | busybox-static
Should I assume I need a lower initramfs-tools version? In such a case what would be the lower version? I am expecting 0.109, but from
I see there's only version 0.115 present? Or am I reading it the wrong way?