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 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
|
ros-catkin (0.8.10-17) unstable; urgency=medium
[ v4hn ]
* migrate to find_package(Python)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 20 Nov 2024 17:58:34 +0100
ros-catkin (0.8.10-16) unstable; urgency=medium
* Make package prefix relocatable and do not leak build paths
-- Timo Röhling <roehling@debian.org> Fri, 27 Sep 2024 17:31:19 +0200
ros-catkin (0.8.10-15) unstable; urgency=medium
* Migrate to dh-ros
* Drop M-A: foreign from Python 3 module
* Downgrade ros-environment to Recommends
-- Timo Röhling <roehling@debian.org> Tue, 24 Sep 2024 12:16:38 +0200
ros-catkin (0.8.10-14) unstable; urgency=medium
* Silence CMake warning for find_package(PythonInterp)
* Wrap and sort Debian package files
-- Timo Röhling <roehling@debian.org> Sat, 21 Sep 2024 21:56:14 +0200
ros-catkin (0.8.10-13) unstable; urgency=medium
* Add missing build dependency on python3-setuptools (Closes: #1080789)
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 05 Sep 2024 18:13:51 +0200
ros-catkin (0.8.10-12) unstable; urgency=medium
* Use the newer unittest.mock from standard library on Python 3
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 24 Apr 2024 07:13:19 +0200
ros-catkin (0.8.10-11) unstable; urgency=medium
* Bump cmake version for tests
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 06 Jul 2023 12:44:41 +0200
ros-catkin (0.8.10-10) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Timo Röhling ]
* Disable tests in catkin packages if BUILD_TESTING=OFF
* Bump Standards-Version to 4.6.2
-- Timo Röhling <roehling@debian.org> Fri, 16 Jun 2023 20:32:39 +0200
ros-catkin (0.8.10-9) unstable; urgency=medium
* Drop nose dependency (Closes: #1018622)
* Fix lintian override
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 29 Aug 2022 16:31:04 +0200
ros-catkin (0.8.10-8) unstable; urgency=medium
* Add fix for interrogate_setup_dot_py
* Bump policy version (no changes)
* Drop versioned dependency (version is in stable)
* Fix lintian overwrite
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 02 Jun 2022 21:43:22 +0200
ros-catkin (0.8.10-7) unstable; urgency=medium
* Fix double space
* Define GMOCK_MAIN_LIBRARIES
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 27 Jan 2022 10:03:58 +0100
ros-catkin (0.8.10-6) unstable; urgency=medium
[ Timo Röhling ]
* Add myself to uploaders
* Prefer prebuilt Googletest libraries
* Remove libgtest-dev from dependencies
[ Jochen Sprickerhof ]
* Reduce diff size
* Recover full path patch (Closes: #997519)
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 25 Oct 2021 21:26:08 +0200
ros-catkin (0.8.10-5) unstable; urgency=medium
* Team upload.
* Fix MA conflict due to leaked /usr/lib/<triplet> paths
-- Timo Röhling <roehling@debian.org> Fri, 24 Sep 2021 21:59:51 +0200
ros-catkin (0.8.10-4) unstable; urgency=medium
* Team upload.
* Upload to unstable
-- Timo Röhling <roehling@debian.org> Wed, 22 Sep 2021 22:41:39 +0200
ros-catkin (0.8.10-3) experimental; urgency=medium
* Team upload.
* Ignore develspace for multi-arch installation
-- Timo Röhling <roehling@debian.org> Sat, 04 Sep 2021 19:31:31 +0200
ros-catkin (0.8.10-2) experimental; urgency=medium
* Fix expansion of library path in .pc files
-- Timo Röhling <roehling@debian.org> Fri, 03 Sep 2021 18:00:12 +0200
ros-catkin (0.8.10-1) experimental; urgency=medium
* Team upload.
* New upstream version 0.8.10
* Update patches
- Drop 0015-Strip-full-path-from-catkin_package-DEPENDS-libraries
- Drop 0003-Don't-add-default-paths-to-pkg-config-file
- Replace 0006-use-GNUInstallDirs-when-installing-into-usr
with 0005-use-Multi-Arch-dirs-when-installing-into-usr
- Renumber patches
* Bump Standards-Version to 4.6.0 (no changes)
* Add autopkgtest suite
-- Timo Röhling <roehling@debian.org> Thu, 02 Sep 2021 16:17:47 +0200
ros-catkin (0.8.9-2) unstable; urgency=medium
* Add patch to strip full library paths (Closes: #977283)
* bump policy version (no changes)
* Move pkg-config filed to share
* drop gitlab-ci
* Add patch to drop default include paths
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 21 Dec 2020 16:51:31 +0100
ros-catkin (0.8.9-1) unstable; urgency=medium
* New upstream version 0.8.9
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 17 Oct 2020 12:27:30 +0200
ros-catkin (0.8.8-1) unstable; urgency=medium
* New upstream version 0.8.8
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 28 Jul 2020 22:02:35 +0200
ros-catkin (0.8.7-1) unstable; urgency=medium
* New upstream version 0.8.7
* rebase patches
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 16 Jul 2020 15:26:31 +0200
ros-catkin (0.8.6-3) unstable; urgency=medium
* simplify d/*.install
* Add ros-environment dependency
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 12 Jun 2020 15:39:57 +0200
ros-catkin (0.8.6-2) unstable; urgency=medium
* Use GMock module from cmake-extras
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 06 Jun 2020 10:30:46 +0200
ros-catkin (0.8.6-1) unstable; urgency=medium
* New upstream version 0.8.6
* Drop Python 3 patch
* Remove Thomas from Uploaders, thanks for working on this
* bump debhelper version
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 06 Jun 2020 08:08:39 +0200
ros-catkin (0.8.0-1) unstable; urgency=medium
* New upstream version 0.8.0
* Add new dependency
* Rebase patches
* bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 28 Jan 2020 22:02:01 +0100
ros-catkin (0.7.20-1) unstable; urgency=medium
* New upstream version 0.7.20
* Rebase patches
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 14 Dec 2019 10:28:06 +0100
ros-catkin (0.7.19-4) unstable; urgency=medium
* Add patch to default to Python 3
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 26 Oct 2019 22:49:59 +0200
ros-catkin (0.7.19-3) unstable; urgency=medium
* Fix build depends
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 26 Oct 2019 17:41:24 +0200
ros-catkin (0.7.19-2) unstable; urgency=medium
* Convert to Python 3 package (Closes: #938370)
* simplify d/watch
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 26 Oct 2019 16:20:50 +0200
ros-catkin (0.7.19-1) unstable; urgency=medium
* New upstream version 0.7.19
* Rebase patches
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 13 Oct 2019 09:00:52 +0200
ros-catkin (0.7.18-1) unstable; urgency=medium
* New upstream version 0.7.18
* Update copyright
* rebase patches
* Bump policy version (no changes)
* switch to debhelper-compat and debhelper 12
* add Salsa CI
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 28 Jul 2019 20:02:42 +0200
ros-catkin (0.7.14-10) unstable; urgency=medium
* Add patch for libgtest-dev including a libgtest.a (Closes: #926265)
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 02 Apr 2019 21:05:49 +0200
ros-catkin (0.7.14-9) unstable; urgency=medium
* Add patch to protect against double -l in .pc files
(Closes: 924395)
-- Leopold Palomo-Avellaneda <leo@alaxarxa.net> Tue, 12 Mar 2019 14:26:24 +0100
ros-catkin (0.7.14-8) unstable; urgency=medium
* Add patch for -lpthread.
Thanks to Felix Geyer (Closes: #915148)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 02 Dec 2018 14:35:11 +0100
ros-catkin (0.7.14-7) unstable; urgency=medium
* Use PROJECT_NAME_INSTALL_PREFIX to detect system installs
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 18 Nov 2018 18:02:13 +0100
ros-catkin (0.7.14-6) unstable; urgency=medium
* Rework include dir patches
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 14 Nov 2018 12:55:55 +0100
ros-catkin (0.7.14-5) unstable; urgency=medium
* Add patches for ros-ros-environment
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 10 Oct 2018 22:35:56 +0200
ros-catkin (0.7.14-4) unstable; urgency=medium
* Add Python 3 dependencies
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 17 Aug 2018 15:42:02 +0200
ros-catkin (0.7.14-3) unstable; urgency=medium
* Add patch for include dirs
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 25 Jun 2018 22:08:49 +0200
ros-catkin (0.7.14-2) unstable; urgency=medium
* Move pkgconfig to share
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 18 Jun 2018 07:37:29 +0200
ros-catkin (0.7.14-1) unstable; urgency=medium
* New upstream version 0.7.14
* Remove patch applied upstream
* Fix lintian warning
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 16 Jun 2018 16:24:24 +0200
ros-catkin (0.7.13-1) unstable; urgency=medium
* New upstream version 0.7.13
* Update and Rebase patches
* Update dependency due to terminal_color move to ros-catkin-pkg
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 06 Jun 2018 13:59:59 +0200
ros-catkin (0.7.12-2) unstable; urgency=medium
* Add Python 3 package
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 27 May 2018 13:55:00 +0200
ros-catkin (0.7.12-1) unstable; urgency=medium
* New upstream version 0.7.12
* Update copyright
* Add libgtest-dev (Closes: #895713)
* Fix Lintian issues
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 27 May 2018 12:19:36 +0200
ros-catkin (0.7.11-1) unstable; urgency=medium
* Update Vcs URLs to salsa.d.o
* Move cleanup to d/clean
* Add R³
* http -> https
* New upstream version 0.7.11
* Rebase patches
* Update policy and debhelper versions
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 31 Mar 2018 22:23:56 +0200
ros-catkin (0.7.8-1) unstable; urgency=medium
* New upstream version 0.7.8
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 31 Oct 2017 08:54:53 +0100
ros-catkin (0.7.7-1) unstable; urgency=medium
* New upstream version 0.7.7
* Add lintian overrides
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 12 Aug 2017 16:07:53 +0200
ros-catkin (0.7.6-1) unstable; urgency=medium
* New upstream version 0.7.6
* Update patches
* Update policy and debhelper version
* Update copyright
* Update watch file
* Remove parallel (Default for debhelper 10)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 05 Jul 2017 07:23:50 +0200
ros-catkin (0.7.4-4) unstable; urgency=medium
* Set priority to optional to make deb check happy
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 26 Dec 2016 18:14:05 +0100
ros-catkin (0.7.4-3) unstable; urgency=medium
* Add patch to not generate env files in /usr
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 26 Dec 2016 13:52:59 +0100
ros-catkin (0.7.4-2) unstable; urgency=medium
* Add patch for gtest (Closes: #844199)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 13 Nov 2016 22:44:41 +0100
ros-catkin (0.7.4-1) unstable; urgency=medium
* New upstream version 0.7.4
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 29 Sep 2016 08:42:26 +0200
ros-catkin (0.7.3-1) unstable; urgency=medium
* New upstream version 0.7.3
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 21 Sep 2016 08:49:33 +0200
ros-catkin (0.7.2-1) unstable; urgency=medium
* New upstream version 0.7.2
* Rebase patches
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 17 Sep 2016 14:16:42 +0200
ros-catkin (0.7.1-3) unstable; urgency=medium
* Update Vcs URLs
* Update my email address
* Add patch to fix reproducible builds
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 29 Aug 2016 00:17:32 +0200
ros-catkin (0.7.1-2) unstable; urgency=medium
* Make unit tests work
* Bumped Standards-Version to 3.9.8, no changes needed.
* Simplify rules
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Tue, 26 Jul 2016 08:14:42 +0200
ros-catkin (0.7.1-1) unstable; urgency=medium
* Imported Upstream version 0.7.1
* Refresh patches
* Disable test suite for now
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Sat, 18 Jun 2016 10:51:44 +0200
ros-catkin (0.6.16-4) unstable; urgency=medium
* Fix installation of bash-completions
* Change location of libexec to lib (without triplet)
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Mon, 15 Feb 2016 21:48:11 +0100
ros-catkin (0.6.16-3) unstable; urgency=medium
* Add patch to install into multiarch dirs
* Cleanup installation
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Tue, 24 Nov 2015 21:37:51 +0100
ros-catkin (0.6.16-2) unstable; urgency=medium
* Update profile patch
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Mon, 16 Nov 2015 18:15:39 +0100
ros-catkin (0.6.16-1) unstable; urgency=medium
* Imported Upstream version 0.6.16
-- Jochen Sprickerhof <debian@jochen.sprickerhof.de> Thu, 12 Nov 2015 22:20:00 +0100
ros-catkin (0.6.15-1) unstable; urgency=medium
* Initial release. (Closes: #729048)
-- Wookey <wookey@debian.org> Fri, 06 Nov 2015 16:18:09 +0000
|