[neon/neon-packaging/skladnik/Neon/release] debian: kf6 rebase
Carlos De Maine
null at kde.org
Sat Feb 24 02:11:49 GMT 2024
Git commit 23ff2fd5f5a38d2223ad3cd4fffb68ac1b2c2bec by Carlos De Maine.
Committed on 24/02/2024 at 02:11.
Pushed by carlosdem into branch 'Neon/release'.
kf6 rebase
M +13 -14 debian/control
M +7 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/skladnik/-/commit/23ff2fd5f5a38d2223ad3cd4fffb68ac1b2c2bec
diff --cc debian/control
index 30abdee,02638b8..7450e3e
--- a/debian/control
+++ b/debian/control
@@@ -31,4 -30,4 +30,4 @@@ Recommends: khelpcente
Description: KDE sokoban game
Skladnik is the Japanese warehouse keeper sokoban game
.
-- This package is part of the KDE games module.
++ This package is part of the KDE games module.
diff --cc debian/rules
index 265e9b6,6763f8b..ae34d2c
--- a/debian/rules
+++ b/debian/rules
@@@ -1,10 -1,10 +1,15 @@@
#!/usr/bin/make -f
+ # SPDX-License-Identifier: LGPL-2.0-or-later
+ # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
- 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:
+ dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+%:
+ dh $@ --with kf5 --buildsystem kf5
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
More information about the Neon-commits
mailing list