* Rebuild against new libnetcdf13.
* No-change rebuild for libgsl soname change.
* Add breaks/replaces on data package for moved file.
* Merge from debian; remaining changes
- Prune superfluous build depends
- Keep Kubuntu Vcs fields
- wrap-and-sort
* 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.
* New upstream release (2.4.0)
* debian/patches: drop upstream patch now in new release 2.4.0;
upstream_cmake-do-not-hardcode-libdir-for-hdf5.patch
* Update install files; new appstream data and desktop file
names/locations, and KNewStuff rc file for themes
* Add pkg-config to build-depends
* debian/patches: Add upstream patch to fix application launch from
the desktop file/menus; The KF5 port uses QCommandLineParser which
doesn't know the '-caption' parameter. The desktop file needs to use
'-qwindowtitle' instead. (LP: #1681426)
* Go back to kio-dev; that's what we have on Ubuntu.
* Rebuild against new hdf5
* 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.
* 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.
* Re-add back to Debian.
* Backport upstream commit e3b55c7f8ff492e2db27794af53a8ad36fcc3c79 to fix
build; patch upstream_Include-cmath-for-std-isfinite.patch.