Skip to content

Commit

Permalink
Release: v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyLiu2886 committed Aug 18, 2023
1 parent 355768b commit e5cbdb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions image_tools/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ros-foxy-clearbot-image-tools-custom (0.7.10-0focal) focal; urgency=medium

* fix the error for building debian packages

-- clearbot <clearbot@dev> Fri, 18 Aug 2023 18:41:56 +0800

ros-foxy-clearbot-image-tools-custom (0.7.9-0focal) focal; urgency=high

* Autogenerated, no changelog for this version found in CHANGELOG.rst.
Expand Down
3 changes: 1 addition & 2 deletions image_tools/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ override_dh_auto_test:
dh_auto_test || true

override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/foxy/setup.sh" ]; then . "/opt/ros/foxy/setup.sh"; fi && \
dh_shlibdeps -l$(CURDIR)/debian/ros-foxy-image-tools-custom//opt/ros/foxy/lib/
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l$(CURDIR)/debian/ros-foxy-image-tools-custom//opt/ros/foxy/lib/

override_dh_auto_install:
# In case we're installing to a non-standard location, look for a setup.sh
Expand Down
2 changes: 1 addition & 1 deletion image_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>image_tools_custom</name>
<version>0.7.9</version>
<version>0.7.10</version>
<description>Tools to capture and play back images to and from DDS subscriptions and publications.</description>
<maintainer email="johnny@clearbot.org">Johnny Liu</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit e5cbdb6

Please sign in to comment.