[neon/extras/rsibreak/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Dec 14 14:23:34 GMT 2024
Git commit ee28ba2d7a7d2816e4988ac0a6360fe7eed17b9a by Carlos De Maine.
Committed on 14/12/2024 at 14:23.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +20 -18 debian/control
M +3 -8 debian/rules
https://invent.kde.org/neon/extras/rsibreak/-/commit/ee28ba2d7a7d2816e4988ac0a6360fe7eed17b9a
diff --git a/debian/control b/debian/control
index 8c0300a..f12daea 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,26 @@ Section: utils
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper-compat (= 13), cmake (>= 3.5.0), pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.10.0),
- extra-cmake-modules (>= 5.18.0),
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5crash-dev,
- libkf5dbusaddons-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5idletime-dev,
- libkf5notifications-dev,
- libkf5notifyconfig-dev,
- libkf5textwidgets-dev,
- libkf5windowsystem-dev,
- libkf5xmlgui-dev,
- xvfb <!nocheck>, xauth <!nocheck>,
- gettext,
-Standards-Version: 4.6.1
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kidletime-dev,
+ kf6-knotifications-dev,
+ kf6-knotifyconfig-dev,
+ kf6-ktextwidgets-dev,
+ kf6-kwindowsystem-dev,
+ kf6-kxmlgui-dev,
+ xvfb <!nocheck>, xauth <!nocheck>,
+ gettext,
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/rsibreak.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/rsibreak
diff --git a/debian/rules b/debian/rules
index f35f56a..8f9d9c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
-
-override_dh_auto_test:
- xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test
-
-execute_after_dh_auto_install:
- # remove the testing x-test "translations"
- rm -rfv debian/rsibreak/usr/share/locale/x-test/
+ dh $@ --with kf6
More information about the Neon-commits
mailing list