Codebase list ros-dynamic-reconfigure / 9ffad80
Move pkg-config and CMake config files to /usr/lib/<triplet> Timo Röhling 2 years ago
5 changed file(s) with 28 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
44 Leopold Palomo-Avellaneda <leo@alaxarxa.net>
55 Build-Depends: debhelper-compat (= 13),
6 catkin, libroscpp-core-dev, ros-message-generation, libstd-msgs-dev,
6 catkin (>= 0.8.10-1~), libroscpp-core-dev, ros-message-generation, libstd-msgs-dev,
77 python3-rospy, python3-rostest,
88 python3-all, python3-setuptools,
99 libboost-dev,
00 usr/include/dynamic_reconfigure
11 usr/share/dynamic_reconfigure
22 usr/lib/*/lib*.so
3 usr/share/pkgconfig
3 usr/lib/*/pkgconfig
4 usr/lib/*/cmake
0 From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
1 Date: Mon, 20 Sep 2021 01:54:19 +0200
2 Subject: Fix basedir location for dynamic_reconfigure macros
3
4 ---
5 cmake/dynamic_reconfigure-extras.cmake.em | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/cmake/dynamic_reconfigure-extras.cmake.em b/cmake/dynamic_reconfigure-extras.cmake.em
9 index 9b56bfb..9e70a47 100644
10 --- a/cmake/dynamic_reconfigure-extras.cmake.em
11 +++ b/cmake/dynamic_reconfigure-extras.cmake.em
12 @@ -3,7 +3,7 @@
13 set(dynamic_reconfigure_BASE_DIR "@(CMAKE_CURRENT_SOURCE_DIR)")
14 @[else]@
15 # base dir in installspace
16 -set(dynamic_reconfigure_BASE_DIR "${dynamic_reconfigure_DIR}/..")
17 +set(dynamic_reconfigure_BASE_DIR "/usr/share/dynamic_reconfigure")
18 @[end if]@
19
20 include(${dynamic_reconfigure_BASE_DIR}/cmake/dynamic_reconfigure-macros.cmake)
11 0002-Switch-to-Python-3.patch
22 0003-Strip-path-from-strfile-to-make-build-reproducible.patch
33 0004-Switch-to-new-boost-bind-bind.hpp.patch
4 0005-Fix-basedir-location-for-dynamic_reconfigure-macros.patch
77 %:
88 dh $@ --buildsystem=cmake --builddirectory=build
99
10 execute_after_dh_auto_install:
11 rm debian/tmp/usr/share/dynamic_reconfigure/cmake/dynamic_reconfigure-extras.cmake.em
12
1013 override_dh_auto_test:
1114 make -C build run_tests
1215 # ignore tests results due to broken tests