[neon/kde/layer-shell-qt/Neon/unstable] debian: Add breaks/replace for 5

Scarlett Moore null at kde.org
Mon Nov 6 11:44:53 GMT 2023


Git commit 960742f63d6916ac348c37e41d7ebee19aefcaab by Scarlett Moore.
Committed on 06/11/2023 at 12:44.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add breaks/replace for 5
Newline in rules.

M  +2    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/layer-shell-qt/-/commit/960742f63d6916ac348c37e41d7ebee19aefcaab

diff --git a/debian/control b/debian/control
index 9d2e5f9..69e088f 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,8 @@ Description: use the Wayland wl-layer-shell protocol.
 Package: liblayershellqtinterface6
 Architecture: any
 Depends: layer-shell-qt (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-#Replaces: liblayershellqtinterface5 (<< ${source:Version}~ciBuild)
+Breaks: liblayershellqtinterface5 (<< ${source:Version}~ciBuild)
+Replaces: liblayershellqtinterface5 (<< ${source:Version}~ciBuild)
 Description: use the Wayland wl-layer-shell protocol.
  Qt component to allow applications to make use of the Wayland
  wl-layer-shell protocol.
diff --git a/debian/rules b/debian/rules
index f13d9eb..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
\ No newline at end of file
+	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list