[neon/kde/kdenetwork-filesharing/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Thu Nov 23 10:14:44 GMT 2023


Git commit cef2061d412e9143abe71c36e760ed29931d2136 by Carlos De Maine.
Committed on 23/11/2023 at 11:14.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/.gitattributes
D  +0    -1    debian/.gitignore
D  +0    -1    debian/compat
M  +14   -16   debian/control
M  +4    -7    debian/rules

https://invent.kde.org/neon/kde/kdenetwork-filesharing/-/commit/cef2061d412e9143abe71c36e760ed29931d2136

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 7083aba..5de2b0e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,21 @@ 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 (>= 1.6.0~),
-               libkf5coreaddons-dev (>= 5.7.0~),
-               libkf5declarative-dev,
-               libkf5doctools-dev (>= 5.7.0~),
-               libkf5i18n-dev (>= 5.7.0~),
-               libkf5kio-dev (>= 5.7.0~),
-               libkf5widgetsaddons-dev (>= 5.7.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kwidgetsaddons-dev,
                libpackagekitqt5-dev,
-               pkg-kde-tools (>= 0.12),
-               qcoro-qt5-dev,
-               qtbase5-dev (>= 5.0.0~),
-               qtdeclarative5-dev
-Standards-Version: 4.1.4
+               pkg-kde-tools-neon,
+               qcoro-qt6-dev,
+               qt6-base-dev,
+               qt6-declarative-dev
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdenetwork-filesharing
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdenetwork-filesharing.git
@@ -31,8 +31,6 @@ Section: net
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: samba
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: network filesharing configuration module
  This package provides a way to configure network file-sharing using
  NFS and Samba in the properties dialogue of the file manager.
diff --git a/debian/rules b/debian/rules
index f7b7979..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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-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_strip:
-	$(overridden_command) --dbgsym-migration='kdenetwork-filesharing-dbg (<= 4:15.12.0-1~~)'
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list