[neon/qt6/qt6-5compat/Neon/release] debian: new release
Carlos De Maine
null at kde.org
Thu May 1 08:35:28 BST 2025
Git commit ceecbfae5abb28cb9e6a3cf6e45dd1e533f14ac7 by Carlos De Maine.
Committed on 01/05/2025 at 07:04.
Pushed by carlosdem into branch 'Neon/release'.
new release
M +6 -0 debian/changelog
M +5 -6 debian/control
M +0 -11 debian/rules
https://invent.kde.org/neon/qt6/qt6-5compat/-/commit/ceecbfae5abb28cb9e6a3cf6e45dd1e533f14ac7
diff --git a/debian/changelog b/debian/changelog
index 4c130ee..cacd54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qt6-5compat (6.9.0-0neon) noble; urgency=medium
+
+ * New release
+
+ -- Carlos De Maine <carlosd.kde at gmail.com> Thu, 01 May 2025 17:03:17 +1000
+
qt6-5compat (6.8.3-0neon) noble; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 980a01c..2f26b0f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,12 +15,11 @@ Build-Depends: cmake,
ninja-build,
pkgconf,
pkg-kde-tools,
- qt6-base-dev (>= 6.8.2~),
- qt6-declarative-dev (>= 6.8.2~),
- qt6-shadertools-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-shadertools-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-5compat
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