[gazebo] 02/03: Fix fonts dependencies

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sun Oct 15 23:14:01 UTC 2017


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

jspricke pushed a commit to branch master
in repository gazebo.

commit 15a5c0b1a6a67a9e316cce009470a1871bb8f1d5
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Oct 16 00:52:44 2017 +0200

    Fix fonts dependencies
    
    Closes: #878595, #857393, #857393
---
 debian/control              | 6 +++---
 debian/gazebo7-common.links | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index d627ed7..0ee5b0e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake,
                doxygen,
                doxygen-latex,
                texlive-fonts-recommended,
-               ttf-liberation,
+               fonts-liberation,
                libfreeimage-dev,
                libprotoc-dev,
                libprotobuf-dev,
@@ -55,7 +55,7 @@ Homepage: http://gazebosim.org/
 Package: gazebo7-common
 Architecture: all
 Multi-Arch: foreign
-Depends: ttf-dejavu-core,
+Depends: fonts-dejavu-core,
          ${misc:Depends}
 Breaks: gazebo6-common
 Replaces: gazebo6-common
@@ -75,7 +75,7 @@ Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ttf-liberation,
+         fonts-liberation,
          ruby,
          libgazebo7 (= ${binary:Version}),
          gazebo7-common (= ${source:Version})
diff --git a/debian/gazebo7-common.links b/debian/gazebo7-common.links
index 2fab68a..f31bef4 100644
--- a/debian/gazebo7-common.links
+++ b/debian/gazebo7-common.links
@@ -1,4 +1,4 @@
 # Arial is not free. Replace it by ttf-liberation
-/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf usr/share/gazebo-7/media/fonts/arial.ttf
-# Use system wise DejavuSans
-/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf usr/share/gazebo-7/media/gui/fonts/DejaVuSans.ttf
+/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf usr/share/gazebo-7/media/fonts/arial.ttf
+# Use system wide DejavuSans
+/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf usr/share/gazebo-7/media/gui/fonts/DejaVuSans.ttf

-- 
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