[neon/kde/rocs/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Aug 14 07:41:49 BST 2025
Git commit 5abfa35dc25445906f46a4c528bb34b69ad894e3 by Carlos De Maine.
Committed on 14/08/2025 at 06:41.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +22 -26 debian/control
M +4 -11 debian/rules
https://invent.kde.org/neon/kde/rocs/-/commit/5abfa35dc25445906f46a4c528bb34b69ad894e3
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 64db7d9..e6fadd5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,31 +5,29 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Eshat Cakar <info at eshat.de>,
Pino Toscano <pino at debian.org>,
Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.0.0~),
- debhelper (>= 9),
- extra-cmake-modules (>= 5.15.0~),
- libboost-dev (>= 1.49~),
- libboost-graph-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
libgrantlee5-dev (>= 5.0.0~),
- libkf5archive-dev (>= 5.15~),
- libkf5config-dev (>= 5.15~),
- libkf5coreaddons-dev (>= 5.15~),
- libkf5crash-dev (>= 5.15~),
- libkf5declarative-dev (>= 5.15~),
- libkf5doctools-dev (>= 5.7~),
- libkf5i18n-dev (>= 5.15~),
- libkf5itemviews-dev (>= 5.15~),
- libkf5syntaxhighlighting-dev (>= 5.78.0~),
- libkf5texteditor-dev (>= 5.78.0~),
- libkf5xmlgui-dev (>= 5.15~),
- libqt5svg5-dev (>= 5.4),
- libqt5webkit5-dev (>= 5.4),
- libqt5xmlpatterns5-dev (>= 5.4),
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.4),
- qtdeclarative5-dev (>= 5.4),
- qtscript5-dev (>= 5.4)
-Standards-Version: 4.1.1
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kitemviews-dev,
+ kf6-ktexteditor-dev,
+ kf6-kxmlgui-dev,
+ kf6-syntax-highlighting-dev,
+ libboost-dev,
+ libboost-graph-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev (>= 5.4),
+ qt6-webengine-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdeedu/rocs
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/rocs.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/rocs.git
@@ -38,8 +36,6 @@ Package: rocs
Architecture: any
Section: math
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: graph theory IDE
Rocs aims to be a Graph Theory IDE for helping professors to show the results
of a graph algorithm and also helping students to do the algorithms.
diff --git a/debian/rules b/debian/rules
index 12f3ac6..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +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-6~
-
-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
-
-override_dh_auto_install:
- $(overridden_command)
- rm -rf debian/rocs/usr/include/
- find debian/rocs -name '*.so' -type l -delete
-
-.PHONY: override_dh_auto_test
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list