We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c124689 commit 055f4e3Copy full SHA for 055f4e3
debian/rules
@@ -56,8 +56,8 @@ override_dh_shlibdeps:
56
# In case we're installing to a non-standard location, look for a setup.sh
57
# in the install tree that was dropped by catkin, and source it. It will
58
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
59
- if [ -f "/opt/ros/noetic/setup.sh" ]; then . "/opt/ros/noetic/setup.sh"; fi && \
60
- 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/
61
62
override_dh_auto_install:
63
0 commit comments