From f4a229d77a74852dfc41ba2b78ab03958132e413 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 3 Feb 2024 19:17:43 +0800 Subject: [PATCH] fix changelog and debian control for vala-language-server dependancy --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 02914adda..9245b1c66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ roobuilder (5.0.2) UNRELEASED; urgency=medium * control-o tiggers file open, after file serach up/down arrows select file, and enter / shift enter will open. * undo and redo buttons - now work * improved performance on node generation, and language server call performance (less uneccessary calls) + * use find path for searching for vala-language-server (and add it as a dependancy!) -- Alan Knowles Sun, 28 Jan 2024 06:54:56 +0800 diff --git a/debian/control b/debian/control index 203c58b50..730655476 100644 --- a/debian/control +++ b/debian/control @@ -18,5 +18,6 @@ Depends: ${misc:Depends}, meson, ninja-build + vala-language-server Description: Vala and Javascript IDE for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic) -- 2.39.2