[gazebo] 03/07: Fix documentation installation

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Jun 30 15:54:48 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 79cf88306237ddf114de38f305718939a6b317ae
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Jun 30 15:03:55 2014 +0000

    Fix documentation installation
---
 debian/gazebo-doc.doc-base | 4 ++--
 debian/rules               | 9 +++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/gazebo-doc.doc-base b/debian/gazebo-doc.doc-base
index eddeec4..3deb130 100644
--- a/debian/gazebo-doc.doc-base
+++ b/debian/gazebo-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: Describe the Gazebo library C++ API.
 Section: Programming/C++
 
 Format: HTML
-Index: /usr/share/doc/gazebo-doc/html/index.html
-Files: /usr/share/doc/gazebo-doc/html/*
+Index: /usr/share/doc/gazebo3-doc/html/index.html
+Files: /usr/share/doc/gazebo3-doc/html/*
diff --git a/debian/rules b/debian/rules
index 22cc4c4..12d9793 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ override_dh_auto_configure:
                 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
                 -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="$(SSE_FLAGS)"
 
-#override_dh_auto_build-indep:
-#	dh_auto_build -- doc # Generate Doxygen HTML documentation.
+override_dh_auto_build-indep:
+	dh_auto_build -- doc # Generate Doxygen HTML documentation.
 
 override_dh_install:
 	dh_install -- # Install
@@ -47,6 +47,11 @@ override_dh_install:
 	install -m 644 ./debian/gazebo.desktop \
             debian/gazebo3/usr/share/applications/
 
+	# Install doxygen html documentation
+        install -D debian/gazebo3-doc/usr/share/doc/gazebo3-doc/html
+	install -m 644 -D ./debian/doxygen/html \
+            debian/gazebo3-doc/usr/share/doc/gazebo3-doc/html
+
 
 override_dh_strip:
 	dh_strip -a --dbg-package=libgazebo3-dbg

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