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
|
labplot (2.8.1-2) unstable; urgency=medium
* Team upload.
* Add libcantor-dev (and necessary libpoppler-qt5-dev) to B-D.
-- Norbert Preining <norbert@preining.info> Mon, 18 Jan 2021 10:45:17 +0900
labplot (2.8.1-1) unstable; urgency=medium
* New upstream release.
* Set upstream metadata fields: Repository-Browse.
* Switch the watch file to version 4, no changes required.
* Pass -DENABLE_REPRODUCIBLE=ON to cmake to improve reproducibility.
* Add the kuserfeedback-dev build dependency to enable the feedback from
users, as KUserFeedback is now available in Debian.
-- Pino Toscano <pino@debian.org> Thu, 12 Nov 2020 11:51:35 +0100
labplot (2.8.0-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
* Update standards version to 4.5.0, no changes needed.
[ Pino Toscano ]
* New upstream release.
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
- stop passing --fail-missing to dh_missing, as it is the default now
* Add Rules-Requires-Root: no.
* Switch Repository to invent.kde.org.
* Update lintian overrides.
* Switch Homepage to https://labplot.kde.org/.
* Update install files.
* Unregister labplot2_themes.knsrc as conffile, as it is no more in /etc.
* Upstream now installs the examples, so:
- stop installing them manually
- symlink /usr/share/labplot2/example_projects to
/usr/share/doc/labplot/examples for compatibility
-- Pino Toscano <pino@debian.org> Thu, 17 Sep 2020 08:09:59 +0200
labplot (2.7.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1, no changes required.
* Add the configuration for the CI on salsa.
* Add the libkf5kio-dev build dependency for the new upstream version.
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
-- Pino Toscano <pino@debian.org> Mon, 28 Oct 2019 07:54:36 +0100
labplot (2.6.0-1) unstable; urgency=medium
* New upstream release.
* Update the build dependencies according to the upstream build system:
- bump qtbase5-dev to >= 5.6.0
- add libkf5crash-dev, libkf5parts-dev, libkf5service-dev, zlib1g-dev, and
liblz4-dev
- remove libkf5kdelibs4support-dev, and libkf5kio-dev
* Update install files.
* Bump Standards-Version to 4.4.0, no changes required.
* Update copyright.
-- Pino Toscano <pino@debian.org> Thu, 11 Jul 2019 06:21:34 +0200
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
|