[DRE-maint] Bug#861040: camping: broken symlink: /usr/share/doc/camping/rdoc/fonts/Lato-RegularItalic.ttf -> ../../../../fonts/truetype/lato/Lato-RegularItalic.ttf
Chris Lamb
lamby at debian.org
Sat May 6 13:31:16 UTC 2017
Christoph Biedl wrote:
> So would just naming the link Lato-RegularItalic.ttf [..]
> fix the issue?
Works for me :) Updated patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index 815ac32..21c65be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_installdocs:
ln -s /usr/share/fonts/truetype/lato/Lato-Light.ttf debian/camping/usr/share/doc/camping/rdoc/fonts/
ln -s /usr/share/fonts/truetype/lato/Lato-LightItalic.ttf debian/camping/usr/share/doc/camping/rdoc/fonts/
ln -s /usr/share/fonts/truetype/lato/Lato-Regular.ttf debian/camping/usr/share/doc/camping/rdoc/fonts/
- ln -s /usr/share/fonts/truetype/lato/Lato-RegularItalic.ttf debian/camping/usr/share/doc/camping/rdoc/fonts/
+ ln -s /usr/share/fonts/truetype/lato/Lato-Italic.ttf debian/camping/usr/share/doc/camping/rdoc/fonts/Lato-RegularItalic.ttf
override_dh_auto_clean:
dh_auto_clean
More information about the Pkg-ruby-extras-maintainers
mailing list