Skip to content

Commit 0a369bb

Browse files
authored
Update jsk_common repository URL and version to upstream (#97)
1 parent 623978c commit 0a369bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ros-one.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ repositories:
404404
version: master
405405
jsk_common:
406406
type: git
407-
url: https://github.com/ros-o/jsk_common.git
408-
version: obese-devel
407+
url: https://github.com/jsk-ros-pkg/jsk_common.git
408+
version: master
409409
jsk_common_msgs:
410410
type: git
411411
url: https://github.com/jsk-ros-pkg/jsk_common_msgs.git

src/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function build_pkg {
230230
# Configure ament python packages to install into lib/python3/dist-packages (instead of lib/python3.x/site-packages)
231231
sed -i 's@lib/{interpreter}/site-packages@lib/python3/dist-packages@' debian/rules
232232

233-
if [[ "$pkg_name" =~ "sound_classification"|"ros_speech_recognition"|"respeaker_ros"|"lpg_planner"|"voicevox" ]]; then
233+
if [[ "$pkg_name" =~ "sound_classification"|"ros_speech_recognition"|"respeaker_ros"|"lpg_planner"|"voicevox"|"jsk_rosbag_tools" ]]; then
234234
# skip dh_shlibdeps, because some pip modules contain x86/x86_64/win32/mac binaries
235235
sed -i '/dh_shlibdeps / s@$@ || echo "Skip dh_shlibdeps error!!!"@' debian/rules
236236
# ignore dh_strip error 'numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so has a corrupt string table index'

0 commit comments

Comments
 (0)