ros-infrastructure / bloom

A release automation tool which makes releasing catkin (http://ros.org/wiki/catkin) packages easier.
Other
58 stars 93 forks source link

Set CMAKE_INSTALL_LIBDIR=lib in debian/control for ROS1 packages #689

Open poggenhans opened 2 years ago

poggenhans commented 2 years ago

This resolves #642

Newer debhelper versions will set CMAKE_INSTALL_LIBDIR=lib/. This will cause packages that use GNUInstallDirs to install to this location instead of lib and can confuse ROS tools.