[neon/qt6/qt6-svg/Neon/release] debian: only docs build and bump internal deps
Carlos De Maine
null at kde.org
Wed Apr 30 14:00:12 BST 2025
Git commit 7e9330a07528c489772dc3c5eecf9adbbaebbcfa by Carlos De Maine.
Committed on 30/04/2025 at 12:38.
Pushed by carlosdem into branch 'Neon/release'.
only docs build and bump internal deps
M +3 -3 debian/control
M +1 -17 debian/rules
https://invent.kde.org/neon/qt6/qt6-svg/-/commit/7e9330a07528c489772dc3c5eecf9adbbaebbcfa
diff --git a/debian/control b/debian/control
index e79701b..2637ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,10 @@ Build-Depends: cmake,
ninja-build,
pkgconf,
pkg-kde-tools,
- qt6-base-dev (>= 6.8.2~),
+ qt6-base-dev (>= 6.9.0~),
zlib1g-dev
-Build-Depends-Indep: qt6-base-dev (>= 6.8) <!nodoc>,
- qt6-tools-dev (>= 6.8) <!nodoc>
+Build-Depends-Indep: qt6-base-dev (>= 6.9~) <!nodoc>,
+ qt6-tools-dev (>= 6.9~) <!nodoc>
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-svg
diff --git a/debian/rules b/debian/rules
index fc2f7d1..2866ff1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,14 +4,6 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
-ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
-override_dh_auto_build-indep:
- dh_auto_build
-
-override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-endif
-
# QT_HOST_PATH isn't passed in cross-builds
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
extra_cmake_args += \
@@ -31,13 +23,6 @@ override_dh_auto_configure:
-DQT_UNITY_BUILD=ON \
$(extra_cmake_args)
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
-override_dh_auto_build-indep:
- dh_auto_build
-
-override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-else
override_dh_auto_build-indep:
dh_auto_build -- docs
@@ -46,8 +31,7 @@ override_dh_auto_install-indep:
# Remove build path from index files.
find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
sed -i 's@$(CURDIR)/@@g' {} \;
-endif
execute_after_dh_auto_install-arch:
# 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
\ No newline at end of file
+ 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