From 21f911cbe8ede1f64093da5727c49f956a367971 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sun, 3 Jul 2016 22:36:17 +0200 Subject: [PATCH] Revert removal of DejaVu font from package, which causes other rendering issues. --- debuild/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuild/debian/rules b/debuild/debian/rules index 4f8536ab9..3f68618db 100755 --- a/debuild/debian/rules +++ b/debuild/debian/rules @@ -27,7 +27,7 @@ override_dh_auto_install: mkdir -p debian/purr-data && mv packages/linux_make/build/* debian/purr-data # Remove some unneeded files. cd debian/purr-data/ && rm -f Makefile README.txt - cd debian/purr-data/usr/lib/pd-l2ork/bin && rm -f DejaVuSansMono.ttf +# cd debian/purr-data/usr/lib/pd-l2ork/bin && rm -f DejaVuSansMono.ttf cd debian/purr-data/usr/lib/pd-l2ork/extra && rm -rf */*.pd_linux_o */*.la # Move cyclist and pdsend/pdreceive to the pd-l2ork lib directory to prevent # conflicts with other packages providing these files. -- GitLab