[neon/kde/kscreenlocker/Neon/unstable] debian: Fix space between version and lib name in depends. Add back breaks.

Scarlett Moore null at kde.org
Mon Nov 6 11:37:46 GMT 2023


Git commit 648fdbc78dc9ebcba5f2d3aa797b50fe1a6e54ae by Scarlett Moore.
Committed on 06/11/2023 at 12:37.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Fix space between version and lib name in depends. Add back breaks.

M  +2    -2    debian/control

https://invent.kde.org/neon/kde/kscreenlocker/-/commit/648fdbc78dc9ebcba5f2d3aa797b50fe1a6e54ae

diff --git a/debian/control b/debian/control
index d1f3a85..fd99456 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kscreenlocker
 
 Package: kde-config-screenlocker
 Architecture: any
-Depends: libkscreenlocker6(= ${binary:Version}),
+Depends: libkscreenlocker6 (= ${binary:Version}),
          kf6-kcmutils,
          kf6-kirigami2,
          kf6-kdeclarative,
@@ -71,7 +71,7 @@ Package: libkscreenlocker6
 Architecture: any
 Depends: psmisc, ${misc:Depends}, ${shlibs:Depends}
 Recommends: kde-config-screenlocker
-#Breaks: libkscreenlocker5 (<< ${source:Version}~ciBuild)
+Breaks: libkscreenlocker5 (<< ${source:Version}~ciBuild)
 Replaces: libkscreenlocker5 (<< ${source:Version}~ciBuild)
 Multi-Arch: same
 Description: Secure lock screen architecture


More information about the Neon-commits mailing list