[neon/kde/libkdegames/Neon/unstable] debian: update the rules
Carlos De Maine
null at kde.org
Mon Sep 25 11:43:54 BST 2023
Git commit 0edd91c1a47745a4dc1bb0ff769535d17f414d3b by Carlos De Maine.
Committed on 25/09/2023 at 12:43.
Pushed by carlosdem into branch 'Neon/unstable'.
update the rules
M +4 -17 debian/rules
https://invent.kde.org/neon/kde/libkdegames/-/commit/0edd91c1a47745a4dc1bb0ff769535d17f414d3b
diff --git a/debian/rules b/debian/rules
index a08ec35..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +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-2~
-
-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
-libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
-include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
-
-override_dh_auto_install:
- $(overridden_command)
- # don't install extra license files
- find debian/tmp \( -name AUTHORS -o -name COPYING -o -name COPYRIGHT \) -print -delete
-
-override_dh_strip:
- $(overridden_command) --dbgsym-migration='libkf5kdegames-dbg (<= 4:15.12.0-1~~)'
-
-override_dh_auto_test:
- xvfb-run -a $(overridden_command)
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list