[neon/extras/clazy/Neon/release] debian: update the patches
Pino Toscano
null at kde.org
Wed Sep 7 22:14:02 BST 2022
Git commit de53dfd1503cc7f941c5dc8c94cff0c445060312 by Pino Toscano.
Committed on 15/08/2021 at 15:52.
Pushed by jriddell into branch 'Neon/release'.
update the patches
- debian-tests-link-atomic.diff: refresh
- select-clangpp.diff: refresh
M +3 -0 debian/changelog
M +2 -2 debian/patches/debian-tests-link-atomic.diff
M +3 -3 debian/patches/select-clangpp.diff
https://invent.kde.org/neon/extras/clazy/commit/de53dfd1503cc7f941c5dc8c94cff0c445060312
diff --git a/debian/changelog b/debian/changelog
index 3951f4f..3d96d8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ clazy (1.10-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
+ * Update the patches:
+ - debian-tests-link-atomic.diff: refresh
+ - select-clangpp.diff: refresh
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 15 Aug 2021 17:50:04 +0200
diff --git a/debian/patches/debian-tests-link-atomic.diff b/debian/patches/debian-tests-link-atomic.diff
index 73c0801..8575826 100644
--- a/debian/patches/debian-tests-link-atomic.diff
+++ b/debian/patches/debian-tests-link-atomic.diff
@@ -9,7 +9,7 @@ Forwarded: not-needed
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
-@@ -296,6 +296,9 @@ def link_flags():
+@@ -331,6 +331,9 @@ def link_flags():
flags = "-lQt5Core -lQt5Gui -lQt5Widgets"
if _platform.startswith('linux'):
flags += " -lstdc++"
@@ -18,4 +18,4 @@ Forwarded: not-needed
+ flags += " -latomic"
return flags
- def clazy_cpp_args():
+
diff --git a/debian/patches/select-clangpp.diff b/debian/patches/select-clangpp.diff
index 041ce00..a27768f 100644
--- a/debian/patches/select-clangpp.diff
+++ b/debian/patches/select-clangpp.diff
@@ -7,7 +7,7 @@ Last-Update: 2019-02-01
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -56,6 +56,10 @@ if(NOT CLAZY_BUILD_WITH_CLANG AND MSVC A
+@@ -57,6 +57,10 @@ if(NOT CLAZY_BUILD_WITH_CLANG AND MSVC A
message(FATAL_ERROR "\nOn MSVC you need to pass -DCLANG_LIBRARY_IMPORT=C:/path/to/llvm-build/lib/clang.lib to cmake when building Clazy.\nAlso make sure you've built LLVM with -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON")
endif()
@@ -20,7 +20,7 @@ Last-Update: 2019-02-01
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4267 /wd4244 /wd4291 /wd4800 /wd4141 /wd4146 /wd4251")
--- a/clazy.cmake
+++ b/clazy.cmake
-@@ -33,7 +33,7 @@ HELP() {
+@@ -36,7 +36,7 @@ HELP() {
VERSION() {
echo "clazy version: @CLAZY_PRINT_VERSION@"
@@ -29,7 +29,7 @@ Last-Update: 2019-02-01
}
PRLIST() {
-@@ -151,5 +151,5 @@ then
+@@ -154,5 +154,5 @@ then
$(dirname $0)/bin/clazy-standalone "$@"
fi
else
More information about the Neon-commits
mailing list