[neon/kde/bomber/Neon/unstable] debian: kf6ify
Scarlett Moore
null at kde.org
Tue Sep 26 17:12:12 BST 2023
Git commit 40d7abd6c10b55482a4f96a6b2d192b92aefa289 by Scarlett Moore.
Committed on 26/09/2023 at 18:11.
Pushed by scarlettmoore into branch 'Neon/unstable'.
kf6ify
M +12 -14 debian/control
M +5 -5 debian/rules
https://invent.kde.org/neon/kde/bomber/-/commit/40d7abd6c10b55482a4f96a6b2d192b92aefa289
diff --git a/debian/control b/debian/control
index 5a403ae..9012c43 100644
--- a/debian/control
+++ b/debian/control
@@ -9,18 +9,18 @@ Uploaders: Daniel Schepler <schepler at debian.org>,
Eshat Cakar <info at eshat.de>,
Maximiliano Curia <maxy at debian.org>,
Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 1.8.0~),
- libkf5config-dev (>= 5.30.0~),
- libkf5coreaddons-dev (>= 5.30.0~),
- libkf5crash-dev (>= 5.30.0~),
- libkf5dbusaddons-dev (>= 5.30.0~),
- libkf5doctools-dev (>= 5.30.0~),
- libkf5i18n-dev (>= 5.30.0~),
- libkf5kdegames-dev (>= 4.9.0~),
- libkf5xmlgui-dev (>= 5.30.0~),
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.7.0~),
+ debhelper-compat (= 12),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-libkdegames-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
Standards-Version: 4.1.4
Homepage: http://games.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/bomber
@@ -30,8 +30,6 @@ Package: bomber
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: arcade spaceship game
Bomber is a game where you fly a spaceship and attempt to bomb the buildings
below you. Each pass the spaceship makes, it gets lower and lower. If you've
diff --git a/debian/rules b/debian/rules
index 79c1042..773c786 100755
--- 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
+ dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
More information about the Neon-commits
mailing list