[neon/extras/krename/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Wed Mar 19 23:20:53 GMT 2025


Git commit b33f3ae38cc50c98705f4588df1eb5888de53825 by Carlos De Maine.
Committed on 19/03/2025 at 23:20.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +24   -21   debian/control
M  +7    -3    debian/rules

https://invent.kde.org/neon/extras/krename/-/commit/b33f3ae38cc50c98705f4588df1eb5888de53825

diff --git a/debian/control b/debian/control
index 9d8897c..eb5d0ae 100644
--- a/debian/control
+++ b/debian/control
@@ -4,37 +4,40 @@ Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Richard A. Johnson <nixternal at ubuntu.com>,
 Build-Depends: cmake,
-               debhelper-compat (= 12),
-               extra-cmake-modules,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
                libexiv2-dev,
                libfreetype6-dev,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5itemviews-dev,
-               libkf5jobwidgets-dev,
-               libkf5kio-dev,
-               libkf5kjs-dev,
-               libkf5service-dev,
-               libkf5widgetsaddons-dev,
-               libkf5xmlgui-dev,
+               kf6-karchive-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemviews-dev,
+               kf6-kjobwidgets-dev,
+               kf6-kio-dev,
+               kf6-kservice-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               libexiv2-dev,
+               libfreetype-dev,
                libpodofo-dev,
                libtag1-dev,
-               pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev,
-               qtdeclarative5-dev,
-Standards-Version: 4.5.0
+               pkgconf,
+               pkg-kde-tools-neon,
+               qt6-5compat-dev,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Homepage: https://userbase.kde.org/KRename
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/krename
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/krename.git
 
 Package: krename
 Architecture: any
-Depends: kio,${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kio, ${misc:Depends}, ${shlibs:Depends}
 Description: powerful batch renamer for KDE
  KRename is a very powerful batch file renamer for KDE which can rename a list
  of files based on a set of expressions. It can copy/move the files to another
diff --git a/debian/rules b/debian/rules
index 7bf2966..8ba14a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# 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
+
+override_dh_auto_test:
+	#do not run tests
+	true


More information about the Neon-commits mailing list