[neon/qt6/qt6-quickeffectmaker/Neon/release] debian: bump versions
Carlos De Maine
null at kde.org
Thu May 1 16:33:34 BST 2025
Git commit c5196de375f935e4b97ef21a5a4c38b9922dc9ac by Carlos De Maine.
Committed on 01/05/2025 at 15:33.
Pushed by carlosdem into branch 'Neon/release'.
bump versions
M +4 -4 debian/control
M +0 -15 debian/rules
https://invent.kde.org/neon/qt6/qt6-quickeffectmaker/-/commit/c5196de375f935e4b97ef21a5a4c38b9922dc9ac
diff --git a/debian/control b/debian/control
index fa1eae7..02da6e8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,10 @@ Build-Depends: cmake,
ninja-build,
pkgconf,
pkg-kde-tools,
- qt6-base-dev (>= 6.8.2~),
- qt6-declarative-dev (>= 6.8.2~),
- qt6-quick3d-dev (>= 6.8.2~),
- qt6-shadertools-dev (>= 6.8.2~),
+ qt6-base-dev (>= 6.9.0~),
+ qt6-declarative-dev (>= 6.9.0~),
+ qt6-quick3d-dev (>= 6.9.0~),
+ qt6-shadertools-dev (>= 6.9.0~),
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.2
diff --git a/debian/rules b/debian/rules
index 312e936..fd3405f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,17 +6,6 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-#### uncomment when bootstrapping a new qt release ####
-#export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
-
-# QT_HOST_PATH isn't passed in cross-builds
-ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
- cmake_extra_args += \
- -DQT_HOST_PATH=/usr \
- -DQT_HOST_PATH_CMAKE_DIR=/usr/lib/$(DEB_BUILD_MULTIARCH)/cmake \
- -DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
-endif
-
%:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
@@ -27,7 +16,3 @@ override_dh_auto_configure:
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DQT_UNITY_BUILD=ON \
$(extra_cmake_args)
-
-#execute_after_dh_auto_install:
- # Reproducible builds: remove build paths from .prl files
-# sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
More information about the Neon-commits
mailing list