[neon/extras/calligraplan/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Wed Oct 29 10:09:59 GMT 2025
Git commit e408d121f495f69962506e24385d318755235b8d by Carlos De Maine.
Committed on 29/10/2025 at 10:09.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +0 -2 debian/calligraplan.lintian-overrides
M +33 -35 debian/control
M +3 -13 debian/rules
D +0 -7 debian/salsa-ci.yml
https://invent.kde.org/neon/extras/calligraplan/-/commit/e408d121f495f69962506e24385d318755235b8d
diff --git a/debian/calligraplan.lintian-overrides b/debian/calligraplan.lintian-overrides
index d87b210..c801c9e 100644
--- a/debian/calligraplan.lintian-overrides
+++ b/debian/calligraplan.lintian-overrides
@@ -2,7 +2,5 @@
calligraplan: package-name-doesnt-match-sonames
# private library
calligraplan: no-symbols-control-file
-calligraplan: shared-library-lacks-version usr/lib/*/libkdeinit5_calligraplan.so libkdeinit5_calligraplan.so
-calligraplan: shared-library-lacks-version usr/lib/*/libkdeinit5_calligraplanwork.so libkdeinit5_calligraplanwork.so
# report templates
calligraplan: package-contains-documentation-outside-usr-share-doc usr/share/calligraplan/reports/*
diff --git a/debian/control b/debian/control
index c8350f2..0c274a1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,43 +3,41 @@ Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: cmake (>= 3.0~),
+Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.19.0),
+ kf6-extra-cmake-modules,
gettext,
- kinit-dev (>= 5.45.0~),
- libkchart5-dev,
- libkf5activities-dev (>= 5.45.0~),
- libkf5archive-dev (>= 5.45.0~),
- libkf5config-dev (>= 5.45.0~),
- libkf5configwidgets-dev (>= 5.45.0~),
- libkf5coreaddons-dev (>= 5.45.0~),
- libkf5dbusaddons-dev (>= 5.45.0~),
- libkf5doctools-dev,
- libkf5guiaddons-dev (>= 5.45.0~),
- libkf5holidays-dev,
- libkf5i18n-dev (>= 5.45.0~),
- libkf5iconthemes-dev (>= 5.45.0~),
- libkf5itemmodels-dev (>= 5.45.0~),
- libkf5itemviews-dev (>= 5.45.0~),
- libkf5jobwidgets-dev (>= 5.45.0~),
- libkf5kio-dev (>= 5.45.0~),
- libkf5notifications-dev (>= 5.45.0~),
- libkf5parts-dev (>= 5.45.0~),
- libkf5textwidgets-dev (>= 5.45.0~),
- libkf5wallet-dev (>= 5.45.0~),
- libkf5widgetsaddons-dev (>= 5.45.0~),
- libkf5windowsystem-dev (>= 5.45.0~),
- libkf5xmlgui-dev (>= 5.45.0~),
- libkgantt5-dev,
- libqca-qt5-2-dev,
- libqt5opengl5-dev (>= 5.9.0~),
- libqt5x11extras5-dev (>= 5.9.0~),
+ kf6-kactivities-dev,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-kguiaddons-dev,
+ kf6-kholidays-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kitemmodels-dev,
+ kf6-kitemviews-dev,
+ kf6-kjobwidgets-dev,
+ kf6-kio-dev,
+ kf6-knotifications-dev,
+ kf6-kparts-dev,
+ kf6-ktextwidgets-dev,
+ kf6-kwallet-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kwindowsystem-dev,
+ kf6-kxmlgui-dev,
+ libkchart6-dev,
+ libkgantt6-dev,
+ libqca-qt6-dev,
libx11-dev,
- pkg-config,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.9.0~)
-Standards-Version: 4.6.1
+ pkgconf,
+ pkg-kde-tools-neon,
+ qt6-5compat-dev,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.calligra.org/plan/
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/calligraplan.git
@@ -52,4 +50,4 @@ Description: integrated project management and planning tool
Plan is a project management application, allowing for the planning and
scheduling of projects. It was formerly known as KPlato.
.
- This package is part of the Calligra Suite.
\ No newline at end of file
+ This package is part of the Calligra Suite.
diff --git a/debian/rules b/debian/rules
index 0edda4c..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,6 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
-
-override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
-
-execute_after_dh_auto_install:
- # remove symlinks of private libraries
- find debian/calligraplan -name '*.so' -type l -print -delete
-
-.PHONY: override_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