Package: gpsbabel
Version: 1.9.0+ds-3
The debian build of gpsbabel has assertions enabled, i.e.. NDEBUG is not
defined. The expectation of the gpsbabel maintainers was that
CMAKE_BUILD_TYPE would be set to Release or RelWithDebInfo, and that
would cause NDEBUG to be defined thus disabling ass
Having the wrong version in pom.xml results in the deb having the
following files incorrectly named:
root@d19edf0ef10b:/app# diff before after
9c9
< -rw-r--r-- root/root 323778 2024-01-05 16:32
./usr/share/java/dom4j-2.1.1.jar
---
> -rw-r--r-- root/root 323778 2024-01-05 16:32
./usr/sha
Package: libdom4j-java
Version: 2.1.4-1
The package uses the source for 2.1.4, but the project/version element
has value 2.1.1 in debian/pom.xml.
The original report dropped the final double quote in the fix. Here is the
corrected fix.
$ diff /usr/bin/fop fop
46c46
< . $HOME/.foprc
---
> . "$HOME/.foprc"
The underlying issue here is likely
https://bugreports.qt.io/browse/QTBUG-91558
Why do many qt6 packages have a dependency on qtchooser if you are not
supporting Qt6 with qtchooser?
qt6-webengine-dev-tools
qt6-l10n-tools
qt6-documentation-tools
qt6-declarative-dev-tools
qt6-base-dev-tools
qmlscene-qt6
qml-qt6
assistant-qt6
linguist-qt6
designer-qt6
6 matches
Mail list logo