Source: collatinus Version: 12.3-1 Severity: serious Justification: ftbfs Tags: ftbfs patch Control: block 1138499 by -1
Dear Maintainer,Your package fails to build from source with the new libquazip1 version 1.7.1, because it contains a patch that hard-codes version 1.5 in the build script. I have attached a patch that bumps it to target 1.7.1; I would advise you to try and find an alternative way to patch the source such that it does not target a specific version of QuaZip, so this does not happen with every future new version.
Regards -- Ben Westover
diff --git a/debian/patches/quazip.patch b/debian/patches/quazip.patch index 7bae598..1c61ed9 100644 --- a/debian/patches/quazip.patch +++ b/debian/patches/quazip.patch @@ -22,7 +22,7 @@ Index: collatinus/collatinus.pro TEMPLATE = app TARGET = collatinus -INCLUDEPATH += . src -+INCLUDEPATH += . src /usr/include/QuaZip-Qt5-1.5 ++INCLUDEPATH += . src /usr/include/QuaZip-Qt5-1.7.1 DEPENDPATH += . qtHaveModule(printsupport): QT += printsupport
OpenPGP_signature.asc
Description: OpenPGP digital signature

