Build/CI: Remove workaround that does not work any more

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/659>
This commit is contained in:
MoonlightWave-12
2024-08-06 13:53:35 +02:00
committed by Marge Bot
parent 60f8249fe6
commit c3f46c8db8
4 changed files with 10 additions and 97 deletions

View File

@ -58,12 +58,6 @@ $ 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
-------