Skip to content

Commit 055f4e3

Browse files
committed
debian/rules: remove dh_shlibsdeps
close jsk-ros-pkg/jsk_recognition#2810
1 parent c124689 commit 055f4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/rules

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ override_dh_shlibdeps:
5656
# In case we're installing to a non-standard location, look for a setup.sh
5757
# in the install tree that was dropped by catkin, and source it. It will
5858
# 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/
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/
6161

6262
override_dh_auto_install:
6363
# In case we're installing to a non-standard location, look for a setup.sh

0 commit comments

Comments
 (0)