From 1c240a176eefa9233efc68bc6cb3ba34cb4ef2f0 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 30 May 2016 12:16:41 +0200 Subject: [PATCH] [wip/robot-capsule-urdf] Fix PLIST as well as other harmless glitches * Regen missing entries from PLIST. * Fix DYNAMIC_PLIST_DIRS. * Sort dependencies * Drop useless PKGNAME declaration Bump PKGREVISION --- robot-capsule-urdf/Makefile | 7 +++---- robot-capsule-urdf/PLIST | 5 +++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/robot-capsule-urdf/Makefile b/robot-capsule-urdf/Makefile index e67369e2..b5d388ec 100644 --- a/robot-capsule-urdf/Makefile +++ b/robot-capsule-urdf/Makefile @@ -1,22 +1,21 @@ # robotpkg Makefile for: graphics/robot_capsule_urdf # Created: Olivier Stasse on Fri, 19 Jun 2015 # +PKGREVISION= 1 VERSION= 1.0.1 -PKGNAME= robot-capsule-urdf-${VERSION} DISTNAME= robot-capsule-urdf-${VERSION} MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=robot-capsule-urdf/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}laas/robot_capsule_urdf CATEGORIES= graphics COMMENT= Provides capsule description of the robots -# (model copyright hold by Aldebaran Robotics) LICENSE= 2-clause-bsd MAINTAINER= hpp@laas.fr -DYNAMIC_PLIST_DIRS+= share/doc/robot-capsule-urdf +DYNAMIC_PLIST_DIRS+= share/doc/robot_capsule_urdf -include ../../graphics/urdfdom/depend.mk include ../../devel/ros-catkin/depend.mk +include ../../graphics/urdfdom/depend.mk include ../../pkgtools/pkg-config/depend.mk include ../../mk/sysdep/cmake.mk include ../../mk/language/c.mk diff --git a/robot-capsule-urdf/PLIST b/robot-capsule-urdf/PLIST index d009572a..f9904f14 100644 --- a/robot-capsule-urdf/PLIST +++ b/robot-capsule-urdf/PLIST @@ -1,3 +1,8 @@ +@comment Mon May 30 12:15:47 CEST 2016 +include/robot_capsule_urdf/config.h +include/robot_capsule_urdf/config.hh +include/robot_capsule_urdf/deprecated.hh +include/robot_capsule_urdf/warning.hh lib/pkgconfig/robot_capsule_urdf.pc lib/robot_capsule_urdf/robot_capsule_urdf share/robot_capsule_urdf/package.xml -- GitLab