[neon/kde/kirigami-gallery/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Jul 2 05:51:02 BST 2024
Git commit cd6b22de952e1b97d7bca08b6b367169f5e0bfba by Carlos De Maine.
Committed on 02/07/2024 at 04:51.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +12 -15 debian/control
D +0 -1 debian/files
M +4 -1 debian/rules
https://invent.kde.org/neon/kde/kirigami-gallery/-/commit/cd6b22de952e1b97d7bca08b6b367169f5e0bfba
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 3099b94..d8105d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,28 +3,25 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Scarlett Moore <sgclark at kde.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 9~),
- extra-cmake-modules (>= 0.0.8~),
- kirigami2-dev,
- libkf5itemmodels-dev,
- libqt5svg5-dev,
- pkg-kde-tools,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qttools5-dev
-Standards-Version: 3.9.8
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kirigami2-dev,
+ kf6-kitemmodels-dev,
+ pkg-kde-tools-neon,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+ qt6-tools-dev
+Standards-Version: 4.6.2
Homepage: https://cgit.kde.org/kirigami-gallery.git/
Package: kirigami-gallery
Architecture: any
Depends: kpackagelauncherqml,
- qml-module-org-kde-kirigami2,
- qml-module-qtgraphicaleffects,
+ kf6-kirigami,
+ qt6-declarative,
${misc:Depends},
${shlibs:Depends}
-Breaks: qml-module-org-kde-kirigami2 (<< 2.0.0-0neon+16.04+build3)
-Replaces: qml-module-org-kde-kirigami2 (<< 2.0.0-0neon+16.04+build3)
Description: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
diff --git a/debian/files b/debian/files
deleted file mode 100644
index cca2607..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-kirigami-gallery_0.0-0neon_source.buildinfo kde optional
diff --git a/debian/rules b/debian/rules
index b57f3e9..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list