[neon/extras/skanlite/Neon/unstable] debian: port to qt 6
Jonathan Riddell
null at kde.org
Tue Sep 10 16:17:22 BST 2024
Git commit 4dc09dcbeb6a8a0319cb7e7cd914ca7b60c54ea7 by Jonathan Riddell.
Committed on 10/09/2024 at 15:16.
Pushed by jriddell into branch 'Neon/unstable'.
port to qt 6
M +11 -13 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/extras/skanlite/-/commit/4dc09dcbeb6a8a0319cb7e7cd914ca7b60c54ea7
diff --git a/debian/control b/debian/control
index e350260..549e28c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,18 @@ Section: graphics
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Kai Wasserbäch <curan at debian.org>
-Build-Depends: cmake (>= 2.8.12),
- debhelper (>= 9~),
- extra-cmake-modules (>= 1.2.0),
- gettext,
- libkf5coreaddons-dev (>= 5.1.0),
- libkf5doctools-dev (>= 5.1.0),
- libkf5i18n-dev (>= 5.1.0),
- libkf5kio-dev (>= 5.1.0),
- libkf5sane-dev (>= 5.1.0),
- libkf5xmlgui-dev (>= 5.1.0),
- libksanecore1-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ extra-cmake-modules,
+ kf6-kcoreaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kxmlgui-dev,
+ libksane-dev,
+ libksanecore-dev,
libpng-dev,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev
+ pkg-kde-tools
Standards-Version: 4.1.4
Homepage: http://www.kde.org/applications/graphics/skanlite/
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/skanlite.git
diff --git a/debian/rules b/debian/rules
index 6d16bb2..5dde1b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
override_dh_strip:
dh_strip --dbgsym-migration='skanlite-dbg (<< 2.0-1~)'
+override_dh_auto_configure:
+ dh_auto_configure -- -DQT_MAJOR_VERSION=6
+
%:
- dh $@ --with kf5
+ dh $@ --with kf6
More information about the Neon-commits
mailing list