[neon/kde/minuet/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Mar 17 10:51:37 GMT 2025


Git commit f6040869c6445afd3ba7b8d4b13ed3c3bed0967c by Carlos De Maine.
Committed on 17/03/2025 at 10:51.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +14   -17   debian/control
M  +2    -2    debian/minuet.install
M  +7    -11   debian/rules

https://invent.kde.org/neon/kde/minuet/-/commit/f6040869c6445afd3ba7b8d4b13ed3c3bed0967c

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 b8b0f35..819b907 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,20 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 5.15.0~),
-               libfluidsynth-dev (>= 1.1.6),
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libqt5svg5-dev (>= 5.7.0~),
-               pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.7.0~),
-               qtdeclarative5-dev (>= 5.7.0~),
-               qtquickcontrols2-5-dev (>= 5.7.0~),
-Standards-Version: 4.1.3
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               libfluidsynth-dev,
+               qt6-svg-dev,
+               pkgconf,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Homepage: http://minuet.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/minuet.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/minuet.git
@@ -37,8 +36,6 @@ Description: KDE Software for Music Education
 Package: minuet-data
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: data files for Minuet
  Music education Free Software, thoughtfully designed to push your musical
  skills to the next level. Enhance your ability to recognize intervals, chords,
diff --git a/debian/minuet.install b/debian/minuet.install
index 247be7a..3080bfc 100644
--- a/debian/minuet.install
+++ b/debian/minuet.install
@@ -1,5 +1,5 @@
 usr/bin/minuet
 usr/lib/*/libminuetinterfaces.so.*
-usr/lib/*/qt5/plugins/minuet/minuetfluidsynthsoundcontroller.so
+usr/lib/*/qt6/plugins/minuet/minuetfluidsynthsoundcontroller.so
 usr/share/*/org.kde.minuet.metainfo.xml
-usr/share/*/org.kde.minuet.desktop
\ No newline at end of file
+usr/share/*/org.kde.minuet.desktop
diff --git a/debian/rules b/debian/rules
index c2fa11e..6b80307 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,11 @@
 #!/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:17.04.3-2~
+%:
+	dh $@ --with kf6 --buildsystem kf6
 
-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_test:
+	#do not run tests
+	true
 
-override_dh_auto_install:
-	$(overridden_command)
-	# remove development stuff, since there is no stable API/ABI
-	rm -rf debian/tmp/usr/include/
-	find debian/tmp -name '*.so' -type l -delete
-
-override_dh_install:
-	$(overridden_command) --fail-missing


More information about the Neon-commits mailing list