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

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


Git commit 5241570fcf6fe7873bd70b019decd082b175135f 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  +14   -16   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/blinken/-/commit/5241570fcf6fe7873bd70b019decd082b175135f

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 0b7e618..7b8f660 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,20 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5crash-dev,
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5guiaddons-dev,
-               libkf5i18n-dev,
-               libkf5xmlgui-dev,
-               libqt5svg5-dev (>= 5.4),
-               pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.4),
-               qt5-phonon-dev,
-Standards-Version: 4.1.1
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcrash-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-kguiaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kxmlgui-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-svg-dev,
+               qt6-phonon-dev,
+Standards-Version: 4.6.2
 Homepage: http://edu.kde.org/applications/all/blinken
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/blinken.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/blinken.git
@@ -28,8 +28,6 @@ Architecture: any
 Depends: ttf-sjfonts, ${misc:Depends}, ${shlibs:Depends}
 Section: games
 Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: KDE version of the Simon electronic memory game
  Blinken is based on an electronic game released in 1978, which
  challenges players to remember sequences of increasing length.  On
diff --git a/debian/rules b/debian/rules
index 50eb82c..551c80e 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/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-4~
-
-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
 
 override_dh_auto_configure:
 	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games


More information about the Neon-commits mailing list