From b347d55b34bbc079b98f49292e4fbe3fc27c613b Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Tue, 2 Apr 2024 20:14:14 +0200 Subject: [PATCH] Document workaround for installing build-dependencies on Debian Testing Part-of: --- doc/hacking.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/hacking.md b/doc/hacking.md index eb32c452..0950a164 100644 --- a/doc/hacking.md +++ b/doc/hacking.md @@ -58,6 +58,12 @@ sudo apt-get -y build-dep . For an explicit list of dependencies check the `Build-Depends` entry in the [`debian/control`](debian/control) file. +Note: Some build-dependencies are currently unavailable in Debian Testing. +To be able to install the build-dependencies with the previously mentioned commands anyway, +rename `control` in the `debian`-folder to `control.original`, +and `control.debian-testing` to `control` before using those commands. +The remaining dependencies will then be downloaded by `cargo` when building Squeekboard. + Testing -------