[neon/qt6/qt6-speech/Neon/release] debian: bump versions
Carlos De Maine
null at kde.org
Thu May 1 15:24:46 BST 2025
Git commit e3b7955ef5130cdb4a3a02b30d8956405933f86a by Carlos De Maine.
Committed on 01/05/2025 at 14:24.
Pushed by carlosdem into branch 'Neon/release'.
bump versions
M +6 -7 debian/control
M +2 -5 debian/qt6-speech-dev.install
M +0 -11 debian/rules
https://invent.kde.org/neon/qt6/qt6-speech/-/commit/e3b7955ef5130cdb4a3a02b30d8956405933f86a
diff --git a/debian/control b/debian/control
index 0af155e..0918de0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,13 +14,12 @@ Build-Depends: cmake,
ninja-build,
pkgconf,
pkg-kde-tools,
- qt6-base-dev (>=6.8.2~),
- qt6-declarative-dev (>=6.8.2~),
- qt6-multimedia-dev (>=6.8.2~),
- qt6-quick3d-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-declarative-dev (>=6.9.0~),
+ qt6-multimedia-dev (>=6.9.0~),
+ qt6-quick3d-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-speech
diff --git a/debian/qt6-speech-dev.install b/debian/qt6-speech-dev.install
index 67aa1af..39dce9e 100644
--- a/debian/qt6-speech-dev.install
+++ b/debian/qt6-speech-dev.install
@@ -1,8 +1,5 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtTextToSpeech/
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6TextToSpeech/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/
usr/lib/${DEB_HOST_MULTIARCH}/libQt6TextToSpeech.so
usr/lib/${DEB_HOST_MULTIARCH}/libQt6TextToSpeech.prl
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
diff --git a/debian/rules b/debian/rules
index 55b1401..c54306e 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