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
|
python-escript (5.6-3) unstable; urgency=medium
* Fix FTBFS with new DFLAG in dpkg-buildflags. Closes: #986516
-- Alastair McKinstry <mckinstry@debian.org> Wed, 07 Apr 2021 17:17:31 +0100
python-escript (5.6-2) unstable; urgency=medium
* Ack bugs fixed: Closes: #976555, #976687
* Fix boost_numpy.patch to find lib properly
-- Alastair McKinstry <mckinstry@debian.org> Thu, 10 Dec 2020 17:53:59 +0000
python-escript (5.6-1) unstable; urgency=medium
* New upstream release
* Drop python3-sympy until escript supports sympy > 1.2. Closes: #876555
* Fix bug in sid_options.py that results in linking to the wrong
boost_python library. Closes: #97687
* Patch g++-10.patch to fix compilation on g++-10
* Patch tex.patch to fix errors that break on pdflatex
* Drop python3-gdal; escript exports gdal module, not osgeo. Needs updating
* Build-depend and support:
- libcppunit-dev for cppunit
- libsuitesparse-dev for umfpack
- libboost-numpy-dev for Numpy Boost support
- libboost-iostream-dev for compressed files support
- Drop trilinos build-deps; currently not working
- B-D on libscotchmetis-dev and libscotchparmetis-dev for parmetis support
* Debhelper level 13
* Standards-Version: 4.5.1
* No longer ignore dwz errors; fixed
* Patch boost_numpy.patch to find correct lib
-- Alastair McKinstry <mckinstry@debian.org> Wed, 09 Dec 2020 16:57:30 +0000
python-escript (5.5-5) unstable; urgency=medium
* Update py3 patch for python3.8 as default
* Fix boost library version detection in d/sid_options.py
* Disable boost_numpy detection - it crashes scons
-- Alastair McKinstry <mckinstry@debian.org> Mon, 09 Mar 2020 20:49:07 +0000
python-escript (5.5-4) unstable; urgency=medium
* Ensure -mxgot is used on mips64el to enable linking against boost_python
-- Alastair McKinstry <mckinstry@debian.org> Mon, 24 Feb 2020 09:12:01 +0000
python-escript (5.5-3) unstable; urgency=medium
* Set -O0 on mips64el builds. Closes: #917869
-- Alastair McKinstry <mckinstry@debian.org> Tue, 18 Feb 2020 12:51:24 +0000
python-escript (5.5-2) unstable; urgency=medium
* Use dh-sequence-* instead of --with python3,sphinxdoc
* Set -j1 on some archs to avoid out-of-memory/hangs
* Use ${sphinxdoc:Depends} to add correct links.
Closes: #945538, #877460
-- Alastair McKinstry <mckinstry@debian.org> Mon, 17 Feb 2020 11:11:06 +0000
python-escript (5.5-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.5.0
* Patches to support scons build files with python3
-- Alastair McKinstry <mckinstry@debian.org> Sun, 16 Feb 2020 11:10:18 +0000
python-escript (5.4-4) unstable; urgency=medium
* Fix build issue on 32-bit systems: split debian/sid_options.py into
mpi and non-mpi parts, settin werror=False
-- Alastair McKinstry <mckinstry@debian.org> Thu, 19 Dec 2019 08:45:32 +0000
python-escript (5.4-3) unstable; urgency=medium
* Drop python-numpy build-depends. Closes: #937731
* Standards-Version now 4.4.1.0
* Build-Depend on trilinos-dev for 64-bit archs
* Build-depend on gmsh
* Drop -Wno-maybe-uninitialized and use -Wno-unitialized instead because of
warnings. Closes: #917689
-- Alastair McKinstry <mckinstry@debian.org> Mon, 16 Dec 2019 14:17:27 +0000
python-escript (5.4-2) unstable; urgency=medium
* Close bug fixed in previous release. Closes: #925519
* Build-depend on python3-gdal, sympy, matplotlib
* Enable -Wno-maybe-uninitialized for 32-bit builds.
-- Alastair McKinstry <mckinstry@debian.org> Sun, 28 Jul 2019 08:40:49 +0100
python-escript (5.4-1) unstable; urgency=medium
* New upstream release
* Drop python2 variants, as upstream python-pyproj dependency is gone
Closes: #932615, #932681
* Standards-Version: 4.4.0
* Use debhelper-compat (=12)
-- Alastair McKinstry <mckinstry@debian.org> Sun, 21 Jul 2019 11:56:22 +0100
python-escript (5.3-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Standards-Version now 4.3.0
* Update VCS-* fields to point to salsa.debian.org
* Move scons config to debian/sid_option.py
* Set -Os -g1 -Wl,--no-keep-memory on low-mem archs
-- Alastair McKinstry <mckinstry@debian.org> Sat, 19 Jan 2019 14:33:58 +0000
python-escript (5.2-4) unstable; urgency=medium
* Fix FTBFS with multi-arch OpenMPI. Closes: #915946
* Use -g1 to avoid OOM on mips, mipsel
-- Alastair McKinstry <mckinstry@debian.org> Sat, 08 Dec 2018 12:00:49 +0000
python-escript (5.2-3) unstable; urgency=medium
* Fix from Michael Hudson-Doyle for boost python name change.
Closes: #914141
-- Alastair McKinstry <mckinstry@debian.org> Tue, 20 Nov 2018 07:03:31 +0000
python-escript (5.2-2) unstable; urgency=medium
* Enable silo support
-- Alastair McKinstry <mckinstry@debian.org> Fri, 12 Oct 2018 06:16:43 +0100
python-escript (5.2-1) unstable; urgency=medium
* Team upload
* New upstream release
* Standards-Version: 4.2.1
* B-D on libnetcdf-c++4-dev
* Drop old patches: fixsphinxversion,
* Add exception.patch for NetCDF4 errors with g++ 8.
-- Alastair McKinstry <mckinstry@debian.org> Sat, 06 Oct 2018 14:14:27 +0100
python-escript (5.1-7) unstable; urgency=medium
* Team upload
* exception.patch: fix FTBFS with gcc 8. Closes: #897840
* Standards-Version: 4.2.0
-- Alastair McKinstry <mckinstry@debian.org> Mon, 20 Aug 2018 08:54:06 +0100
python-escript (5.1-6) unstable; urgency=medium
* Team upload.
* [c8e84d99] Build fix for openmpi versions that aren't pure integers.
Closes: #896104
-- Alastair McKinstry <mckinstry@debian.org> Thu, 19 Apr 2018 15:36:45 +0100
python-escript (5.1-5) unstable; urgency=medium
* Team upload.
* [8a6e107] Also ignore strict-overflow errors in s390x, albeit it happens
only in ubuntu.
* [9134bc2] Bump Standards-Version to 4.1.3, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Mon, 01 Jan 2018 18:57:58 +0100
python-escript (5.1-4) unstable; urgency=medium
* Team upload.
* [8beca24] Try to fix FTBFS in powerpc and ppc64 by applying the same
patch used for ppc64el (disabling a warning).
* [0ea59fd] Build depend only on the default python and python3
versions. Closes: #867583
* [096248d] Bump Standards-Version to 4.1.2, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Mon, 11 Dec 2017 13:46:30 +0100
python-escript (5.1-3) unstable; urgency=medium
* Team upload.
* [48d47f2] Fix FTBFS on powerpc. Disable one warning
-- Anton Gladky <gladk@debian.org> Sun, 10 Dec 2017 12:03:41 +0100
python-escript (5.1-2) unstable; urgency=medium
* Team upload.
* [8a44bbe] Add missing space in the compiler flag. (Closes: #878496)
* [39dc272] Remove unused patches
-- Anton Gladky <gladk@debian.org> Sat, 09 Dec 2017 23:35:51 +0100
python-escript (5.1-1) unstable; urgency=medium
* Team upload.
[ Joel Fenwick ]
* [dae92b3] Upstream 5.1 - with modified /debian. (Closes: #878496)
* [fed2b67] Spelling errors found by lintian
* [ff2a920] Use libjs-mathjax instead of external site
* [419c8e9] Suppress spurious warning on 32bit builds
[ Anton Gladky ]
* [e66da0f] Add section-field to each binary
* [5c83249] Add python3-sphinx to BD
* [b1bdc76] Remove myself from uploaders
* [034da16] Apply cme fix dpkg
-- Anton Gladky <gladk@debian.org> Fri, 08 Dec 2017 20:48:12 +0100
python-escript (5.0-4) unstable; urgency=medium
[ Joel Fenwick ]
* [6f58a7e] Add sphinx-common to -doc dependencies. (Closes: #861023)
[ Anton Gladky ]
* [8713dfa] Replace latex-xcolor by texlive-latex-recommended. (Closes: #865245)
* [7ebf074] Use compat level 10.
* [70044aa] Set the highest level of hardening.
-- Anton Gladky <gladk@debian.org> Mon, 03 Jul 2017 22:02:53 +0200
python-escript (5.0-3) unstable; urgency=medium
[ Paul Dreik ]
* [b33279b] Fix FTBFS due to unused variables. (Closes: #860604)
-- Anton Gladky <gladk@debian.org> Wed, 19 Apr 2017 13:37:17 +0200
python-escript (5.0-2) unstable; urgency=medium
[ Joel Fenwick ]
* [a75d1b9] Fix moved openmpi lib problem (Closes: #848787)
[ Anton Gladky ]
* [b80952a] Apply cme fix dpkg.
-- Anton Gladky <gladk@debian.org> Thu, 05 Jan 2017 22:34:39 +0100
python-escript (5.0-1) unstable; urgency=medium
* New version upload
-- Joel Fenwick <j.oelpublic@gmail.com> Mon, 19 Sep 2016 12:44:21 +1000
python-escript (4.2.0.1-4) unstable; urgency=medium
[ Joel Fenwick ]
* [96dc875] Protect against g++-6 (Closes: #831149)
-- Anton Gladky <gladk@debian.org> Thu, 11 Aug 2016 20:05:23 +0200
python-escript (4.2.0.1-3) unstable; urgency=medium
[ Joel Fenwick ]
* [462f3cc] Fix missing dep on python-numpy by python-escript-mpi
* [295d646] Fix missing debug syms (and always build for sid options)
* [73c3165] Allow extraction of tests from src tree
* [ce27363] Fix py3clean issues, piuparts failure. (Closes: #826105, #826070)
[ Anton Gladky ]
* [2a88e77] Apply cme fix dpkg.
* [e0c742a] Add VCS-fields.
-- Anton Gladky <gladk@debian.org> Tue, 21 Jun 2016 23:02:46 +0200
python-escript (4.2.0.1-2) unstable; urgency=medium
[ Joel Fenwick ]
* [35b8cd4] Remove dud file + shorten copyright file
[ Anton Gladky ]
* [9f90d8c] Add libnetcdf-dev to build-depends. (Closes: #825874)
* [e75b88b] Add myself to uploaders.
-- Anton Gladky <gladk@debian.org> Wed, 01 Jun 2016 21:21:46 +0200
python-escript (4.2.0.1-1) unstable; urgency=low
* First debian release of escript. (Closes: 783157)
-- Joel Fenwick <j.oelpublic@gmail.com> Mon, 04 Apr 2016 10:49:00 +1000
Old Changelog:
python-escript (4.1-1) experimental; urgency=low
* First debian release of escript. Upstream version 4.1.
* closes: 783157
-- Joel Fenwick <j.oelpublic@gmail.com> Thu, 23 Apr 2015 17:28:21 +1000
python-escript (4.0) wheezy; urgency=low
* Release 4.0
* User guide has summary of changes
-- Joel Fenwick <joelfenwick@uq.edu.au> Thu, 16 Dec 2014 09:34:00 +1000
python-escript (3.4.2) wheezy; urgency=low
* Release 3.4.2
* User guide has summary of changes
-- Joel Fenwick <joelfenwick@uq.edu.au> Thu, 1 May 2014 12:00:00 +1000
python-escript (3.4.1) wheezy; urgency=low
* Release 3.4.1
* User guide has summary of changes
-- Joel Fenwick <joelfenwick@uq.edu.au> Thu, 12 December 2013 13:15:00 +1000
python-escript (3.4) wheezy; urgency=low
* Release 3.4
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 5 June 2013 08:47:00 +1000
escript (3.3.1-1) wheezy; urgency=low
* Release 3.3.1
* User guide has summary of changes
-- Joel Fenwick <joelfenwick@uq.edu.au> Thu, 1 November 2012 16:00:00 +1000
escript (3.3-1) squeeze; urgency=low
* Release 3.3
* User guide has more details.
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 31 October 2012 15:14:00 +1000
escript (3.1-1) lenny; urgency=low
* Release 3.1.
* Lazy being let out of its cage. Various other tweaks and features. See user guide for details.
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 31 October 2012 15:13:00 +1000
escript (3.0-1) lenny; urgency=low
* Release 3.0.
* No pyvisi anymore.
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 31 October 2012 15:12:00 +1000
escript(~3.0-1) lenny; urgency=low
* Post release 2.0.
* By JFenwick (revision 2456)
* Switched from numarray to numpy. A number of post release bugs in the documentation
* and examples files fixed.
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 31 October 2012 15:11:00 +1000
escript (~2.0-1) lenny; urgency=low
* Initial packaging attempt.
* By JFenwick (revision 2288:2290M)
-- Joel Fenwick <joelfenwick@uq.edu.au> Wed, 31 October 2012 15:10:00 +1000
|