[neon/kde/libkscreen/Neon/stable] debian: move zsh functions to bin package
Carlos De Maine
null at kde.org
Wed Feb 25 00:54:51 GMT 2026
Git commit 530ab74e015e9f4c91ebf4bfe8af3acac3e76200 by Carlos De Maine.
Committed on 25/02/2026 at 00:54.
Pushed by carlosdem into branch 'Neon/stable'.
move zsh functions to bin package
BUG: 465777
M +2 -2 debian/control
M +1 -0 debian/libkf6screen-bin.install
M +0 -1 debian/libkf6screen-dev.install
https://invent.kde.org/neon/kde/libkscreen/-/commit/530ab74e015e9f4c91ebf4bfe8af3acac3e76200
diff --git a/debian/control b/debian/control
index 764030b..c455127 100644
--- a/debian/control
+++ b/debian/control
@@ -37,8 +37,8 @@ Package: libkf6screen-bin
Architecture: any
Multi-Arch: foreign
Depends: qt6-base, ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5screen-bin (<< 4:6.0.0)
-Replaces: libkf5screen-bin (<< 4:6.0.0)
+Breaks: libkf5screen-bin (<< 4:6.0.0), libkf6screen-dev (<< ${source:Version}~ciBuild),
+Replaces: libkf5screen-bin (<< 4:6.0.0), libkf6screen-dev (<< ${source:Version}~ciBuild),
Description: library for screen management - helpers
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
diff --git a/debian/libkf6screen-bin.install b/debian/libkf6screen-bin.install
index 385a20d..c6d01ab 100644
--- a/debian/libkf6screen-bin.install
+++ b/debian/libkf6screen-bin.install
@@ -4,3 +4,4 @@ usr/lib/*/qt6/plugins/kf6/kscreen/
usr/lib/systemd/user/
usr/share/dbus-1/services/org.kde.kscreen.service
usr/share/qlogging-categories6/libkscreen.categories
+usr/share/zsh/site-functions/_kscreen-doctor
diff --git a/debian/libkf6screen-dev.install b/debian/libkf6screen-dev.install
index 725b58a..787024f 100644
--- a/debian/libkf6screen-dev.install
+++ b/debian/libkf6screen-dev.install
@@ -4,4 +4,3 @@ usr/lib/*/cmake/KF6Screen/
usr/lib/*/libKF6Screen.so
usr/lib/*/libKF6ScreenDpms.so
usr/lib/*/pkgconfig/KF6Screen.pc
-usr/share/zsh/site-functions/_kscreen-doctor
More information about the Neon-commits
mailing list