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
|
openems (0.0.35+git20190103.6a75e98+dfsg.1-3.2) unstable; urgency=medium
* Non-maintainer upload.
* Add patch from Francois Mazen to build with VTK 9.
(Closes: #1013190)
* Don't build in debug mode, thanks to Thomas Lepoix.
(Closes: #1009706)
-- Adrian Bunk <bunk@debian.org> Mon, 06 Feb 2023 18:49:06 +0200
openems (0.0.35+git20190103.6a75e98+dfsg.1-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules: PYBUILD_SYSTEM = distutils to workaround FTBFS
with new dh-python. (Closes: #1002429)
-- Adrian Bunk <bunk@debian.org> Thu, 20 Jan 2022 13:19:49 +0200
openems (0.0.35+git20190103.6a75e98+dfsg.1-3) unstable; urgency=medium
* Team upload.
* Add 0008-Fix-SmoothMeshLines.py-TypeError.patch. Thanks g.l. gragnani for
the report and the pointer!
Closes: #982471
* debian/tests/control:
- mark tests superficial, as it failed to catch the above issue;
- allow-stderr due to matplotlib cache message not critical yet unfortunate.
-- Étienne Mollier <etienne.mollier@mailoo.org> Sun, 21 Feb 2021 12:09:58 +0100
openems (0.0.35+git20190103.6a75e98+dfsg.1-2) unstable; urgency=medium
* Team upload.
* Build-Depends: python3-all-dev
not python3-all, to provide Python.h. Closes: #944144, #946264.
-- Drew Parsons <dparsons@debian.org> Mon, 09 Dec 2019 15:54:42 +0800
openems (0.0.35+git20190103.6a75e98+dfsg.1-1) unstable; urgency=medium
* Upload to unstable
[ Gilles Filippini ]
* Fix FTBFS against HDF5 1.10.5 (Closes: #931539)
[ Ruben Undheim ]
* debian/control:
- New standards version 4.4.1 - no changes
- DH level 12
- Use debhelper-compat
* Drop Python 2 package
-- Ruben Undheim <ruben.undheim@gmail.com> Sat, 19 Oct 2019 19:20:44 +0200
openems (0.0.35+dfsg.1-4) unstable; urgency=medium
* Team upload.
* Fix building against Octave 5
-- Sébastien Villemot <sebastien@debian.org> Mon, 07 Oct 2019 14:02:23 +0200
openems (0.0.35+git20190103.6a75e98+dfsg.1-1~exp2) experimental; urgency=medium
* d/patches/0007-Fix-some-imports-to-make-python-interface-work.patch:
- Use 'from __future__ import absolute_import' instead to fix import in
Python2 package
* debian/control:
- Add missing install dependencies python3-matplotlib and
python-matplotlib.
* debian/gitlab-ci.yml:
- Enable continuous integration on salsa
-- Ruben Undheim <ruben.undheim@gmail.com> Thu, 21 Feb 2019 23:19:00 +0100
openems (0.0.35+git20190103.6a75e98+dfsg.1-1~exp1) experimental; urgency=low
* New upstream GIT HEAD with Python interface support
- Refreshed patches
* debian/control:
- New standards version 4.3.0 - no changes
- New binary package: python-openems
- New binary package: python3-openems
- Depend on libvtk7-qt-dev instead of libvtk6-qt-dev
- More build-dependencies for Python interface:
- cython, cython3, dh-python, python-all, python3-all
* debian/libopenems.install:
- Install more header files
* Added debian/python-openems.install
* Added debian/python3-openems.install
* d/patches/0007-Fix-some-imports-to-make-python-interface-work.patch:
- Fix import for Python 2
-- Ruben Undheim <ruben.undheim@gmail.com> Sun, 10 Feb 2019 09:14:26 +0000
openems (0.0.35+dfsg.1-3) unstable; urgency=medium
* debian/changelog:
- Fix typo
* debian/control:
- Do not build-depend on g++-7 anymore
* debian/rules:
- Now build with default g++ version
* debian/tests/octave-load:
- Handle case when run in a non-X11 environment
-- Ruben Undheim <ruben.undheim@gmail.com> Tue, 27 Nov 2018 18:59:05 +0100
openems (0.0.35+dfsg.1-2) unstable; urgency=medium
* d/patches/0007-Guard-xmmintrin.h-include-so-it-is-only-used-when-ne.patch
- Cherry-pick fix from upstream: a5a1dca8324aa12dfbf8e268fbc06c2310b91c69
* debian/rules: Set -DSSE_CORRECT_DENORMALS=0
-- Ruben Undheim <ruben.undheim@gmail.com> Fri, 23 Nov 2018 21:22:01 +0100
openems (0.0.35+dfsg.1-1) unstable; urgency=low
* Initial release (Closes: #830109)
-- Ruben Undheim <ruben.undheim@gmail.com> Sun, 02 Sep 2018 01:07:06 +0200
|