Неправильные зависимости у пакета wb-utils 2.1.2?

День добрый
Пакет wb-utils(2.1.2) ссылается на u-boot-tools-wb (>= 2015.07+wb-3), хотя в репозитории есть только u-boot-tools… Так и должно быть и новый пакет(u-boot-tools-wb) просто не вылили еще или таки ошибка?

aqualx@wb ~ $ sudo apt list --upgradable
Listing... Done
u-boot-tools/stretch,stretch 2:2017.03+wb-2 armel [upgradable from: 2017.03+wb-1]
wb-configs/stretch,stretch 1.79 all [upgradable from: 1.78]
wb-homa-adc/stretch 1.14.6 armel [upgradable from: 1.14.4]
wb-hwconf-manager/stretch,stretch 1.25.2 all [upgradable from: 1.25.1]
wb-test-suite/stretch,stretch 1.15.1 all [upgradable from: 1.15]
wb-utils/stretch,stretch 2.1.2 all [upgradable from: 2.0.3]
aqualx@wb ~ $ sudo apt install wb-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wb-utils : Depends: u-boot-tools-wb (>= 2015.07+wb-3) but it is not installable
E: Unable to correct problems, you have held broken packages.
aqualx@wb ~ $ dpkg -s u-boot-tools
Package: u-boot-tools
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 541
Maintainer: Alexey Ignatov <lexszero@gmail.com>
Architecture: armel
Version: 2017.03+wb-1
Replaces: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.4.0), libssl1.0.0 (>= 1.0.0)
Breaks: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Description: companion tools for Das U-Boot bootloader
 This package includes the mkimage program, which allows generation of U-Boot
 images in various formats, and the fw_printenv and fw_setenv programs to read
 and modify U-Boot's environment.