[neon/kde/kget/Neon/release] debian: Revert "kf6ify"

Carlos De Maine null at kde.org
Sat Dec 16 05:51:47 GMT 2023


Git commit f8ed6213207fe72cf078bff1259beb32280e02d4 by Carlos De Maine.
Committed on 16/12/2023 at 06:51.
Pushed by carlosdem into branch 'Neon/release'.

Revert "kf6ify"

This reverts commit d15bb4cdeb2a21b57902ba67544eac326b014d95.

A  +1    -0    debian/compat
M  +33   -30   debian/control
M  +1    -1    debian/kget.lintian-overrides
M  +15   -4    debian/rules

https://invent.kde.org/neon/kde/kget/-/commit/f8ed6213207fe72cf078bff1259beb32280e02d4

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
index 0fc156e..9e018ca 100644
--- a/debian/control
+++ b/debian/control
@@ -7,43 +7,44 @@ 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,
-               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,
+Build-Depends: cmake (>= 3.0.0~),
+               debhelper (>= 11~),
+               extra-cmake-modules (>= 5.44.0~),
                libboost-dev,
                libgpgme-dev,
                libgpgmepp-dev (>= 1.7.0~),
-               libktorrent-dev,
+               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~),
                libmms-dev,
-               libqca-qt6-2-dev,
-               libqgpgme15-qt6--dev,
+               libqca-qt5-2-dev (>= 2.1.0~),
+               libqgpgme-dev,
                libsqlite3-dev,
                pkg-config,
-               pkg-kde-tools-neon,
+               pkg-kde-tools (>= 0.15.16),
                plasma-workspace-dev [linux-any],
-               qt6-base-dev,
-Standards-Version: 4.6.2
+               qtbase5-dev (>= 5.7.0~),
+Standards-Version: 4.3.0
 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
@@ -53,6 +54,8 @@ 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
diff --git a/debian/kget.lintian-overrides b/debian/kget.lintian-overrides
index 01ac379..13545b2 100644
--- a/debian/kget.lintian-overrides
+++ b/debian/kget.lintian-overrides
@@ -1,4 +1,4 @@
 # private library
-kget: package-name-doesnt-match-sonames libkgetcore6
+kget: package-name-doesnt-match-sonames libkgetcore5
 # private library
 kget: no-symbols-control-file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..acf4a88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,17 @@
 #!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-%:
-	dh $@ --with kf6 --buildsystem kf6
+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


More information about the Neon-commits mailing list