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

Carlos De Maine null at kde.org
Sat Sep 16 02:37:17 BST 2023


Git commit 822426df6125e08cb630710483d569b31a51046c by Carlos De Maine.
Committed on 16/09/2023 at 03:37.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +15   -17   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kturtle/-/commit/822426df6125e08cb630710483d569b31a51046c

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 d289a2b..3dd19c7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,21 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Eshat Cakar <info at eshat.de>,
            Pino Toscano <pino at debian.org>,
-           Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 5.15.0~),
-               libkf5coreaddons-dev (>= 5.15~),
-               libkf5crash-dev (>= 5.15~),
-               libkf5doctools-dev (>= 5.15~),
-               libkf5i18n-dev (>= 5.15~),
-               libkf5kio-dev (>= 5.15~),
-               libkf5newstuff-dev (>= 5.15~),
-               libkf5textwidgets-dev (>= 5.15~),
-               libqt5svg5-dev (>= 5.4),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4),
-Standards-Version: 4.1.4
+           Maximiliano Curia <maxy at debian.org>,Build-Depends: cmake,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               libkf5coreaddons-dev,
+               libkf5crash-dev,
+               libkf5doctools-dev,
+               libkf5i18n-dev,
+               libkf5kio-dev,
+               libkf5newstuff-dev,
+               libkf5textwidgets-dev,
+               pkg-kde-tools-neon,
+               qt6-svg-dev,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/kdeedu/kturtle
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kturtle.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kturtle
@@ -28,8 +28,6 @@ Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: educational programming environment
  KTurtle is an educational programming environment which uses the TurtleScript
  programming language (inspired by Logo) to make programming as easy and
diff --git a/debian/rules b/debian/rules
index 7e52998..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-7~
-
-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