[neon/kde/kmix/Neon/stable] debian: kf6ify

Carlos De Maine null at kde.org
Wed Nov 13 09:37:26 GMT 2024


Git commit 33890aa28290f11ed43fdbbed7f7e60ef87cecbd by Carlos De Maine.
Committed on 13/11/2024 at 09:37.
Pushed by carlosdem into branch 'Neon/stable'.

kf6ify

D  +0    -1    debian/compat
M  +21   -24   debian/control
D  +0    -7    debian/kmix.lintian-overrides
M  +2    -3    debian/rules

https://invent.kde.org/neon/kde/kmix/-/commit/33890aa28290f11ed43fdbbed7f7e60ef87cecbd

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 6eb6a16..fdec912 100644
--- a/debian/control
+++ b/debian/control
@@ -3,31 +3,30 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 5.14.0~),
-               kinit-dev (>= 5.14.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcrash-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-kglobalaccel-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-knotifications-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
+               kf6-solid-dev,
                libasound2-dev [linux-any],
                libcanberra-dev,
                libglib2.0-dev,
-               libkf5completion-dev (>= 5.14.0~),
-               libkf5config-dev (>= 5.14.0~),
-               libkf5configwidgets-dev (>= 5.14.0~),
-               libkf5crash-dev (>= 5.14.0~),
-               libkf5dbusaddons-dev (>= 5.14.0~),
-               libkf5doctools-dev (>= 5.14.0~),
-               libkf5globalaccel-dev (>= 5.14.0~),
-               libkf5i18n-dev (>= 5.14.0~),
-               libkf5iconthemes-dev (>= 5.14.0~),
-               libkf5notifications-dev (>= 5.14.0~),
-               libkf5solid-dev (>= 5.14.0~),
-               libkf5widgetsaddons-dev (>= 5.14.0~),
-               libkf5windowsystem-dev (>= 5.14.0~),
-               libkf5xmlgui-dev (>= 5.14.0~),
-               libpulse-dev (>= 0.9.16),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.4.0~),
-Standards-Version: 4.1.4
+               libpulse-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/kmix
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmix.git
@@ -37,8 +36,6 @@ Section: sound
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: x-audio-mixer
-Breaks: kdemultimedia-dev (<< 4:4.10), ${kde-l10n:all}
-Replaces: kdemultimedia-dev (<< 4:4.10), ${kde-l10n:all}
 Description: volume control and mixer
  KMix is an audio device mixer, used to adjust volume, select recording inputs,
  and set other hardware options.
diff --git a/debian/kmix.lintian-overrides b/debian/kmix.lintian-overrides
deleted file mode 100644
index decd442..0000000
--- a/debian/kmix.lintian-overrides
+++ /dev/null
@@ -1,7 +0,0 @@
-kmix: package-name-doesnt-match-sonames libkdeinit5-kmix libkdeinit5-kmixctrl
-kmix: shlib-without-versioned-soname usr/lib/*/libkdeinit5_kmixctrl.so libkdeinit5_kmixctrl.so
-kmix: shlib-without-versioned-soname usr/lib/*/libkdeinit5_kmix.so libkdeinit5_kmix.so
-kmix: package-must-activate-ldconfig-trigger usr/lib/*/libkdeinit5_kmixctrl.so
-kmix: package-name-doesnt-match-sonames libkmixcore5
-# private library
-kmix: no-symbols-control-file
diff --git a/debian/rules b/debian/rules
index 4f561f1..3aeeea3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-l10npkgs_firstversion_ok := 4:17.08.3-4~
 
-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
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list