[neon/kde/kcolorchooser/Neon/experimental] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Aug 6 01:27:48 BST 2023
Git commit aa124bfed53ca81112abd7e556d71635ce0dd395 by Carlos De Maine.
Committed on 06/08/2023 at 02:27.
Pushed by carlosdem into branch 'Neon/experimental'.
kf6ify
M +8 -10 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kcolorchooser/-/commit/aa124bfed53ca81112abd7e556d71635ce0dd395
diff --git a/debian/control b/debian/control
index ee5d840..e3cd8a3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,15 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Eshat Cakar <info at eshat.de>,
Sune Vuorela <sune at debian.org>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.7.0~),
- libkf5i18n-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.2.0~),
-Standards-Version: 4.1.4
+ kf6-ki18n-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdegraphics/kcolorchooser
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcolorchooser
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcolorchooser.git
@@ -22,8 +22,6 @@ Package: kcolorchooser
Section: graphics
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: ${kde-l10n:all}
-Breaks: ${kde-l10n:all}
Description: color chooser and palette editor
KColorChooser is a color palette tool, used to mix colors and create custom
color palettes. Using the dropper, it can obtain the color of any pixel on
diff --git a/debian/rules b/debian/rules
index 7313945..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/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:16.04.3-5~
-
-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