On 11/05/2025 09:05, Abou Al Montacir wrote:
I also think about having two desktop files (Lazarus-gtk and Lazarus-qt). This may be more relevant for GUI installer.

Maybe for Forky.  And maybe four. Gtk2, Gtk3, Qt5, Qt6
But I'd rather not go there for Trixie into the freeze.


Let's not do anything until we agree on what should be done.

I was happy with your previous suggestion,
maybe like this?

======================================================

diff --git a/debian/control b/debian/control
index 7bacf63b..f3289d65 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,7 @@ Description: IDE for Free Pascal - LCL source code
 Package: lazarus-ide-4.0
 Architecture: any
 Depends: fp-compiler (>= 3.2.2+dfsg-45),
+         lazarus--4.0,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: fpc,
diff --git a/debian/control.in b/debian/control.in
index 6f9392a1..b9fe1ffb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -89,6 +89,7 @@ Description: IDE for Free Pascal - LCL source code
 Package: lazarus-ide${PACKAGESUFFIX}
 Architecture: any
 Depends: fp-compiler (>= 3.2.2+dfsg-45),
+         lazarus-${PACKAGESUFFIX},
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: fpc,

Reply via email to