Skip to content
Snippets Groups Projects
Commit a901f49a authored by Luis Guzmán's avatar Luis Guzmán Committed by Luis Guzmán
Browse files

Tets fix control file for armhf build

parent ac3fa3f8
No related branches found
No related tags found
1 merge request!507Tets fix control file for armhf build
Pipeline #230 passed
...@@ -104,6 +104,10 @@ sed '1s/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/changelog -i ...@@ -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 mv debian/gfxboot-theme-ubuntu.install debian/gfxboot-theme-trisquel.install
sed 's/ubuntu/trisquel/' debian/gfxboot-theme-trisquel.install -i 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" changelog "Rebranded for Trisquel"
compile compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment