[neon/kde/kruler/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Mon Aug 7 04:09:37 BST 2023


Git commit 864c3d0a406ca2077de0c73347303d1e956d5e4f by Carlos De Maine.
Committed on 07/08/2023 at 05:09.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +12   -14   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kruler/-/commit/864c3d0a406ca2077de0c73347303d1e956d5e4f

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 f64c648..0fb3d2c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,21 @@ 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 (>= 9),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5notifications-dev,
-               libkf5windowsystem-dev,
-               libkf5xmlgui-dev,
-               libqt5x11extras5-dev (>= 5.4),
+Build-Depends: cmake,
+               debhelper-compat (=  13,
+               kf6-extra-cmake-modules,
+               kf6-kcolorscheme-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-knotifications-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
                libx11-dev,
                libxcb1-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4),
-Standards-Version: 4.1.1
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/applications/graphics/kruler/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kruler.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kruler.git
@@ -28,8 +28,6 @@ Package: kruler
 Section: graphics
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: screen ruler
  KRuler is a tool for measuring the size, in pixels, of items on the screen.
  .
diff --git a/debian/rules b/debian/rules
index a690ca6..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-6~
-
-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