[neon/kde/kimagemapeditor/Neon/experimental] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Aug 6 02:42:05 BST 2023
Git commit ba5a9accd68b2e6bd90a43cc4c56e90b7d84b108 by Carlos De Maine.
Committed on 06/08/2023 at 03:41.
Pushed by carlosdem into branch 'Neon/experimental'.
kf6ify
D +0 -1 debian/compat
M +20 -22 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kimagemapeditor/-/commit/ba5a9accd68b2e6bd90a43cc4c56e90b7d84b108
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 e4086db..c7d5213 100644
--- a/debian/control
+++ b/debian/control
@@ -6,26 +6,26 @@ Uploaders: Sune Vuorela <sune at debian.org>,
Modestas Vainius <modax at debian.org>,
Eshat Cakar <info at eshat.de>,
Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.15.0~),
- libkf5config-dev (>= 5.15.0~),
- libkf5configwidgets-dev (>= 5.15.0~),
- libkf5coreaddons-dev (>= 5.15.0~),
- libkf5crash-dev (>= 5.15.0~),
- libkf5dbusaddons-dev (>= 5.15.0~),
- libkf5doctools-dev (>= 5.15.0~),
- libkf5guiaddons-dev (>= 5.15.0~),
- libkf5i18n-dev (>= 5.15.0~),
- libkf5kdelibs4support-dev (>= 5.15.0~),
- libkf5khtml-dev (>= 5.15.0~),
- libkf5parts-dev (>= 5.15.0~),
- libkf5widgetsaddons-dev (>= 5.15.0~),
- libkf5xmlgui-dev (>= 5.15.0~),
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.7.0~),
- qtwebengine5-dev
-Standards-Version: 4.3.0
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-kguiaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kkdelibs4support-dev,
+ kf6-kkhtml-dev,
+ kf6-kparts-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-webengine-dev
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kimagemapeditor
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kimagemapeditor.git
@@ -34,8 +34,6 @@ Package: kimagemapeditor
Architecture: any
Section: editors
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: HTML image map editor
KImageMapEditor is a tool that allows you to edit image maps in HTML
files. As well as providing a standalone application, KImageMapEditor
diff --git a/debian/rules b/debian/rules
index 5bd34ce..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-10~
-
-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