Am 30.10.2012 10:37, schrieb Fabian Greffrath:
However, I have found dangling symlinks in /etc/fonts/conf.d in the
fonts-texgyre package (yay for dynamically generated links!).
This will help:
diff --git a/debian/rules b/debian/rules
index b8b40aa..ea13913 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,10 +140,10 @@ binary-indep: build-indep
usr/share/doc/$(PPP)/README-TeX-Gyre-Termes-Math.txt \
; )
dh_link -p $(PKGFONTS) \
- etc/fonts/conf.avail/65-$(PKG).conf \
- etc/fonts/conf.d/65-$(PKG).conf \
- etc/fonts/conf.avail/30-$(PKG)-aliases.conf \
- etc/fonts/conf.d/30-$(PKG)-aliases.conf
+ etc/fonts/conf.avail/65-$(PKGFONTS).conf \
+ etc/fonts/conf.d/65-$(PKGFONTS).conf \
+ etc/fonts/conf.avail/30-$(PKGFONTS)-aliases.conf \
+ etc/fonts/conf.d/30-$(PKGFONTS)-aliases.conf
dh_installdocs
dh_installchangelogs
- Fabian
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]