[neon/qt6/qtcreator/Neon/release] debian: fix build

Jonathan Esk-Riddell null at kde.org
Wed Oct 11 14:37:38 BST 2023


Git commit 00cbd0dcc4af60fda7f33442007fbacb3f4d0731 by Jonathan Esk-Riddell.
Committed on 11/10/2023 at 15:37.
Pushed by jriddell into branch 'Neon/release'.

fix build

M  +3    -1    debian/patches/series
M  +1    -0    debian/qtcreator.install

https://invent.kde.org/neon/qt6/qtcreator/-/commit/00cbd0dcc4af60fda7f33442007fbacb3f4d0731

diff --git a/debian/patches/series b/debian/patches/series
index 38759dc..cf42a3b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,7 +15,9 @@ qt-creator_desktop.patch
 qt-creator-debuginfod.patch
 # QtCreator specific patch for libClangFormat
 # https://code.qt.io/cgit/clang/llvm-project.git/commit/?h=release_130-based&id=42879d1f355fde391ef46b96a659afeb4ad7814a
-qt-creator-clangformat.patch
+# disabled for causing build fail jriddell 2023-10-11
+#qt-creator-clangformat.patch
+
 # Fix build against litehtml-0.8
 #qt-creator-litehtml.patch
 # allow for multiple qmake versions
diff --git a/debian/qtcreator.install b/debian/qtcreator.install
index ae44bf5..b9f9c2c 100644
--- a/debian/qtcreator.install
+++ b/debian/qtcreator.install
@@ -1,4 +1,5 @@
 usr/bin/qtcreator
+usr/bin/qtcreator.sh
 usr/lib/*/qtcreator/*
 usr/libexec/qtcreator/
 usr/share/applications/org.qt-project.qtcreator.desktop


More information about the Neon-commits mailing list