[neon/kde/ktimer/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Sep 15 14:36:20 BST 2023


Git commit 04a0f5d7b1e708d13ecfb2ef7001013b07380298 by Carlos De Maine.
Committed on 15/09/2023 at 15:36.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

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

https://invent.kde.org/neon/kde/ktimer/-/commit/04a0f5d7b1e708d13ecfb2ef7001013b07380298

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 037cd8d..57149d2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,20 +7,20 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 5.10.0~),
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5widgetsaddons-dev,
-               libkf5xmlgui-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.5.0~),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+               debhelper (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ktimer
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ktimer.git
@@ -29,8 +29,6 @@ Package: ktimer
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: countdown timer
  KTimer is a countdown timer for running commands after a delay.
  The countdown can be paused or set to loop continuously.
diff --git a/debian/rules b/debian/rules
index a690ca6..49552b2 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