[neon/kde/kdf/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Sep 15 14:34:24 BST 2023
Git commit 1d12e1e46ad61a80960786c7e3361e7010548c99 by Carlos De Maine.
Committed on 15/09/2023 at 15:33.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +16 -18 debian/control
M +6 -0 debian/rules
https://invent.kde.org/neon/kde/kdf/-/commit/1d12e1e46ad61a80960786c7e3361e7010548c99
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 98762a6..1dae5c1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,22 @@ Section: utils
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.14.0),
- libkf5configwidgets-dev (>= 5.6.0),
- libkf5coreaddons-dev (>= 5.6.0),
- libkf5doctools-dev (>= 5.6.0~),
- libkf5i18n-dev (>= 5.6.0),
- libkf5iconthemes-dev (>= 5.6.0),
- libkf5kcmutils-dev (>= 5.6.0),
- libkf5kio-dev (>= 5.6.0~),
- libkf5notifications-dev (>= 5.6.0),
- libkf5widgetsaddons-dev (>= 5.6.0),
- libkf5xmlgui-dev (>= 5.6.0),
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.2.0),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kcmutils-dev,
+ kf6-kio-dev,
+ kf6-knotifications-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdf
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdf.git
@@ -26,8 +26,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdf.git
Package: kdf
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: disk information utility
KDiskFree displays information about hard disks and other storage devices,
including the amount of free space available. It can also mount and unmount
diff --git a/debian/rules b/debian/rules
index a690ca6..fe810ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ 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
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list