Font Roboto is a Roboto font family
This is not an official package from Google.
Current version: 1.0
Building requires command dpkg-buildpackage
and dh_make
. You must install git
to clone source or get it via HTTPS
If you are newbie, this is guide for quick build.
First checkout the code from the git repo:
git clone git@github.com:ansidev/fonts-roboto.git fonts-roboto-1.0
Build the binary:
Change to directory fonts-roboto-1.0
cd fonts-roboto-1.0
And then generate file fonts-roboto_{$VERSION}.orig.tar.xz (you must install package dh-make first):
dh_make --createorig
Start build package:
dpkg-buildpackage -uc -us -b
Finally, test package:
lintian ../fonts-roboto_{$VERSION}_all.deb
sudo dpkg -i ../fonts-roboto_{$VERSION}_all.deb