[med-svn] r8519 - trunk/packages/activiz.net/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Nov 10 21:23:10 UTC 2011


Author: malat-guest
Date: 2011-11-10 21:23:09 +0000 (Thu, 10 Nov 2011)
New Revision: 8519

Modified:
   trunk/packages/activiz.net/trunk/debian/changelog
   trunk/packages/activiz.net/trunk/debian/rules
Log:
new upload

Modified: trunk/packages/activiz.net/trunk/debian/changelog
===================================================================
--- trunk/packages/activiz.net/trunk/debian/changelog	2011-11-10 21:05:13 UTC (rev 8518)
+++ trunk/packages/activiz.net/trunk/debian/changelog	2011-11-10 21:23:09 UTC (rev 8519)
@@ -1,8 +1,9 @@
-activiz.net (5.6.1-3) UNRELEASED; urgency=low
+activiz.net (5.6.1-3) unstable; urgency=low
 
   * Need doxygen-latex to pull dvips/latex dependency.
+  * Use trick to conditionnaly set GENERATE_DOXYGEN. Closes: #648074
 
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Thu, 10 Nov 2011 14:07:56 +0100
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Thu, 10 Nov 2011 22:22:20 +0100
 
 activiz.net (5.6.1-2) unstable; urgency=low
 

Modified: trunk/packages/activiz.net/trunk/debian/rules
===================================================================
--- trunk/packages/activiz.net/trunk/debian/rules	2011-11-10 21:05:13 UTC (rev 8518)
+++ trunk/packages/activiz.net/trunk/debian/rules	2011-11-10 21:23:09 UTC (rev 8519)
@@ -7,9 +7,15 @@
 CMAKE_FLAGS = \
 	-DAVDN_INSTALL_PREFIX:PATH=/usr \
 	-DAVDN_SNKEYFILE:STRING=/usr/share/cli-common/keys/mono.snk \
-	-DAVDN_EXTRA_EXCLUDE_CLASSES:STRING="vtkMPIController;vtkMPICommunicator" \
-	-DGENERATE_DOXYGEN:BOOL=ON
+	-DAVDN_EXTRA_EXCLUDE_CLASSES:STRING="vtkMPIController;vtkMPICommunicator"
 
+# B-D-I is still not quite right on buildd, but anyway let's be prepared:
+ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
+  CMAKE_FLAGS += -DGENERATE_DOXYGEN:BOOL=OFF
+else
+  CMAKE_FLAGS += -DGENERATE_DOXYGEN:BOOL=ON
+endif
+
 %:
 	dh $@ --parallel --with cli
 




More information about the debian-med-commit mailing list