[neon/extras/skanlite/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Wed Aug 2 00:51:20 BST 2023


Git commit 5ccc11c203ec5e0b30d6c40060e5ab2a060d7c1f by Carlos De Maine.
Committed on 02/08/2023 at 01:51.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

M  +12   -12   debian/control
M  +3    -7    debian/rules

https://invent.kde.org/neon/extras/skanlite/-/commit/5ccc11c203ec5e0b30d6c40060e5ab2a060d7c1f

diff --git a/debian/control b/debian/control
index 67eea4c..b616209 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,21 @@ 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),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                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),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-ksane-dev,
+               kf6-kxmlgui-dev,
                libksanecore-dev,
                libpng-dev,
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev
-Standards-Version: 4.1.4
+               pkg-kde-tools-neon,
+               qt6-base-dev
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/applications/graphics/skanlite/
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/skanlite.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/skanlite
diff --git a/debian/rules b/debian/rules
index 6d16bb2..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
 #!/usr/bin/make -f
-
-DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
-
-override_dh_strip:
-	dh_strip --dbgsym-migration='skanlite-dbg (<< 2.0-1~)'
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list