diff --git a/debian/rules b/debian/rules index 14c964063..eb6a74b5d 100755 --- a/debian/rules +++ b/debian/rules @@ -56,8 +56,8 @@ override_dh_shlibdeps: # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. - if [ -f "/opt/ros/noetic/setup.sh" ]; then . "/opt/ros/noetic/setup.sh"; fi && \ - dh_shlibdeps -l$(CURDIR)/debian/ros-noetic-sound-classification//opt/ros/noetic/lib/ + # if [ -f "/opt/ros/noetic/setup.sh" ]; then . "/opt/ros/noetic/setup.sh"; fi && \ + # dh_shlibdeps -l$(CURDIR)/debian/ros-noetic-sound-classification//opt/ros/noetic/lib/ override_dh_auto_install: # In case we're installing to a non-standard location, look for a setup.sh