[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC] Stripping Latin range in fonts used by g-i installer?



Christian Perrier <bubulle@debian.org> writes:

> diff -Nru ttf-sil-abyssinica-1.0/debian/rules ttf-sil-abyssinica-1.0.new/debian/rules
> --- ttf-sil-abyssinica-1.0/debian/rules	2008-01-08 18:46:45.299346188 +0100
> +++ ttf-sil-abyssinica-1.0.new/debian/rules	2008-01-08 18:53:18.790315687 +0100
> @@ -3,11 +3,17 @@
>  build: build-stamp
>  build-stamp:
>  	touch build-stamp
> +	chmod u+x debian/scripts/strip
> +	chmod u+x debian/scripts/strip_glyphs.pe
> +	# Strip the fonts for the udeb
> +	mkdir TTF-stripped
> +	debian/scripts/strip Abyssinica_SIL.ttf TTF-stripped/Abyssinica_SIL.ttf
>  
>  clean:
>  	dh_testdir
>  	dh_testroot
>  	rm -f build-stamp
> +	-rm -rf TTF-stripped

Please change -rm to rm. -rm means that you want to ignore if there's
a error calling it (file doesn't exists, for example) but the option
-f to rm does this too.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."


Reply to: