kbibtex (0.9.81-2) unstable; urgency=medium
* Team upload.
[ Andreas Tille ]
* Follow a hint of Rik Mills and rather Build-Depend: qtwebengine5-dev
[ Pino Toscano ]
* Switch watch file to track the official tarballs, rather than random tags
on the GitHub mirror.
* Drop our own debian/missing-sources/COPYING-CMAKE-SCRIPTS and the reference
to it in debian/copyright, as this file is no more referenced by upstream
sources.
* Stop rebuilding the application icon: upstream ships already proper icons,
and more sized can be asked to be shipped in case they are needed
- drop the imagemagick, inkscape, and librsvg2-bin build dependencies,
no more needed now
* Drop all the manual handling of build flags, as everything is properly
handled already since debhelper compatibility 9.
* Drop all the development files, i.e. cmake config files and headers, in
addition to .so symlinks.
* Install the missing files.
* Unregister the old /etc/xdg/kbibtexrc conffile.
* Stop passing --list-missing to dh_missing, as everything is installed now.
* Drop the 'run' autopkgtest:
- never passed (at least in the last 3 years)
- too fragile to maintain
- it does not test anything much of use
* Reference the actual upstream Git repository in debian/upstream/metadata.
* Use the kf5 dh addon, so common bits for KF5-based applications (e.g. not
compressing the DocBook documentation) are applied.
* Remove the explicit as-needed linking, as it is done by binutils now.
* Drop the wrong Multi-Arch: foreign field from kbibtex, as it is hardly a
"tool" for other architectures.
* Update and simplify the lintian overrides.
* Update the build dependencies according to the upstream build system:
- bump cmake to 3.7.2
- bump the Qt packages to 5.9.0
- bump the KF packages to 5.51.0
- explicitly add gettext, libicu-dev, pkg-config, and shared-mime-info
- remove the unused/unneeded qtbase5-dev-tools, libkf5itemviews-dev,
libkf5completion-dev, libqca-qt5-2-dev, and libxslt1-dev
* The unit tests still fail, so disable their build by passing
-DBUILD_TESTING=OFF to cmake.
* Do not export DH_VERBOSE=1, as there is no need to get a really verbose
build log by default.
* Restrict the qtwebengine5-dev build dependency to the architectures where
it is present, using libqt5webkit5-dev on any other architecture.
* Backport upstream commit
40d3149cfaf5c3b1f3b1110617d291eb332d76f3 to fix
the installation of the man page; patch
upstream_cmake-use-the-right-variable-for-man-page-install-de.patch
- update debian/kbibtex-data.install
- drop debian/kbibtex-data.manpages, no more needed now
[dgit import unpatched kbibtex 0.9.81-2]