From e41f286aef83b8798daded9979cea52b4e24e491 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Thu, 21 Feb 2019 19:21:45 +0100 Subject: Add symlinks to the unhinted fonts from the hinted transitional package Closes: #922457 --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 339f3d6..40e6a62 100755 --- a/debian/rules +++ b/debian/rules @@ -51,3 +51,11 @@ clean-extracted-copyright-during-build: debian/stamp-copyright-check clean:: find -type f -name '*.metadata_dump' -delete rm -f debian/stamp-extract-copyright + +binary-install/fonts-roboto-hinted:: binary-install/fonts-roboto-unhinted + mkdir -p debian/fonts-roboto-hinted/usr/share/fonts/truetype/roboto/hinted + for d in debian/fonts-roboto-unhinted/usr/share/fonts/truetype/roboto/unhinted/*.ttf \ + debian/fonts-roboto-unhinted/usr/share/fonts/truetype/roboto/unhinted/*/*.ttf; \ + do \ + ln -rs $$d debian/fonts-roboto-hinted/usr/share/fonts/truetype/roboto/hinted/; \ + done -- cgit v1.2.3