Package: dlt-viewer / 2.23.0+dfsg-3

Metadata

Package Version Patches format
dlt-viewer 2.23.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
329.patch | (download)

qdlt/CMakeLists.txt | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 [patch] update cmakelists.txt to set rpath only if requested

DLT_USE_QT_RPATH variable is meant to set RPATH only when set to ON, not regardless of its value.

330.patch | (download)

CMakeLists.txt | 3 2 + 1 - 0 !
doc/dlt_viewer_user_manual.tex | 2 1 + 1 - 0 !
parser/CMakeLists.txt | 11 7 + 4 - 0 !
parser/examples/example_5/example5.pro | 2 1 + 1 - 0 !
plugin/plugin.pri | 3 2 + 1 - 0 !
qdlt/CMakeLists.txt | 22 17 + 5 - 0 !
sdk/create_sdk.bat | 17 9 + 8 - 0 !
sdk/dummycontrolplugin.pro | 6 3 + 3 - 0 !
sdk/dummydecoderplugin.pro | 6 3 + 3 - 0 !
sdk/dummyviewerplugin.pro | 6 3 + 3 - 0 !
src/CMakeLists.txt | 27 15 + 12 - 0 !
src/cmake/Linux.cmake | 10 9 + 1 - 0 !
12 files changed, 72 insertions(+), 43 deletions(-)

 [patch 1/3] src/cmake/linux.cmake

Fix installation of icons and other resource files

331.patch | (download)

doc/convert.sh | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] convert.sh: delete intermediate files after creating final
 pdf pages


332.patch | (download)

scripts/linux/version.cmake | 17 10 + 7 - 0 !
1 file changed, 10 insertions(+), 7 deletions(-)

 [patch] version.cmake: if no git is found, just leave
 GIT_PATCH_VERSION set as null. Distributions are not using the same git tree
 as upstream, or no git at all, so this check can't succeed