1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
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 <roehling@debian.org> 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 <jspricke@debian.org> Fri, 16 Dec 2022 08:19:14 +0100
dh-ros (0.10.0) unstable; urgency=medium
* Add ROS_*_COMMAND_PREFIX variables
-- Timo Röhling <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <jspricke@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> 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 <roehling@debian.org> Mon, 22 Nov 2021 09:25:07 +0100
dh-ros (0.1.0) unstable; urgency=medium
* Initial release.
-- Timo Röhling <roehling@debian.org> Thu, 14 Oct 2021 00:37:34 +0200
|