Skip to content

Commit

Permalink
debian/rules: remove dh_shlibsdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 8, 2024
1 parent 7188eff commit f41faeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f41faeb

Please sign in to comment.