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
|
labplot (2.5.0-2) unstable; urgency=medium
* Make the testsuite non-fatal, since at least one of the tests fails on
almost all the architectures different than amd64.
-- Pino Toscano <pino@debian.org> Sat, 23 Jun 2018 19:18:33 +0200
labplot (2.5.0-1) unstable; urgency=medium
* New upstream release.
* Switch Vcs-* fields to salsa.debian.org.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Switch from dh_install to dh_missing for --fail-missing.
* Bump Standards-Version to 4.1.4, no changes required.
* Update watch file, no more "-kf5" variant is needed (it is the only one).
* Update the build dependencies according to the upstream build system:
- add libqt5serialport5-dev, libkf5syntaxhighlighting-dev, bison, and
libcerf-dev
- bump cmake to >= 3.2.0
- bump the KF5 build dependencies to >= 5.16.0
* Make sure the test suite can run:
- add the xauth, and xvfb build dependencies
- run dh_auto_test using xvfb-run
* Ship the upstream examples.
* Update copyright.
-- Pino Toscano <pino@debian.org> Sat, 23 Jun 2018 09:59:56 +0200
labplot (2.4.0-1) unstable; urgency=medium
* New upstream release.
* Update the build dependencies:
- bump cmake to 3.2.0
- explicitly add more frameworks packages: libkf5completion-dev,
libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
libkf5doctools-dev, libkf5iconthemes-dev, libkf5newstuff-dev,
and libkf5textwidgets-dev
- add libcfitsio-dev, for new features
- explicitly add gettext, and pkg-config
* Update the patches:
- upstream_cmake-do-not-hardcode-libdir-for-hdf5.patch: drop, fixed
upstream
* Update install files.
-- Pino Toscano <pino@debian.org> Sun, 18 Jun 2017 09:04:00 +0200
labplot (2.3.0-2) unstable; urgency=medium
* Backport upstream commit 3b69133fcf5a62f46d33a1e3adc8e44c854517d7 to fix
the HDF5 detection on architecture different than amd64; patch
upstream_cmake-do-not-hardcode-libdir-for-hdf5.patch.
* Add the libhdf5-dev build dependency, explicit and which should now work
fine on any architecture.
* Replace the deprecated kio-dev build dependency with libkf5kio-dev.
-- Pino Toscano <pino@debian.org> Sun, 02 Oct 2016 12:18:23 +0200
labplot (2.3.0-1) unstable; urgency=medium
* New upstream release:
- fix build with newer libstdc++ (Closes: #830454)
* Update Vcs-* fields.
* Update the patches:
- upstream_Include-cmath-for-std-isfinite.patch: drop, backported from
upstream
* Add the libfftw3-dev build dependency, used by the new version.
* Update copyright.
-- Pino Toscano <pino@debian.org> Tue, 26 Jul 2016 07:27:31 +0200
labplot (2.2.0-1) unstable; urgency=medium
* Re-add back to Debian.
* Backport upstream commit e3b55c7f8ff492e2db27794af53a8ad36fcc3c79 to fix
build; patch upstream_Include-cmath-for-std-isfinite.patch.
-- Pino Toscano <pino@debian.org> Sat, 21 May 2016 07:51:45 +0200
|