Package: kadu / 4.1-1

Metadata

Package Version Patches format
kadu 4.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02 about dialog.patch | (download)

kadu-core/gui/windows/about.cpp | 15 12 + 3 - 0 !
1 file changed, 12 insertions(+), 3 deletions(-)

 fixes contents of "about" dialog's tabs.
 In Kadu, "About" dialog displays, among others, a license (GPLv2) and
 ChangeLog's contents. Originally these two files are installed into
 $(CMAKE_INSTALL_PREFIX)/share subdir. To achieve that, ChangeLog must not be
 compressed (gzipped). To avoid Lintian's complaints, we change ChangeLog's
 name to about-changes-tab.txt and (in this patch) change "About" dialog's
 behavior to read this file instead of ChangeLog.
 .
 It's discouraged to ship license file if it is one of most commonly used
 licenses (like GPL) and reference to /usr/share/common-licenses/. Originally
 Kadu ships COPYING file containing GPLv2 license text. It's not installed in
 Debian package, so we have to (and we do in this patch) instruct "About"
 dialog to read /usr/share/common-licenses/GPL-2 instead of COPYING.
03 exclude_unsupported_plugins.patch | (download)

Plugins.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disabling unsupported plugins
 Some plugins are not supported in Debian, thus they're disabled.
04 fix_compilation_error_c++14_vs_gnu++11.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixed compilation error caused by coliding
 -std=c++14 and -std=gnu++11
05 no_tests_during_build.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 no tests running during the debian build