[neon/extras/kio-fuse/Neon/release] debian: new release
Carlos De Maine
null at kde.org
Wed Nov 5 02:12:03 GMT 2025
Git commit 3139686d8c813b52b0b252244b3db094daa887c3 by Carlos De Maine.
Committed on 05/11/2025 at 02:12.
Pushed by carlosdem into branch 'Neon/release'.
new release
M +6 -0 debian/changelog
M +3 -3 debian/control
M +4 -4 debian/rules
D +0 -7 debian/salsa-ci.yml
https://invent.kde.org/neon/extras/kio-fuse/-/commit/3139686d8c813b52b0b252244b3db094daa887c3
diff --git a/debian/changelog b/debian/changelog
index 724d160..1dabe17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kio-fuse (5.1.1-0) noble; urgency=medium
+
+ * New release
+
+ -- Carlos De Maine <carlosdemaine at gmail.com> Wed, 05 Nov 2025 12:05:11 +1000
+
kio-fuse (5.1.0-1) noble; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 6c47ea4..3f14f68 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@ Build-Depends: cmake,
kf6-kdbusaddons-dev,
kf6-ki18n-dev,
kf6-kio-dev,
- pkg-config,
+ pkgconf,
pkg-kde-tools-neon,
qt6-base-dev,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
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
@@ -23,7 +23,7 @@ Homepage: https://invent.kde.org/system/kio-fuse
Package: kio-fuse
Architecture: any
Depends: fuse3, ${misc:Depends}, ${shlibs:Depends}
-Enhances: dolphin
+Enhances: dolphin, xdg-desktop-portal-kde,
Description: FUSE Interface for KIO
KIOFuse allows the possibility to mount KIO filesystems in the local
system, exposing them to every application.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ff2dadf..3d74aa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- 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)/
+ dh_auto_configure -- -DQT_MAJOR_VERSION=6 -DBUILD_TESTING=OFF
+override_dh_auto_test:
+ # Disable dh_auto_test at build time
+ :
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
deleted file mode 100644
index f71bdf3..0000000
--- a/debian/salsa-ci.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
-variables:
- SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
- SALSA_CI_DISABLE_RC_BUGS: 'no'
- SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'
More information about the Neon-commits
mailing list