[neon/qt/qtcreator/Neon/release] debian: update B-Ds
Pino Toscano
null at kde.org
Mon Jan 16 22:09:47 GMT 2023
Git commit 8b4e253d7322acfc06769cd0867010a15dd3e335 by Pino Toscano.
Committed on 18/06/2022 at 05:11.
Pushed by carlosdem into branch 'Neon/release'.
update B-Ds
M +7 -0 debian/changelog
M +1 -3 debian/control
https://invent.kde.org/neon/qt/qtcreator/commit/8b4e253d7322acfc06769cd0867010a15dd3e335
diff --git a/debian/changelog b/debian/changelog
index 340c405..eaf300c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
qtcreator (8.0.0~beta1-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Update the build dependencies according to the upstream build system:
+ - drop libicu-dev, no more used for many releases already
+ - drop liblitehtml-dev, as the system version is not enough to replace the
+ embedded copy
+ - drop zlib1g-dev, not directly used
+ - explicitly add python3, used during the build
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 18 Jun 2022 07:00:29 +0200
diff --git a/debian/control b/debian/control
index 7f78927..1444290 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,6 @@ Build-Depends: clang (>= 1:10~),
debhelper-compat (= 13),
libclang-dev (>= 1:10~),
libdw-dev,
- libicu-dev,
- liblitehtml-dev,
libqt6core5compat6-dev,
libqt6opengl6-dev,
libqt6quicktimeline6-dev,
@@ -22,6 +20,7 @@ Build-Depends: clang (>= 1:10~),
libzstd-dev,
llvm-dev (>= 1:10~),
pkg-config,
+ python3:any,
qt6-base-dev (>= 6.2.4+dfsg-3~),
qt6-base-private-dev (>= 6.2.4+dfsg-3~),
qt6-declarative-dev,
@@ -29,7 +28,6 @@ Build-Depends: clang (>= 1:10~),
qt6-quick3d-dev (>= 6.2.4-2~),
qt6-tools-dev (>= 6.2.4-2~),
qt6-tools-private-dev (>= 6.2.4-2~),
- zlib1g-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://doc.qt.io/qt-5/topics-app-development.html
More information about the Neon-commits
mailing list