[neon/kde/kio-zeroconf/Neon/stable] debian: kio-zeroconf is kf6

Carlos De Maine null at kde.org
Tue Jan 16 22:27:20 GMT 2024


Git commit 404f367b65f3c94f550abafcf4d9624274552ea2 by Carlos De Maine.
Committed on 16/01/2024 at 23:27.
Pushed by carlosdem into branch 'Neon/stable'.

kio-zeroconf is kf6

D  +0    -1    debian/.gitattributes
D  +0    -1    debian/.gitignore
D  +0    -1    debian/compat
M  +10   -10   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kio-zeroconf/-/commit/404f367b65f3c94f550abafcf4d9624274552ea2

diff --git a/debian/.gitattributes b/debian/.gitattributes
deleted file mode 100644
index 6a03163..0000000
--- a/debian/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-changelog merge=dpkg-mergechangelogs
diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 027271b..0000000
--- a/debian/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-files
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 b1d31a6..eb526ea 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.0~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 5.37.0~),
-               libkf5dbusaddons-dev (>= 5.37.0~),
-               libkf5dnssd-dev (>= 5.37.0~),
-               libkf5i18n-dev (>= 5.37.0~),
-               libkf5kio-dev (>= 5.37.0~),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.9.0~),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kdbusaddons-dev,
+               kf6-kdnssd-dev,
+               kf6-ki18n-dev,
+               kf6-kio-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/zeroconf-ioslave
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/zeroconf-ioslave.git
diff --git a/debian/rules b/debian/rules
index a80e908..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>
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='kde-zeroconf-dbg (<= 4:15.12.0-1~~)'
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list