New upstream release, port to Qt 6

ubuntu/plucky
Simon Quigley 2 days ago
parent d61923c791
commit d6c3d46eff

2
debian/changelog vendored

@ -1,4 +1,4 @@
calamares (3.3.9-0ubuntu1) UNRELEASED; urgency=medium
calamares (3.3.9-0ubuntu1) plucky; urgency=medium
* New upstream release.

62
debian/control vendored

@ -6,43 +6,43 @@ XSBC-Original-Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: cmake,
cryptsetup <!nocheck>,
debhelper-compat (= 13),
extra-cmake-modules,
gettext,
libappstreamqt5-dev (>= 1.0.0~),
libkf5config-dev,
libkf5coreaddons-dev,
libkf5crash-dev,
libkf5i18n-dev,
libkf5iconthemes-dev,
libkf5kio-dev,
libkf5parts-dev,
libkf5plasma-dev,
libkf5service-dev,
libkf5solid-dev,
libkpmcore-dev,
libappstreamqt-dev,
libatasmart-dev,
libboost-python-dev,
libicu-dev,
extra-cmake-modules,
libkf6config-dev,
libkf6coreaddons-dev,
libkf6crash-dev,
libkf6dbusaddons-dev,
libkf6i18n-dev,
libkf6iconthemes-dev,
libkf6kio-dev,
libkf6package-dev,
libkf6parts-dev,
libkf6service-dev,
libkf6solid-dev,
libkpmcore-dev (>= 24.08),
libparted-dev,
libpolkit-qt5-1-dev,
libplasma-dev,
libpolkit-qt6-1-dev,
libpwquality-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
libyaml-cpp-dev,
os-prober <!nocheck>,
pkg-config,
os-prober,
pkgconf,
pkg-kde-tools,
polkitd,
python3-dev,
python3-jsonschema,
pkexec,
python3-all-dev,
python3-yaml,
qml-module-qtquick-layouts,
qml-module-qtquick-privatewidgets,
qml-module-qtquick-window2,
qml-module-qtquick2,
qtbase5-dev,
qtdeclarative5-dev,
qtlocation5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.6.2
python3-jsonschema,
qt6-base-dev,
qt6-declarative-dev,
qt6-location-dev,
qt6-svg-dev,
qt6-tools-dev,
qt6-webengine-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/calamares/calamares
Vcs-Browser: https://git.lubuntu.me/Lubuntu/calamares-packaging/

4
debian/copyright vendored

@ -71,7 +71,6 @@ Files: AUTHORS
data/config-appimage/settings.conf
data/config-appimage/modules/*
data/example-root/*
lang/calamares_i18n.qrc.in
src/libcalamares/CalamaresVersion.h.in
src/libcalamares/locale/CountryData_p.cpp
src/libcalamares/CalamaresVersionX.h.in
@ -230,7 +229,7 @@ Copyright: 2014-2016 Teo Mrnjavac <teo@kde.org>
2017-2023 Adriaan de Groot <groot@kde.org>
License: BSD-2-Clause
Files: 3rdparty/kdsingleapplicationguard/*
Files: 3rdparty/kdsingleapplication/*
Copyright: 2019-2021 Klaralvdalens Datakonsult AB. <info@kdab.com>
License: MIT
@ -267,7 +266,6 @@ Copyright: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
License: LGPL-3+
Files: src/modules/finishedq/seedling.svg
src/modules/localeq/img/chevron-left-solid.svg
Copyright: 2020-2021 FontAwesome <hello@fontawesome.com>
License: CC-BY-4.0

4
debian/rules vendored

@ -7,10 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_BUILD_MAINT_OPTIONS=buildinfo=+path
%:
dh $@ --with kf5
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON
dh_auto_configure -- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON
# Some test don't work well, we don't need to run them at package build time.
override_dh_auto_test:

Loading…
Cancel
Save