[gazebo] 01/02: Added proper replacement for arial.ttf using .links file

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Jun 30 22:14:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

jrivero-guest pushed a commit to branch master
in repository gazebo.

commit 0929ae8a9bba037f24aa75cd0b4f38dd4fcfeca7
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Jun 30 17:29:54 2014 +0000

    Added proper replacement for arial.ttf using .links file
---
 debian/gazebo3-common.links | 2 ++
 debian/rules                | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/gazebo3-common.links b/debian/gazebo3-common.links
new file mode 100644
index 0000000..f62929e
--- /dev/null
+++ b/debian/gazebo3-common.links
@@ -0,0 +1,2 @@
+# Arial is not free. Replace it by ttf-liberation
+/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf usr/share/gazebo-3.0/media/fonts/arial.ttf
diff --git a/debian/rules b/debian/rules
index 0de590d..3a1878f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,11 +32,6 @@ override_dh_install:
 	&& rm $$tmp \
 	&& ln -s /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf $$tmp
 
-	# Arial is not free. Replace it by ttf-liberation
-	tmp=`ls debian/gazebo3-common/usr/share/gazebo-*/media/fonts/arial.ttf` \
-	&& rm $$tmp \
-	&& ln -s /usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf $$tmp
-
         # Install icon
 	mkdir -p debian/gazebo3/usr/share/icons/hicolor/scalable/apps/
 	install -m 644 gazebo/gui/images/gazebo.svg \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gazebo.git



More information about the debian-science-commits mailing list