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

Carlos De Maine null at kde.org
Sat Dec 16 05:55:50 GMT 2023


Git commit 93ef2e620baa69630cf2e5deeb0fadfbdcd82e67 by Carlos De Maine.
Committed on 16/12/2023 at 06:55.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +32   -35   debian/control
M  +1    -1    debian/kget.lintian-overrides
M  +4    -15   debian/rules

https://invent.kde.org/neon/kde/kget/-/commit/93ef2e620baa69630cf2e5deeb0fadfbdcd82e67

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 d866edb..c471899 100644
--- a/debian/control
+++ b/debian/control
@@ -7,44 +7,43 @@ 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.0~),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 5.44.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemviews-dev,
+               kf6-kcmutils-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-knotifyconfig-dev,
+               kf6-kparts-dev,
+               kf6-kservice-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwallet-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
+               kf6-solid-dev,
                libboost-dev,
                libgpgme-dev,
                libgpgmepp-dev (>= 1.7.0~),
-               libkf5completion-dev (>= 5.44.0~),
-               libkf5config-dev (>= 5.44.0~),
-               libkf5configwidgets-dev (>= 5.44.0~),
-               libkf5coreaddons-dev (>= 5.44.0~),
-               libkf5dbusaddons-dev (>= 5.44.0~),
-               libkf5doctools-dev (>= 5.44.0~),
-               libkf5i18n-dev (>= 5.44.0~),
-               libkf5iconthemes-dev (>= 5.44.0~),
-               libkf5itemviews-dev (>= 5.44.0~),
-               libkf5kcmutils-dev (>= 5.44.0~),
-               libkf5kdelibs4support-dev (>= 5.44.0~),
-               libkf5kio-dev (>= 5.44.0~),
-               libkf5notifications-dev (>= 5.44.0~),
-               libkf5notifyconfig-dev (>= 5.44.0~),
-               libkf5parts-dev (>= 5.44.0~),
-               libkf5service-dev (>= 5.44.0~),
-               libkf5solid-dev (>= 5.44.0~),
-               libkf5textwidgets-dev (>= 5.44.0~),
-               libkf5wallet-dev (>= 5.44.0~),
-               libkf5widgetsaddons-dev (>= 5.44.0~),
-               libkf5windowsystem-dev (>= 5.44.0~),
-               libkf5xmlgui-dev (>= 5.44.0~),
-               libktorrent-dev (>= 2.1~),
+               libktorrent-dev,
                libmms-dev,
-               libqca-qt5-2-dev (>= 2.1.0~),
-               libqgpgme-dev,
+               libqca-qt6-2-dev,
+               libqgpgme15-qt6--dev,
                libsqlite3-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-#               plasma-workspace-dev [linux-any],
-               qtbase5-dev (>= 5.7.0~),
-Standards-Version: 4.3.0
+               pkg-kde-tools-neon,
+               plasma-workspace-dev [linux-any],
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kget
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kget.git
@@ -54,11 +53,9 @@ Section: net
 Architecture: any
 Depends: libjs-mootools, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: download manager
  KGet is an advanced download manager with support for Metalink and Bittorrent.
  Downloads are added to the list, where they can be paused, queued, or
  scheduled for later.
  .
- This package is part of the KDE networking module.
+ This package is part of the KDE networking module.
\ No newline at end of file
diff --git a/debian/kget.lintian-overrides b/debian/kget.lintian-overrides
index 13545b2..01ac379 100644
--- a/debian/kget.lintian-overrides
+++ b/debian/kget.lintian-overrides
@@ -1,4 +1,4 @@
 # private library
-kget: package-name-doesnt-match-sonames libkgetcore5
+kget: package-name-doesnt-match-sonames libkgetcore6
 # private library
 kget: no-symbols-control-file
diff --git a/debian/rules b/debian/rules
index acf4a88..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +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
-
-override_dh_auto_configure:
-	$(overridden_command) -- -DBUILD_TESTING=OFF
-
-override_dh_auto_install:
-	$(overridden_command)
-	# remove dev .so symlinks, we aren't shipping dev suff for these
-	find debian/kget -name '*.so' -type l -print -delete
-	# remove translations of unbuilt plasma stuff
-	rm -f debian/kget/usr/share/locale/*/LC_MESSAGES/plasma_applet_kget.mo
-	rm -f debian/kget/usr/share/locale/*/LC_MESSAGES/plasma_runner_kget.mo
+%:
+	dh $@ --with kf6 --buildsystem kf6



More information about the Neon-commits mailing list