[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 fcf1186bb5ca2a22c398062a4479cdff16293341 by Pino Toscano.
Committed on 15/08/2021 at 12:24.
Pushed by jriddell into branch 'Neon/release'.
update the patches
- debian_paths.diff: refresh
M +2 -0 debian/changelog
M +3 -3 debian/patches/debian_paths.diff
https://invent.kde.org/neon/qt/qtcreator/commit/fcf1186bb5ca2a22c398062a4479cdff16293341
diff --git a/debian/changelog b/debian/changelog
index 0ce13cb..1999280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtcreator (4.15.2-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
+ * Update the patches:
+ - debian_paths.diff: refresh
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 15 Aug 2021 13:07:55 +0200
diff --git a/debian/patches/debian_paths.diff b/debian/patches/debian_paths.diff
index 61dab09..0bfaf23 100644
--- a/debian/patches/debian_paths.diff
+++ b/debian/patches/debian_paths.diff
@@ -1,16 +1,16 @@
Author: Pino Toscano <pino at debian.org>
Description: Adjust the installation paths to the standard Debian locations.
Forwarded: not-needed
-Last-Update: 2021-01-15
+Last-Update: 2021-08-15
--- a/cmake/QtCreatorAPIInternal.cmake
+++ b/cmake/QtCreatorAPIInternal.cmake
-@@ -65,7 +65,7 @@ else ()
+@@ -73,7 +73,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}")
- endif ()
+ set(_IDE_HEADER_INSTALL_PATH "include/qtcreator")
More information about the Neon-commits
mailing list