From 25b1309dc1105539325bdef98b209f536afb1575 Mon Sep 17 00:00:00 2001 From: enzo Date: Wed, 13 May 2026 00:41:28 +0200 Subject: [PATCH] fix(ci): add build-essential and fakeroot, make debian/rules executable --- .forgejo/workflows/build.yml | 2 +- debian/rules | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 debian/rules diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 7166b87..1fdbc83 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -43,7 +43,7 @@ jobs: working-directory: /workspace/repo run: | apt-get update - apt-get install -y debhelper dh-python python3-all python3-venv devscripts + apt-get install -y build-essential debhelper dh-python python3-all python3-venv devscripts fakeroot - name: Build .deb package working-directory: /workspace/repo diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755