Bug#965177: libftdi: ships broken cmake file

2020-07-17 Thread Gianfranco Costamagna
Hello, I'm attaching a tested patch that also adds a new autopkgtest that spots this kind of failures in the future. (the diff fixes also #965175) G. diff -Nru libftdi1-1.5/debian/changelog libftdi1-1.5/debian/changelog --- libftdi1-1.5/debian/changelog 2020-07-14 23:32:06.0

Bug#965177: libftdi: ships broken cmake file

2020-07-17 Thread Gianfranco Costamagna
Hello again: This is an example of cmake test file that might help in the future detecting such issues: (stolen and adapted from mrpt) cat ../CMakeLists.txt cmake_minimum_required(VERSION 3.16) project(test) find_package(LibFTDI1) message("Include directories: " ${LIBFTDI_INCLUDE_DIRS})