[neon/neon-packaging/maui-booth/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 03:16:20 BST 2024
Git commit 33576ed4385e5695ee6e3d4fed5a5bb49018cda3 by Carlos De Maine.
Committed on 12/07/2024 at 02:15.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +11 -12 debian/control
M +1 -1 debian/copyright
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-booth/-/commit/33576ed4385e5695ee6e3d4fed5a5bb49018cda3
diff --git a/debian/control b/debian/control
index 410027f..5a7a0bb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,26 +4,25 @@ Priority: optional
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- libkf5coreaddons-dev,
- libkf5i18n-dev,
+ kf6-extra-cmake-modules,
+ kf6-coreaddons-dev,
+ kf6-ki18n-dev,
libmauikitfilebrowsing-dev,
libmauikitimagetools-dev,
mauiman-dev,
mauikit-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtmultimedia5-dev,
- qtquickcontrols2-5-dev,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-multimedia-dev,
Standards-Version: 4.6.2
-Homepage: https://invent.kde.org/maui/strike
-Vcs-Browser: https://invent.kde.org/maui/strike
-Vcs-Git: https://invent.kde.org/maui/strike.git
+Homepage: https://invent.kde.org/maui/booth
+Vcs-Browser: https://invent.kde.org/maui/booth
+Vcs-Git: https://invent.kde.org/maui/booth.git
Package: booth
Architecture: any
-Depends: qml-module-org-mauikit-filebrowsing,
- qml-module-org-mauikit-imagetools,
+Depends: qml6-module-org-mauikit-filebrowsing,
+ qml6-module-org-mauikit-imagetools,
${misc:Depends},
${shlibs:Depends}
Description: Maui Camera App
diff --git a/debian/copyright b/debian/copyright
index ff11a52..c94fe63 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: strike
+Upstream-Name: booth
Source: https://invent.kde.org/maui/booth
Files: *
diff --git a/debian/rules b/debian/rules
index e20610b..c8b1141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export QT_SELECT=qt5
+export QT_SELECT=qt6
%:
dh $@ --buildsystem=cmake
More information about the Neon-commits
mailing list