[neon/kde/kpat/Neon/release] debian: depend on freecell-solver-bin

Harald Sitter null at kde.org
Fri Mar 1 16:18:23 GMT 2024


Git commit 4be244983fcb64a94d7e898bd2cd88114784522a by Harald Sitter.
Committed on 01/03/2024 at 16:18.
Pushed by sitter into branch 'Neon/release'.

depend on freecell-solver-bin

the freecell-solver library internally calls the bin, but doesn't depend
on it. let's deal with this one level higher so we don't need to rebuild
the library in neon

BUG: 478547

M  +4    -1    debian/control

https://invent.kde.org/neon/kde/kpat/-/commit/4be244983fcb64a94d7e898bd2cd88114784522a

diff --git a/debian/control b/debian/control
index 0ae92c1..691b4d2 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,10 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpat.git
 
 Package: kpat
 Architecture: any
-Depends: kdegames-card-data-kf6, ${misc:Depends}, ${shlibs:Depends}
+Depends: freecell-solver-bin,
+         kdegames-card-data-kf6,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: khelpcenter
 Description: solitaire card games
  KPatience is a collection of fourteen solitaire card games, including Klondike,


More information about the Neon-commits mailing list