[neon/extras/ktimetracker/Neon/unstable] debian: decruft
Carlos De Maine
null at kde.org
Thu Jan 4 13:28:04 GMT 2024
Git commit 1e8be613080d73f4d1f0c0075738608a9e2908bc by Carlos De Maine.
Committed on 04/01/2024 at 14:27.
Pushed by carlosdem into branch 'Neon/unstable'.
decruft
M +2 -2 debian/control
D +0 -7 debian/salsa-ci.yml
D +0 -12 debian/tests/control
D +0 -8 debian/tests/run-python-test
https://invent.kde.org/neon/extras/ktimetracker/-/commit/1e8be613080d73f4d1f0c0075738608a9e2908bc
diff --git a/debian/control b/debian/control
index e6bc8eb..bddc334 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: kde
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: cmake (>= 3.5~),
+Build-Depends: cmake,
debhelper-compat (= 13),
gettext,
kf6-extra-cmake-modules,
@@ -24,7 +24,7 @@ Build-Depends: cmake (>= 3.5~),
qt6-base-dev,
xauth,
xvfb
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://userbase.kde.org/KTimeTracker
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/ktimetracker.git
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'
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 87ca61f..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,12 +0,0 @@
-Tests: run-python-test
-Depends: dbus-x11,
- psmisc,
- pytest-benchmark,
- python3,
- python3-pydbus,
- python3-pytest,
- python3-webdav,
- xauth,
- xvfb,
- @
-Restrictions: rw-build-tree
diff --git a/debian/tests/run-python-test b/debian/tests/run-python-test
deleted file mode 100755
index 2f8ed25..0000000
--- a/debian/tests/run-python-test
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd test
-# TODO file watching seems broken
-rm test_refresh_on_change.py
-xvfb-run -a pytest-3 -v
More information about the Neon-commits
mailing list