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]
Fix data loss with doi field
This simple extract of a bibtex file is corrupted by bibtex
@article{JPAMG06MU,
author = "D. V. Makarov and M. Yu. Uleysky",
doi = "10.1088/0305-4470/39/3/003",
issn = "0305-4470",
issue = "3",
journal = "Journal of Physics A: Mathematical and General",
pages = "489–497",
title = "Specific Poincaré map for a randomly-perturbed nonlinear oscillator",
volume = "39",
year = "2006"
}
If you open this file with KBibTex, doi is always cutted
to 10.1088/0305-4470 and external link, of course, don't work.
Also, KBibTex cutting this doi then saving file.
This is a data loss from original bibtex file.
bug-debian: http://bugs.debian.org/694782
Forwarded: http://gna.org/bugs/?19394
applied-upstream: 4.1
git-svn-id: http://svn.gna.org/svn/kbibtex/trunk@1120
a95f91f9-4086-4c1d-b66f-
92a7d89649f5
Gbp-Pq: Name 0006-Fix-data-loss-with-doi-fiel.patch
Remove unnecessary interpreter line from desktop file.
Without being executable it has no effect, and being executable is not necessary
for a desktop file.
Gbp-Pq: Name remove_desktop_interpreter