[neon/forks/massif-visualizer/Neon/release_jammy] debian: kf6ify
Carlos De Maine
null at kde.org
Wed Jun 5 13:27:27 BST 2024
Git commit c8f643fa9f95bd9cffed0b649db9ab7d6ca3a71b by Carlos De Maine.
Committed on 05/06/2024 at 12:27.
Pushed by carlosdem into branch 'Neon/release_jammy'.
kf6ify
M +19 -24 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/forks/massif-visualizer/-/commit/c8f643fa9f95bd9cffed0b649db9ab7d6ca3a71b
diff --git a/debian/control b/debian/control
index 2e2eb20..762b01f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,23 @@ Source: massif-visualizer
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends:
- cmake,
- debhelper-compat (= 13),
- extra-cmake-modules,
- libkchart5-dev,
- libkf5archive-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5kio-dev,
- libkf5parts-dev,
- libqt5svg5-dev,
- libqt5xmlpatterns5-dev,
- libkf5i18n-dev,
- pkg-kde-tools,
- python3-docutils,
- qtbase5-dev,
- xauth,
- xvfb
-Standards-Version: 4.5.1
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kio-dev,
+ kf6-kparts-dev,
+ kf6-ki18n-dev,
+ libkchart6-dev,
+ pkg-kde-tools-neon,
+ python3-docutils,
+ qt6-base-dev,
+ qt6-svg-dev,
+ xauth,
+ xvfb
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/massif-visualizer
Vcs-Git: https://salsa.debian.org/debian/massif-visualizer.git
@@ -28,11 +26,8 @@ Homepage: https://projects.kde.org/projects/extragear/sdk/massif-visualizer
Package: massif-visualizer
Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- valgrind
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: valgrind
Description: Tool for visualizing memory usage recorded by Valgrind Massif
Massif Visualizer is a graphical interface to visualize memory usage recorded
by Valgrind Massif tool.
diff --git a/debian/rules b/debian/rules
index d5dae93..811254f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
%:
- dh $@ --with=kf5
+ dh $@ --with=kf6 --buildsystem=kf6
override_dh_auto_build:
dh_auto_build
More information about the Neon-commits
mailing list