dh-ros (0.13.5) unstable; urgency=medium * Allow maintainer override for ROS_IP/ROS_HOSTNAME * Make sure that builddir is removed on clean * Set ROS_HOME and expose as {homedir} -- Timo Röhling Wed, 17 Apr 2024 12:04:07 +0200 dh-ros (0.13.4) unstable; urgency=medium * Team upload. * Set ROS_IP for tests -- Jochen Sprickerhof Tue, 19 Mar 2024 07:55:42 +0100 dh-ros (0.13.3) unstable; urgency=medium * Respect maintainer overrides for search paths * Set CPATH to {destdir}/usr/include for catkin builds -- Timo Röhling Sun, 17 Mar 2024 21:06:30 +0100 dh-ros (0.13.2) unstable; urgency=medium * Do not skip environment generation for custom install prefixes * Set -DBUILD_TESTING=OFF for packages which skip testing anyway -- Timo Röhling Fri, 24 Nov 2023 12:12:55 +0100 dh-ros (0.13.1) unstable; urgency=medium * Clean __pycache__ artifacts -- Timo Röhling Thu, 14 Sep 2023 14:25:44 +0200 dh-ros (0.13.0) unstable; urgency=medium * Black reformatting * Rename COMMAND_PREFIX to WRAPPER and update a few hook variables -- Timo Röhling Tue, 08 Aug 2023 11:29:30 +0200 dh-ros (0.12.0) unstable; urgency=medium * Set canonical value DEB_PYTHON_INSTALL_LAYOUT=deb. This behaves identical to deb_system, but is consistent with pybuild. * Add support for alternative install prefixes * Resolve hook variables in _ARGS and _COMMAND_PREFIX -- Timo Röhling Sun, 06 Aug 2023 21:14:20 +0200 dh-ros (0.11.2) unstable; urgency=medium * Set DEB_PYTHON_INSTALL_LAYOUT=deb_system globally -- Timo Röhling Thu, 27 Jul 2023 11:24:21 +0200 dh-ros (0.11.1) unstable; urgency=medium * Be verbose about executing catkin_test_results * Bump Standards-Version to 4.6.2 -- Timo Röhling Fri, 23 Dec 2022 16:30:48 +0100 dh-ros (0.11.0) unstable; urgency=medium * Team upload. * Support custom catkin test action -- Jochen Sprickerhof Fri, 16 Dec 2022 08:19:14 +0100 dh-ros (0.10.0) unstable; urgency=medium * Add ROS_*_COMMAND_PREFIX variables -- Timo Röhling Wed, 14 Dec 2022 22:58:04 +0100 dh-ros (0.9.0) unstable; urgency=medium * Fix f-string * Make ROS_IGNORE_TEST_RESULTS behavior consistent with ROS_SKIP_TESTS -- Timo Röhling Sat, 17 Sep 2022 21:50:25 +0200 dh-ros (0.8.2) unstable; urgency=medium * Invoke clean target with correct build dir * Indent command line to be consistent with other dh tools * Tweak build output * Add test package build to autopkgtest -- Timo Röhling Fri, 19 Aug 2022 13:48:58 +0200 dh-ros (0.8.1) unstable; urgency=medium * Update rosbuilder manual page * Replace license blurb with SPDX-License-Identifier * Switch to PEP 517 build style -- Timo Röhling Wed, 10 Aug 2022 19:20:54 +0200 dh-ros (0.8.0) unstable; urgency=medium * Remove obsolete Lintian override * Add customizations for clean target * Remove .egg-info folders on clean -- Timo Röhling Thu, 28 Jul 2022 00:10:33 +0200 dh-ros (0.7.1) unstable; urgency=medium * Remove .pytest_cache folders after install step -- Timo Röhling Sat, 28 May 2022 15:48:55 +0200 dh-ros (0.7.0) unstable; urgency=medium * Fix test support for ament_cmake_python packages * Add ROS_SKIP_TESTS variable -- Timo Röhling Fri, 27 May 2022 17:52:53 +0200 dh-ros (0.6.1) unstable; urgency=medium * Mention default search depth in manual page * Fix exit code regression * Add autopkgtest -- Timo Röhling Fri, 27 May 2022 11:13:31 +0200 dh-ros (0.6.0) unstable; urgency=medium * Improve ROS_*_ARGS logic * Set BUILD_SHARED_LIBS=ON by default * Add build type specific ROS_EXECUTE hooks * Rename package_suffix to package_id * Update manual page * Bump Standards-Version to 4.6.1 * Add unit test for rosbuilder -- Timo Röhling Thu, 26 May 2022 22:17:29 +0200 dh-ros (0.5.4) unstable; urgency=medium [ Jochen Sprickerhof ] * Extend rosbuilder manual page [ Timo Röhling ] * Apply black source formatting * Layout fixes and minor rewording of manual page -- Timo Röhling Thu, 19 May 2022 13:44:11 +0200 dh-ros (0.5.3) unstable; urgency=medium * Stop generating cruft and disable ament_lint_auto -- Timo Röhling Tue, 10 May 2022 19:59:24 +0200 dh-ros (0.5.2) unstable; urgency=medium * Set DEB_PYTHON_INSTALL_LAYOUT to deb_system -- Jochen Sprickerhof Thu, 31 Mar 2022 17:45:14 +0200 dh-ros (0.5.1) unstable; urgency=medium [ Jochen Sprickerhof ] * Clean pybuild in dh_auto_clean [ Timo Röhling ] * Partially revert pybuild cleaning logic * Update copyright years * Move rosbuilder code named module * Add sanity check for version number -- Timo Röhling Tue, 22 Mar 2022 10:49:45 +0100 dh-ros (0.5.0) unstable; urgency=medium * Add ROS_IGNORE_TEST_RESULTS variable -- Timo Röhling Wed, 19 Jan 2022 22:32:30 +0100 dh-ros (0.4.0) unstable; urgency=medium * Use {dir} instead of {sourcedir} like pybuild does * Clean pybuild staging area for each package * Do not configure out-of-source build with pybuild * Pass correct destdir to dh_auto_install * Add support for build type specific extra arguments * Set -DBUILD_TESTING=OFF for 'nocheck' builds * Silence CMake warning on unused CLI variables * Fix sitedir path for supported Python versions -- Timo Röhling Tue, 18 Jan 2022 13:38:39 +0100 dh-ros (0.3.0) unstable; urgency=medium * Add PYTHONPATH support * Add logging facility -- Timo Röhling Mon, 22 Nov 2021 18:21:04 +0100 dh-ros (0.2.0) unstable; urgency=medium * Refactor code * Simplify script installation * Add first test * Convert Path to str for shlex * Treat export depends like regular ones * Improve output -- Timo Röhling Mon, 22 Nov 2021 09:25:07 +0100 dh-ros (0.1.0) unstable; urgency=medium * Initial release. -- Timo Röhling Thu, 14 Oct 2021 00:37:34 +0200