[neon/extras/kronometer/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Nov 18 02:42:32 GMT 2024


Git commit 77ab2aa344ad49e755f7194906dd221463c64dd5 by Carlos De Maine.
Committed on 18/11/2024 at 02:42.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +16   -16   debian/control
M  +3    -4    debian/rules
D  +0    -7    debian/salsa-ci.yml

https://invent.kde.org/neon/extras/kronometer/-/commit/77ab2aa344ad49e755f7194906dd221463c64dd5

diff --git a/debian/control b/debian/control
index a676f73..885ccec 100644
--- a/debian/control
+++ b/debian/control
@@ -4,22 +4,22 @@ Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 XSBC-Original-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.1),
- gettext,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.15.0~),
- extra-cmake-modules (>= 5.26.0),
- libkf5config-dev (>= 5.26.0),
- libkf5coreaddons-dev (>= 5.26.0),
- libkf5crash-dev (>= 5.26.0),
- libkf5doctools-dev (>= 5.26.0),
- libkf5i18n-dev (>= 5.26.0),
- libkf5widgetsaddons-dev (>= 5.26.0),
- libkf5xmlgui-dev (>= 5.26.0),
- xvfb <!nocheck>,
- xauth <!nocheck>,
-Standards-Version: 4.6.1
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               gettext,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               xvfb <!nocheck>,
+               xauth <!nocheck>,
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kronometer
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kronometer.git
diff --git a/debian/rules b/debian/rules
index e6f1959..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +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
+	dh $@ --with kf6 --buildsystem kf6
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
deleted file mode 100644
index f71bdf3..0000000
--- a/debian/salsa-ci.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-include:
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
-variables:
-  SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
-  SALSA_CI_DISABLE_RC_BUGS: 'no'
-  SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'


More information about the Neon-commits mailing list