From c40c89a6829063d363074c4b22ec463cb602a48c Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Wed, 8 Jan 2020 15:02:18 +0100 Subject: [PATCH] [wip/tiago-tutorials] Release 2.0.3 Make the package compatible with bionic/Ubuntu 18.04 LTS Fix bionic detection --- tiago-tutorials/Makefile | 6 +++--- tiago-tutorials/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tiago-tutorials/Makefile b/tiago-tutorials/Makefile index d8e31719..c3321655 100644 --- a/tiago-tutorials/Makefile +++ b/tiago-tutorials/Makefile @@ -3,14 +3,13 @@ # ORG= pal-robotics -VERSION= 2.0.2 +VERSION= 2.0.3 PKGBASE= tiago-tutorials DISTNAME= ${VERSION} PKGNAME= ${PKGBASE}-${VERSION} ROSNAME= $(subst -,_,${PKGBASE}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} -PKGREVISION= 2 CATEGORIES= wip HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${ROSNAME}} @@ -23,7 +22,6 @@ LICENSE= 2-clause-bsd ROS_METAPKG= yes USE_BOOST_LIBS= thread -include ../../wip/sysdep/ubuntu-distro.mk include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk @@ -36,6 +34,8 @@ include ../../middleware/ros-comm/depend.mk include ../../wip/aruco-ros/depend.mk include ../../wip/tiago-robot/depend.mk include ../../wip/tiago-simulation/depend.mk + +include ../../wip/sysdep/ubuntu-distro.mk ifeq (bionic,${UBUNTUDISTRO}) include ../../wip/pal-gazebo-plugins-melodic/depend.mk include ../../wip/pal-hardware-gazebo-melodic/depend.mk diff --git a/tiago-tutorials/distinfo b/tiago-tutorials/distinfo index 9427b69f..fe4db914 100644 --- a/tiago-tutorials/distinfo +++ b/tiago-tutorials/distinfo @@ -1,3 +1,3 @@ -SHA1 (tiago-tutorials/2.0.2.tar.gz) = 655765c2b5b0b5cad0323c8c4c4f73a607834d3f -RMD160 (tiago-tutorials/2.0.2.tar.gz) = 5daa3e8bc90b3babf79aea4f97cc6b217bcc6ed4 -Size (tiago-tutorials/2.0.2.tar.gz) = 1291957 bytes +SHA1 (tiago-tutorials/2.0.3.tar.gz) = 49283f551f29eca6345f07a205f304045b02d098 +RMD160 (tiago-tutorials/2.0.3.tar.gz) = e1c24e740c987f0f46daa5087ef33c93a4c097fe +Size (tiago-tutorials/2.0.3.tar.gz) = 1292920 bytes -- GitLab