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

Carlos De Maine null at kde.org
Fri Sep 15 15:31:21 BST 2023


Git commit 774290515014a2555cf605ddade6241f8d3d0a14 by Carlos De Maine.
Committed on 15/09/2023 at 16:31.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +17   -19   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/sweeper/-/commit/774290515014a2555cf605ddade6241f8d3d0a14

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 c8b2737..c88aa90 100644
--- a/debian/control
+++ b/debian/control
@@ -7,23 +7,23 @@ 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 (>= 3.0~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5activitiesstats-dev (>= 5.23.0~),
-               libkf5bookmarks-dev (>= 5.23.0~),
-               libkf5config-dev (>= 5.23.0~),
-               libkf5configwidgets-dev (>= 5.23.0~),
-               libkf5coreaddons-dev (>= 5.23.0~),
-               libkf5crash-dev (>= 5.23.0~),
-               libkf5doctools-dev (>= 5.23.0~),
-               libkf5i18n-dev (>= 5.23.0~),
-               libkf5kio-dev (>= 5.23.0~),
-               libkf5textwidgets-dev (>= 5.23.0~),
-               libkf5xmlgui-dev (>= 5.23.0~),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev,
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kactivities-stats-dev,
+               kf6-kbookmarks-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-ktextwidgets-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/sweeper
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/sweeper.git
@@ -32,8 +32,6 @@ Package: sweeper
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: history and temporary file cleaner
  Sweeper can quickly remove temporary information, such as web page cookies,
  browser history, or the list of recently-opened documents.  It helps provide
diff --git a/debian/rules b/debian/rules
index 4f561f1..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:17.08.3-4~
-
-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