[neon/extras/kstars/Neon/release] debian: update B-Ds
Pino Toscano
null at kde.org
Tue Nov 1 11:10:31 GMT 2022
Git commit 16749b5ebcfa91d4a6b967431560c082c4ce8fe5 by Pino Toscano.
Committed on 16/09/2021 at 19:08.
Pushed by jriddell into branch 'Neon/release'.
update B-Ds
M +5 -0 debian/changelog
M +28 -27 debian/control
https://invent.kde.org/neon/extras/kstars/commit/16749b5ebcfa91d4a6b967431560c082c4ce8fe5
diff --git a/debian/changelog b/debian/changelog
index 17795ca..5a18ad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,11 @@ kstars (5:3.5.5-0r1) UNRELEASED; urgency=medium
skipped automatically in that case
- stop creating a local $HOME, and $TMPDIR for dh_auto_test: dh
automatically creates $HOME, and the default $TMPDIR should be enough
+ * Update the build dependencies according to the upstream build system:
+ - bump cmake to 3.10.0
+ - bump Qt packages to 5.9.0
+ - bump KF packages to 5.44.0
+ - add liberfa-dev
* Temporarily disable the INDI support (the libindi-dev build dependency),
as it requires StellarSolver which is not available in Debian yet.
* Drop the kde-l10n breaks/replaces, no more needed after two Debian stable
diff --git a/debian/control b/debian/control
index a87e4d5..c26b06e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,48 +3,49 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.4.0~),
+Build-Depends: cmake (>= 3.10.0~),
debhelper-compat (= 13),
- extra-cmake-modules (>= 1.7.0~),
+ extra-cmake-modules (>= 5.44.0~),
gettext,
- kinit-dev,
+ kinit-dev (>= 5.44.0~),
libcfitsio-dev (>= 3.040),
libeigen3-dev (>> 2.0.3),
+ liberfa-dev,
libglu1-mesa-dev [!armhf],
libgsl-dev,
# needs StellarSolver, not available in Debian yet
# libindi-dev (>= 1.8.5~),
- libkf5auth-dev (>= 5.42.0-1~),
- libkf5config-dev,
- libkf5crash-dev,
- libkf5dbusaddons-dev,
- libkf5doctools-dev,
- libkf5guiaddons-dev,
- libkf5i18n-dev,
- libkf5iconthemes-dev,
- libkf5jobwidgets-dev,
- libkf5kio-dev,
- libkf5newstuff-dev,
- libkf5notifications-dev,
- libkf5notifyconfig-dev,
- libkf5plotting-dev,
- libkf5texteditor-dev,
- libkf5widgetsaddons-dev,
- libkf5windowsystem-dev,
- libkf5xmlgui-dev,
+ libkf5auth-dev (>= 5.44.0~),
+ libkf5config-dev (>= 5.44.0~),
+ libkf5crash-dev (>= 5.44.0~),
+ libkf5dbusaddons-dev (>= 5.44.0~),
+ libkf5doctools-dev (>= 5.44.0~),
+ libkf5guiaddons-dev (>= 5.44.0~),
+ libkf5i18n-dev (>= 5.44.0~),
+ libkf5iconthemes-dev (>= 5.44.0~),
+ libkf5jobwidgets-dev (>= 5.44.0~),
+ libkf5kio-dev (>= 5.44.0~),
+ libkf5newstuff-dev (>= 5.44.0~),
+ libkf5notifications-dev (>= 5.44.0~),
+ libkf5notifyconfig-dev (>= 5.44.0~),
+ libkf5plotting-dev (>= 5.44.0~),
+ libkf5texteditor-dev (>= 5.44.0~),
+ libkf5widgetsaddons-dev (>= 5.44.0~),
+ libkf5windowsystem-dev (>= 5.44.0~),
+ libkf5xmlgui-dev (>= 5.44.0~),
libnova-dev,
- libqt5opengl5-dev (>= 5.4),
+ libqt5opengl5-dev (>= 5.9.0~),
libqt5sql5-sqlite,
- libqt5svg5-dev (>= 5.4),
- libqt5websockets5-dev (>= 5.4),
+ libqt5svg5-dev (>= 5.9.0~),
+ libqt5websockets5-dev (>= 5.9.0~),
libraw-dev,
libsecret-1-dev,
pkg-config,
pkg-kde-tools (>= 0.12),
qt5keychain-dev,
- qtbase5-dev (>= 5.4),
- qtdeclarative5-dev (>= 5.4),
- qtmultimedia5-dev (>= 5.4),
+ qtbase5-dev (>= 5.9.0~),
+ qtdeclarative5-dev (>= 5.9.0~),
+ qtmultimedia5-dev (>= 5.9.0~),
wcslib-dev,
zlib1g-dev
Standards-Version: 4.6.0
More information about the Neon-commits
mailing list