[neon/sdk/poxml/Neon/release] debian: modernise

Carlos De Maine null at kde.org
Thu Jul 30 12:31:01 BST 2026


Git commit f8f108ea9220d38a112b132ad0d5239f7c03fd13 by Carlos De Maine.
Committed on 30/07/2026 at 11:31.
Pushed by carlosdem into branch 'Neon/release'.

modernise

M  +1    -1    debian/changelog
D  +0    -1    debian/compat
M  +5    -4    debian/control
M  +7    -3    debian/rules

https://invent.kde.org/neon/sdk/poxml/-/commit/f8f108ea9220d38a112b132ad0d5239f7c03fd13

diff --git a/debian/changelog b/debian/changelog
index 4e4a7e8..d792eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-poxml (4:26.04.3-0neon) noble; urgency=medium
+poxml (4:26.04.3-0neon) resolute; urgency=medium
 
   * New release
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 316ce0f..2e20384 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,14 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.7.0~),
+               debhelper-compat (= 139),
+               kf6-extra-cmake-modules,
                kf6-kdoctools-dev,
                libgettextpo-dev,
-               pkg-kde-tools (>= 0.12),
+               pkg-kde-tools,
+               pkg-kde-tools-neon,
                qt6-base-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/poxml.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/poxml.git
diff --git a/debian/rules b/debian/rules
index 135944f..7e81a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
+
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-3~
+%:
+	dh $@ --with kf6 --buildsystem kf6
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+override_dh_auto_configure:
+	dh_auto_configure -- -DQT_MAJOR_VERSION=6
\ No newline at end of file


More information about the Neon-commits mailing list