[neon/neon-packaging/kio-fuse-5/Neon/unstable] debian: Revert "Revert "kf6ify""
Carlos De Maine
null at kde.org
Tue Dec 12 11:27:32 GMT 2023
Git commit b52c4a5840b2e93123843c569044ed4cd26d7bfc by Carlos De Maine.
Committed on 12/12/2023 at 12:27.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "Revert "kf6ify""
This reverts commit b83f9622cef4bbb8dd9f409aa6f225aa7ee2b4c1
M +10 -10 debian/control
M +7 -7 debian/rules
https://invent.kde.org/neon/neon-packaging/kio-fuse-5/-/commit/b52c4a5840b2e93123843c569044ed4cd26d7bfc
diff --git a/debian/control b/debian/control
index fe3a6fa..afc63fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,29 @@
-Source: kio-fuse
+Source: kio-fuse6
Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Norbert Preining <norbert at preining.info>,
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.66.0~),
libfuse3-dev,
- libkf5config-dev (>= 5.66.0~),
- libkf5dbusaddons-dev (>= 5.66.0~),
- libkf5i18n-dev (>= 5.66.0~),
- libkf5kio-dev (>= 5.66.0~),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
pkg-config,
- pkg-kde-tools,
- qtbase5-dev (>= 5.12.0~)
+ pkg-kde-tools-neon,
+ qt6-base-dev,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kio-fuse
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kio-fuse.git
Homepage: https://invent.kde.org/system/kio-fuse
-Package: kio-fuse
+Package: kio-fuse6
Architecture: any
Depends: fuse3, ${misc:Depends}, ${shlibs:Depends}
Enhances: dolphin
Description: FUSE Interface for KIO
KIOFuse allows the possibility to mount KIO filesystems in the local
- system, exposing them to every application.
+ system, exposing them to every application.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 77bcf0c..ff2dadf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+ dh_auto_configure -- -DSYSTEMD_USER_UNIT_INSTALL_DIR=/usr/kf6/lib/systemd/user -DBUILD_TESTING=OFF
+
+override_dh_shlibdeps:
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-override_dh_auto_test:
- # Disable dh_auto_test at build time
- :
More information about the Neon-commits
mailing list