[neon/kde/kapptemplate/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Nov 6 03:57:09 GMT 2023


Git commit 5bb0c260bc8355cdf0956016e03f9498286aad05 by Carlos De Maine.
Committed on 06/11/2023 at 04:57.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +16   -18   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kapptemplate/-/commit/5bb0c260bc8355cdf0956016e03f9498286aad05

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 6ff433f..785e0de 100644
--- a/debian/control
+++ b/debian/control
@@ -6,20 +6,20 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Modestas Vainius <modax at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 5.17.0~),
-               libkf5archive-dev,
-               libkf5completion-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5newstuff-dev,
-               pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.4),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knewstuff-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kapptemplate
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kapptemplate.git
@@ -28,10 +28,8 @@ Package: kapptemplate
 Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: libkf5kio-dev
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
-Recommends: libkf5plasma-dev
+Suggests: kf6-kio-dev
+Recommends: kf6-plasma-framework-dev
 Description: application template generator
  KAppTemplate is a shell script that will create the necessary framework to
  develop several types of applications, including applications based on the
diff --git a/debian/rules b/debian/rules
index 7313945..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/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-5~
-
-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
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list