From a901f49ae4cd39a389a0f5af1b959c86271cc06f Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Fri, 24 Sep 2021 13:29:40 -0500 Subject: [PATCH] Tets fix control file for armhf build --- helpers/make-gfxboot-theme-ubuntu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers/make-gfxboot-theme-ubuntu b/helpers/make-gfxboot-theme-ubuntu index 121c11761..f7d87aa95 100644 --- a/helpers/make-gfxboot-theme-ubuntu +++ b/helpers/make-gfxboot-theme-ubuntu @@ -104,6 +104,10 @@ sed '1s/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/changelog -i mv debian/gfxboot-theme-ubuntu.install debian/gfxboot-theme-trisquel.install sed 's/ubuntu/trisquel/' debian/gfxboot-theme-trisquel.install -i +#Fix debian/control build dependencies +sed -i 's|Build-Depends: .*|Build-Depends: debhelper (>= 7.0.0)|' debian/control +sed -i '/Build-Depends:/a Build-Depends-Indep: gfxboot-dev (>= 4.1.42), cpio, libfribidi-bin' debian/control + changelog "Rebranded for Trisquel" compile -- GitLab