From adf67ec36eee49cd5986d8cf9c621d8d2d7806b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Tue, 2 Sep 2014 17:47:13 +0200 Subject: [PATCH] Plymouth should not depend on Ubuntu fonts --- helpers/make-plymouth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/make-plymouth b/helpers/make-plymouth index 20c2dfaf..c87ab9d6 100644 --- a/helpers/make-plymouth +++ b/helpers/make-plymouth @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=5 +VERSION=6 QUILT=skip . ./config @@ -31,6 +31,7 @@ cp $DATA/plymouth-theme-trisquel-logo* debian sed 's/a corporate-looking/an illustration/' debian/control -i sed 's/pie chart for boot.*/made by Dongyun Lee for the Sugar project/' debian/control -i +sed 's/ttf-ubuntu-font-family,//' -i debian/control cat << EOF >> debian/copyright -- GitLab