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
|
openvdb (7.1.0-2) unstable; urgency=medium
* d/compat: Update compat to 11
-- Mathieu Malaterre <malat@debian.org> Thu, 10 Sep 2020 08:08:43 +0200
openvdb (7.1.0-1) experimental; urgency=medium
* New upstream version 7.1.0
* d/patches: Remove tbb.patch fixed upstream
* d/patches: Refresh offsets in patches
* d/patches: Remove patch removecxx14.patch not required anymore
* d/control: Simplify boost dependencies
* d/control: Run wrap-and-sort
* d/control: Update for SOVERSION 7.1
-- Mathieu Malaterre <malat@debian.org> Thu, 20 Aug 2020 13:53:25 +0200
openvdb (7.0.0-3) unstable; urgency=medium
* d/vdb_lod.1: Fix typo in man page
* d/control: Not-ideal solution for building against default python version. Closes: #951829
* d/control: Remove lintian warning ancient-python-version-field
-- Mathieu Malaterre <malat@debian.org> Fri, 10 Apr 2020 21:24:02 +0200
openvdb (7.0.0-2) unstable; urgency=medium
* d/control: Add missing ref to vdb_lod
-- Mathieu Malaterre <malat@debian.org> Mon, 23 Mar 2020 08:49:33 +0100
openvdb (7.0.0-1) experimental; urgency=medium
* New upstream version 7.0.0
* d/patches: Refresh patches for new release
* d/control: Update package version since new ABI
* d/rules: Update rules file to match new upstream
* d/control: Replace python3-all-dev with python3.7-dev. Closes: #951829
* d/control: Remove dependency to jemalloc. See #951704 for details
* d/rules: Add missing log4cplus cmake option
-- Mathieu Malaterre <malat@debian.org> Thu, 05 Mar 2020 15:55:40 +0000
openvdb (6.2.1-8) unstable; urgency=medium
* d/control: Keep explicit X-Python3-Version reference
-- Mathieu Malaterre <malat@debian.org> Fri, 21 Feb 2020 10:21:12 +0100
openvdb (6.2.1-7) unstable; urgency=medium
* d/patches: Resolve all symbols of python module
* d/patches: Fix unit tests
* d/control: Remove explicit X-Python3-Version reference
-- Mathieu Malaterre <malat@debian.org> Fri, 21 Feb 2020 08:52:44 +0100
openvdb (6.2.1-6) experimental; urgency=medium
* d/rules: Add missing dependency on help2man
-- Mathieu Malaterre <malat@debian.org> Wed, 19 Feb 2020 09:15:36 +0100
openvdb (6.2.1-5) experimental; urgency=medium
* d/rules: Fix compilation issue on mipsel
* d/rules: do not build test with nocheck in DEB_BUILD_OPTIONS
* d/rules: Simplify python version handling. Closes: #948186
* d/rules: Simplify manpages generation
* d/rules: Remove static lib for now
* d/rules: Remove RPATH since not used
* d/patches: Remove explicit -std=c++11 from compilation line
-- Mathieu Malaterre <malat@debian.org> Tue, 18 Feb 2020 22:17:59 +0100
openvdb (6.2.1-4) experimental; urgency=medium
* d/control: Make sure to use cmake after 3.14 for numpy/cmake
* d/control: Update Std-Vers to 4.5.0, no changes needed
* d/control: add dep libxxf86vm-dev
* d/patch: Add support for arches where -latomic is required
-- Mathieu Malaterre <malat@debian.org> Sun, 16 Feb 2020 21:04:20 +0100
openvdb (6.2.1-3) experimental; urgency=medium
* d/patches: Make tbb inspection portable
-- Mathieu Malaterre <malat@debian.org> Mon, 11 Nov 2019 18:14:12 +0100
openvdb (6.2.1-2) experimental; urgency=medium
[ Mathieu Malaterre ]
* d/control: Add pkg-config dependency
[ GSR ]
* libopenvdb-dev should depend on libtbb-dev & libblosc-dev. Closes: #917306
-- Mathieu Malaterre <malat@debian.org> Sun, 10 Nov 2019 17:54:58 +0100
openvdb (6.2.1-1) experimental; urgency=medium
* New upstream version 6.2.1
* d/patches: refresh patches, remove unneeded
* d/patches: Force python3 system inspection
* d/rules: Switch to cmake build system
* d/control: Update missing dependencies
* d/control: Explicit reference X-Python3-Version: 3.7
* d/control: Update reference to SONAME
* d/patches: Add python3 patch
* d/manpages: Refresh manpages
-- Mathieu Malaterre <malat@debian.org> Fri, 08 Nov 2019 14:01:51 +0100
openvdb (5.2.0-7) unstable; urgency=medium
* d/control: Remove explicit X-Python-Version
* d/control: Update to latest Std-Vers. No changes needed
-- Mathieu Malaterre <malat@debian.org> Fri, 18 Oct 2019 10:38:29 +0200
openvdb (5.2.0-6) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field.
* Use debhelper-compat instead of debian/compat.
[ Matthias Klose ]
* Only build with parallel=2 on arm64 and ppc64el.
[ Mathieu Malaterre ]
* debian/watch: Update to latest URL for download
* d/control: Move to Multimedia team packaging
* Move python package to python3. Closes: #849426, #937215
-- Mathieu Malaterre <malat@debian.org> Mon, 30 Sep 2019 16:28:06 +0200
openvdb (5.2.0-5.1) unstable; urgency=medium
* Non-maintainer upload.
* Eliminate dependency on epydoc, which will be removed (closes: #933616)
- Update debian/control to remove Build-Depends-Indep: python-epydoc
- Update debian/rules to no longer build epydoc documentation
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 02 Aug 2019 19:14:40 +0000
openvdb (5.2.0-5) unstable; urgency=medium
* Upload to unstable
-- Mathieu Malaterre <malat@debian.org> Mon, 19 Nov 2018 21:28:18 +0100
openvdb (5.2.0-4) experimental; urgency=medium
[ Giovanni Mascellani ]
* FTBFS with boost1.67. Closes: 911891
[ Mathieu Malaterre ]
* Really prefer -g1 on mips/el
-- Mathieu Malaterre <malat@debian.org> Mon, 19 Nov 2018 12:17:05 +0100
openvdb (5.2.0-3) experimental; urgency=medium
* Revert --reduce-memory-overheads prefer -g1 for now
-- Mathieu Malaterre <malat@debian.org> Thu, 15 Nov 2018 16:42:28 +0100
openvdb (5.2.0-2) experimental; urgency=medium
* Pass --reduce-memory-overheads to gas on mips/mipsel
-- Mathieu Malaterre <malat@debian.org> Wed, 14 Nov 2018 15:36:41 +0100
openvdb (5.2.0-1) experimental; urgency=medium
* New upstream release.
* Bump Std-Vers to 4.2.1, no changes needed
-- Mathieu Malaterre <malat@debian.org> Thu, 25 Oct 2018 21:07:05 +0200
openvdb (5.0.0-2) unstable; urgency=medium
* Bump Std-Vers to 4.1.3. No changes needed
* Add patch to cope with blosc API change. Closes: #894151
Thanks to Juhani Numminen for patch.
-- Mathieu Malaterre <malat@debian.org> Wed, 04 Apr 2018 22:08:41 +0200
openvdb (5.0.0-1) unstable; urgency=medium
* New upstream release.
* Remove patch not needed: d/p/fixversionnamesrc.patch
* Remove patch applied upstream: d/p/install_lib.patch
* Add patch that remove explicit -std=c++11
-- Mathieu Malaterre <malat@debian.org> Tue, 26 Dec 2017 10:41:24 +0100
openvdb (4.0.2-3) unstable; urgency=medium
* Add dep on libilmbase-dev. Closes: #879896
* Fix build on sh4
* Bump Std-Vers to 4.1.2, no changes needed
* Install missing vdb_lod man page
-- Mathieu Malaterre <malat@debian.org> Wed, 13 Dec 2017 12:55:40 +0100
openvdb (4.0.2-2) unstable; urgency=high
* Fix build on mips*. Closes: #879636
-- Mathieu Malaterre <malat@debian.org> Wed, 22 Nov 2017 21:46:44 +0100
openvdb (4.0.2-1) unstable; urgency=medium
* New upstream release.
* Bump Std-Vers to 4.1.0, no changes needed
-- Mathieu Malaterre <malat@debian.org> Thu, 21 Sep 2017 22:15:57 +0200
openvdb (3.2.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix build on mips*. Closes: #847752
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 24 Dec 2016 09:31:28 +0100
openvdb (3.2.0-2) unstable; urgency=medium
* Reactivate old patch (refreshed). Closes: #835419
+ d/p/size_t.patch
* Remove old patch, not needed anymore:
- d/p/fixnumpy.patch
-- Mathieu Malaterre <malat@debian.org> Fri, 26 Aug 2016 12:13:08 +0200
openvdb (3.2.0-1) unstable; urgency=medium
* new upstream
* make sure to remove c++11 compilation mode for now
+ d/p/remove_cxx0.patch
-- Mathieu Malaterre <malat@debian.org> Tue, 23 Aug 2016 14:44:24 +0200
openvdb (3.1.0-4) unstable; urgency=medium
* Fix compilation with GCC6. Closes: #831067
* Bump Std-Vers to 3.9.8, no changes needed
-- Mathieu Malaterre <malat@debian.org> Thu, 21 Jul 2016 11:37:42 +0200
openvdb (3.1.0-3) unstable; urgency=medium
* FTBFS when built with dpkg-buildpackage -A. Closes: #807023
* public extension linked with libpython2.7. Closes: #801861
* add direct build-dependency on libglu. Closes: #813016
-- Mathieu Malaterre <malat@debian.org> Tue, 01 Mar 2016 10:27:33 +0100
openvdb (3.1.0-2) unstable; urgency=medium
* Fix compilation on 32bits. Closes: #801802
-- Mathieu Malaterre <malat@debian.org> Fri, 16 Oct 2015 13:55:15 +0200
openvdb (3.1.0-1) unstable; urgency=medium
* new upstream
* add c-blosc
* Remove symbols file, too complex to maintain
* register doc against doc-base
* Remove numpy warnings. Closes: #751761
-- Mathieu Malaterre <malat@debian.org> Tue, 13 Oct 2015 17:03:48 +0200
openvdb (3.0.0-3.2) unstable; urgency=medium
* Non-maintainer upload.
* Build-depend on libtbb-dev (>= 4.3~20150611-0.1).
* Update symbols files.
-- Matthias Klose <doko@debian.org> Sun, 06 Sep 2015 14:16:56 +0200
openvdb (3.0.0-3.1) unstable; urgency=high
* Non-maintainer upload.
* Include -latomic in the linker line to deal with the new libtbb.
Closes: #787084.
* Regenerate the symbols file for the new libstdc++ ABI.
Closes: #791740.
-- Matthias Klose <doko@debian.org> Thu, 03 Sep 2015 23:45:14 +0200
openvdb (3.0.0-3) unstable; urgency=medium
* Fix symbols file on armhf/i386/ppc64
-- Mathieu Malaterre <malat@debian.org> Wed, 10 Jun 2015 14:36:57 +0200
openvdb (3.0.0-2) unstable; urgency=medium
* Fix symbols file manually.
* Fix debian/rules clean target (doxygen left a *.db file)
-- Mathieu Malaterre <malat@debian.org> Thu, 28 May 2015 15:29:20 +0200
openvdb (3.0.0-1) unstable; urgency=medium
* New upstream: 3.0
* Add a timeout for arm64. Closes: #770487
* Add symbols files
-- Mathieu Malaterre <malat@debian.org> Tue, 26 May 2015 17:07:31 +0200
openvdb (2.3.0-2) unstable; urgency=low
* Add python binding. Closes: #751763
-- Mathieu Malaterre <malat@debian.org> Fri, 04 Jul 2014 10:37:00 +0200
openvdb (2.3.0-1) unstable; urgency=low
* New release
* Build with log4cplus
-- Mathieu Malaterre <malat@debian.org> Wed, 04 Jun 2014 14:24:29 +0200
openvdb (2.1.0-1) unstable; urgency=low
* New upstream
* Build on armhf. Closes: #731905
* Remove patch applied upstream:
- debian/patches/fix715427.patch
* Fix compilation with gcc 4.8:
+ debian/patches/fixcomp1.patch
-- Mathieu Malaterre <malat@debian.org> Sat, 11 Jan 2014 19:27:54 +0100
openvdb (2.0.0-3) unstable; urgency=low
* Upload to sid. Closes: #715427
* Bump Std-Vers to 3.9.5, no changes needed
-- Mathieu Malaterre <malat@debian.org> Tue, 10 Dec 2013 09:03:34 +0100
openvdb (2.0.0-2) experimental; urgency=low
* Fix compilation on 32bits arch
* Fix compilation on armhf/tbb
-- Mathieu Malaterre <malat@debian.org> Mon, 02 Dec 2013 20:47:37 +0100
openvdb (2.0.0-1) experimental; urgency=low
* New release: 2.0
-- Mathieu Malaterre <malat@debian.org> Wed, 27 Nov 2013 11:03:04 +0100
openvdb (1.2.2-1) experimental; urgency=low
* Take snapshot from upstream
-- Mathieu Malaterre <malat@debian.org> Sun, 13 Oct 2013 16:11:51 +0200
openvdb (1.2.0-2) experimental; urgency=low
* Incorporate changes from new dev tag
-- Mathieu Malaterre <malat@debian.org> Thu, 18 Jul 2013 09:26:46 +0200
openvdb (1.2.0-1) unstable; urgency=low
* New upstream. Fix vdb_view compilation (x86)
* Refresh patches
-- Mathieu Malaterre <malat@debian.org> Thu, 04 Jul 2013 08:27:12 +0200
openvdb (1.1.1-1) unstable; urgency=low
* New upstream. Need libjemalloc-dev as depends
* Refresh patches
-- Mathieu Malaterre <malat@debian.org> Wed, 22 May 2013 21:17:32 +0200
openvdb (1.1.0-1) unstable; urgency=low
* 1.1.0 release
* Refresh patches
-- Mathieu Malaterre <malat@debian.org> Wed, 10 Apr 2013 10:44:23 +0200
openvdb (1.0.0-1) unstable; urgency=low
* 1.0 release, stable API
* Upstream now ships source code as zip
* Refresh patches
* Use doxygen-latex package since latex is required for formulas
-- Mathieu Malaterre <malat@debian.org> Mon, 18 Mar 2013 13:11:20 +0100
openvdb (0.104.0-1) unstable; urgency=low
* New upstream
* Remove patch applied upstream:
- d/p/fix32bitscomp.patch
* Use LDFLAGS to fix lintian warnings
-- Mathieu Malaterre <malat@debian.org> Sat, 16 Feb 2013 11:23:08 +0100
openvdb (0.103.1-1) unstable; urgency=low
* New upstream
* Refreshed patch:
- debian/patches/fixversionnamesrc.patch
-- Mathieu Malaterre <malat@debian.org> Sat, 16 Feb 2013 10:45:00 +0100
openvdb (0.103.0-1) unstable; urgency=low
* New upstream
* Prefer SVG output in doxygen over heavy PNGs
- debian/patches/use_svg.patch
* Simplify doxygen B-D-I
-- Mathieu Malaterre <malat@debian.org> Mon, 14 Jan 2013 12:52:26 +0100
openvdb (0.102.0-1) unstable; urgency=low
* New upstream. Toward OpenVDB 1.0
* Refresh patches
* Update related to the copy-on-write changes.
* Update Std-Vers to 3.9.4, no changes needed
-- Mathieu Malaterre <malat@debian.org> Wed, 19 Dec 2012 21:36:13 +0000
openvdb (0.99.0-2) unstable; urgency=low
* Remove patch level from source code. Closes: #695665
* Fix compilation on powerpc/x86. Closes: #695689
* Execute the test suite in verbose mode
-- Mathieu Malaterre <malat@debian.org> Wed, 12 Dec 2012 12:30:03 +0100
openvdb (0.99.0-1) unstable; urgency=low
* Initial upload to Debian. Closes: #689694
-- Mathieu Malaterre <malat@debian.org> Wed, 05 Dec 2012 13:16:06 +0100
|