[neon/qt6/qt6-serialport/Neon/release] debian: bump internal build deps
Carlos De Maine
null at kde.org
Wed Apr 30 14:08:36 BST 2025
Git commit 2604bd6694717f9a5a97e27af561c0127ae3a80b by Carlos De Maine.
Committed on 30/04/2025 at 13:07.
Pushed by carlosdem into branch 'Neon/release'.
bump internal build deps
M +5 -5 debian/control
M +0 -11 debian/rules
https://invent.kde.org/neon/qt6/qt6-serialport/-/commit/2604bd6694717f9a5a97e27af561c0127ae3a80b
diff --git a/debian/control b/debian/control
index 44bab09..43396d8 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)
-Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
- qt6-documentation-tools (>= 6.8~) <!nodoc>,
- qt6-base-doc (>= 6.8~) <!nodoc>,
+ qt6-base-dev (>= 6.9.0)
+Build-Depends-Indep: qt6-base-dev (>= 6.9~) <!nodoc>,
+ qt6-documentation-tools (>= 6.9~) <!nodoc>,
+ qt6-base-doc (>= 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-serialport
@@ -90,4 +90,4 @@ Package: qt6-serialport-examples
Architecture: all
Depends: qt6-serialport-dev, ${misc:Depends}
Description: Dummy transitional
- Transitional dummy package.
\ No newline at end of file
+ Transitional dummy package.
diff --git a/debian/rules b/debian/rules
index b55b4be..86080f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,17 +4,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
-
-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))
cmake_extra_args += \
More information about the Neon-commits
mailing list