python-escript (5.6-6) unstable; urgency=medium * Update patch for new buildflags. Closes: #1057593 -- Alastair McKinstry Sun, 10 Dec 2023 10:53:54 +0000 python-escript (5.6-5) unstable; urgency=medium * Standards-Version: 4.6.2 * Drop build-dep on netcdf-legacy-cxx. Closes: #1038468 -- Alastair McKinstry Thu, 03 Aug 2023 11:13:07 +0100 python-escript (5.6-4) unstable; urgency=medium * Standards-Version: 4.6.0 * 'which' no longer present ; change sh scripts to use command -v or search path in python * Ignore new ASFLAGS in dpkg-buildpackage output. Closes: #10002428 * Build against latest numpy, sphinx, Closes: #999530 -- Alastair McKinstry Sat, 01 Jan 2022 11:40:25 +0000 python-escript (5.6-3) unstable; urgency=medium * Fix FTBFS with new DFLAG in dpkg-buildflags. Closes: #986516 -- Alastair McKinstry 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Tue, 20 Nov 2018 07:03:31 +0000 python-escript (5.2-2) unstable; urgency=medium * Enable silo support -- Alastair McKinstry 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 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 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 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 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 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 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 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 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 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 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 Thu, 05 Jan 2017 22:34:39 +0100 python-escript (5.0-1) unstable; urgency=medium * New version upload -- Joel Fenwick 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 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 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 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 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 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 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 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 Thu, 12 December 2013 13:15:00 +1000 python-escript (3.4) wheezy; urgency=low * Release 3.4 -- Joel Fenwick 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 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 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 Wed, 31 October 2012 15:13:00 +1000 escript (3.0-1) lenny; urgency=low * Release 3.0. * No pyvisi anymore. -- Joel Fenwick 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 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 Wed, 31 October 2012 15:10:00 +1000