[neon/qt/qtcreator/Neon/release] debian: update the patches
Pino Toscano
null at kde.org
Thu May 5 12:51:57 BST 2022
Git commit 53823de4cdb36c49fb64341b87c6e1507893a659 by Pino Toscano.
Committed on 20/08/2021 at 19:51.
Pushed by jriddell into branch 'Neon/release'.
update the patches
- debian_paths.diff: refresh
M +2 -0 debian/changelog
M +2 -2 debian/patches/debian_paths.diff
https://invent.kde.org/neon/qt/qtcreator/commit/53823de4cdb36c49fb64341b87c6e1507893a659
diff --git a/debian/changelog b/debian/changelog
index be425f4..01bb4e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtcreator (5.0.0~rc1-0r1) UNRELEASED; urgency=medium
* New upstream development release.
* Switch watch file to the unstable releases, mangling -beta/-rc in the
version.
+ * Update the patches:
+ - debian_paths.diff: refresh
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 20 Aug 2021 21:38:04 +0200
diff --git a/debian/patches/debian_paths.diff b/debian/patches/debian_paths.diff
index 0bfaf23..5992bd2 100644
--- a/debian/patches/debian_paths.diff
+++ b/debian/patches/debian_paths.diff
@@ -5,12 +5,12 @@ Last-Update: 2021-08-15
--- a/cmake/QtCreatorAPIInternal.cmake
+++ b/cmake/QtCreatorAPIInternal.cmake
-@@ -73,7 +73,7 @@ else ()
+@@ -75,7 +75,7 @@ else ()
set(_IDE_PLUGIN_PATH "${_IDE_LIBRARY_BASE_PATH}/qtcreator/plugins")
set(_IDE_LIBEXEC_PATH "${CMAKE_INSTALL_LIBEXECDIR}/qtcreator")
set(_IDE_DATA_PATH "${CMAKE_INSTALL_DATAROOTDIR}/qtcreator")
- set(_IDE_DOC_PATH "${CMAKE_INSTALL_DATAROOTDIR}/doc/qtcreator")
+ set(_IDE_DOC_PATH "${CMAKE_INSTALL_DATAROOTDIR}/qtcreator/doc")
set(_IDE_BIN_PATH "${CMAKE_INSTALL_BINDIR}")
+ set(_IDE_LIBRARY_ARCHIVE_PATH "${_IDE_LIBRARY_PATH}")
- set(_IDE_HEADER_INSTALL_PATH "include/qtcreator")
More information about the Neon-commits
mailing list