Package: libturbojpeg0-dev Version: 1:2.1.2-1 Severity: normal Dear Maintainer, After install libturbojpeg0-dev package I wanna use CMake to find library and header files. There is is simple cmake scenario for that:
apt-get install libturbojpeg0-dev cmake g++ # CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(test) find_package(libjpeg-turbo REQUIRED) Instead of success configuration I receive a error, CMake module cannot find '/usr/lib/x86_64-linux-gnu/libjpeg.a', which not exists. Missed library provided by 'libjpeg62-turbo-dev', which will be pulled by install 'libjpeg-dev'. These packages are not install with 'libturbojpeg0-dev' I think there is missed dependency 'libjpeg-dev' for this package. -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.15.32-gentoo-r1 (SMP w/6 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: unable to detect Versions of packages libturbojpeg0-dev depends on: ii libturbojpeg0 1:2.1.2-1 libturbojpeg0-dev recommends no packages. libturbojpeg0-dev suggests no packages. -- no debconf information