[neon/qt6/qt6-coap/Neon/release] debian: bump versions
Carlos De Maine
null at kde.org
Thu May 1 15:58:25 BST 2025
Git commit 03b6d413294ce893ee6445e9b5eb780723747fe3 by Carlos De Maine.
Committed on 01/05/2025 at 14:58.
Pushed by carlosdem into branch 'Neon/release'.
bump versions
M +2 -2 debian/control
M +0 -8 debian/not-installed
M +1 -1 debian/qt6-coap-dev.install
M +0 -11 debian/rules
https://invent.kde.org/neon/qt6/qt6-coap/-/commit/03b6d413294ce893ee6445e9b5eb780723747fe3
diff --git a/debian/control b/debian/control
index 59b441d..636b6d5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: cmake,
ninja-build,
pkgconf,
pkg-kde-tools,
- qt6-base-dev (>= 6.8.2~),
- qt6-declarative-dev (>= 6.8.2~),
+ qt6-base-dev (>= 6.9.0~),
+ qt6-declarative-dev (>= 6.9.0~),
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-datavis3d
diff --git a/debian/not-installed b/debian/not-installed
index 2359baf..e69de29 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,8 +0,0 @@
-usr/lib/*/libQt5Mqtt.la
-usr/lib/*/libQt5Mqtt.prl
-
-# private api
-usr/include/*/qt5/QtMqtt/5.15.2/QtMqtt/private/
-usr/lib/*/qt5/mkspecs/modules/
-
-
diff --git a/debian/qt6-coap-dev.install b/debian/qt6-coap-dev.install
index 869af30..1e91af2 100644
--- a/debian/qt6-coap-dev.install
+++ b/debian/qt6-coap-dev.install
@@ -1,4 +1,4 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtCoap/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/
usr/lib/${DEB_HOST_MULTIARCH}/cmake/
usr/lib/${DEB_HOST_MULTIARCH}/libQt6Coap.so
usr/lib/${DEB_HOST_MULTIARCH}/libQt6Coap.prl
diff --git a/debian/rules b/debian/rules
index b626a70..e9ff52d 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
-
-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