[SCM] choreonoid branch, master, updated. upstream/1.1.0+dfsg-74-gafb5f6f

Thomas Moulard thomas.moulard at gmail.com
Mon Jun 17 05:44:51 UTC 2013


The following commit has been merged in the master branch:
commit 2b5ba29d6f1bc63bf84cc852f13720f33c26e406
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Mon Jun 17 14:15:52 2013 +0900

    Generate Doxygen documentation in build-indep.

diff --git a/debian/rules b/debian/rules
index 9542f75..3a7568b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,10 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
-.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_strip \
-	override_dh_auto_build
+.PHONY: override_dh_auto_clean		\
+	override_dh_auto_configure	\
+	override_dh_auto_build-indep	\
+	override_dh_strip
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -32,8 +34,7 @@ override_dh_auto_configure:
 		-DUSE_EXTERNAL_EIGEN:BOOL=TRUE		\
 		-DUSE_EXTERNAL_YAML:BOOL=TRUE
 
-override_dh_auto_build:
-	dh_auto_build -- # Compile the software.
+override_dh_auto_build-indep:
 	doxygen Doxyfile # Generate documentation.
 
 override_dh_auto_install:

-- 
choreonoid



More information about the debian-science-commits mailing list