[neon/qt6/qt6-serialbus/Neon/release] debian: bump versions

Carlos De Maine null at kde.org
Thu May 1 15:22:33 BST 2025


Git commit be1575b34da5d9e8f23314922a12a7ee5e2eeef2 by Carlos De Maine.
Committed on 01/05/2025 at 14:22.
Pushed by carlosdem into branch 'Neon/release'.

bump versions

M  +4    -5    debian/control
M  +0    -1    debian/qt6-serialbus-dev.install
M  +1    -1    debian/qt6-serialbus.install
M  +0    -12   debian/rules

https://invent.kde.org/neon/qt6/qt6-serialbus/-/commit/be1575b34da5d9e8f23314922a12a7ee5e2eeef2

diff --git a/debian/control b/debian/control
index 146818a..cae031d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,10 @@ Build-Depends: cmake,
                ninja-build,
                pkgconf,
                pkg-kde-tools,
-               qt6-base-dev (>= 6.8.2~),
-               qt6-serialport-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~),
+               qt6-serialport-dev (>= 6.9.0~),
+Build-Depends-Indep: qt6-base-dev (>= 6.9~) <!nodoc>,
+                     qt6-tools (>= 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-serialbus
diff --git a/debian/qt6-serialbus-dev.install b/debian/qt6-serialbus-dev.install
old mode 100755
new mode 100644
index d6a8871..186a908
--- a/debian/qt6-serialbus-dev.install
+++ b/debian/qt6-serialbus-dev.install
@@ -1,4 +1,3 @@
-#!/usr/bin/dh-exec
 usr/include/${DEB_HOST_MULTIARCH}/qt6/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6SerialBus.prl
diff --git a/debian/qt6-serialbus.install b/debian/qt6-serialbus.install
index 21c0d28..ba70898 100644
--- a/debian/qt6-serialbus.install
+++ b/debian/qt6-serialbus.install
@@ -1,3 +1,3 @@
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6SerialBus.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/canbus
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/
 usr/lib/qt6/bin/canbusutil
diff --git a/debian/rules b/debian/rules
index 4bfbb9d..e2cf054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,18 +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))
 	extra_cmake_args += \


More information about the Neon-commits mailing list