[med-svn] r20237 - in trunk/packages/elastix/trunk/debian: . patches

Gert Wollny gert-guest at moszumanska.debian.org
Thu Oct 15 13:56:56 UTC 2015


Author: gert-guest
Date: 2015-10-15 13:56:55 +0000 (Thu, 15 Oct 2015)
New Revision: 20237

Modified:
   trunk/packages/elastix/trunk/debian/changelog
   trunk/packages/elastix/trunk/debian/patches/doxygen_cleanup.patch
Log:
Enable the searchengine in doxygen 

This is one of the two options to issue the 
dynsections.js file which is needed by the documentation. 



Modified: trunk/packages/elastix/trunk/debian/changelog
===================================================================
--- trunk/packages/elastix/trunk/debian/changelog	2015-10-15 11:34:20 UTC (rev 20236)
+++ trunk/packages/elastix/trunk/debian/changelog	2015-10-15 13:56:55 UTC (rev 20237)
@@ -10,6 +10,8 @@
       remote elastix site like it is suppose to.
     - Move the Google analytics patch into this patch 
     - Move the patch for PNG->SVG change into this patch 
+    - enable the SEARCHENGINE since this issues the needed 
+      dynsections.js 
   * Add patch doxygen_use_epoch...: Set the doxygen files data to 
       SOURCE_DATA_EPOCH if it is set with cmake.
 

Modified: trunk/packages/elastix/trunk/debian/patches/doxygen_cleanup.patch
===================================================================
--- trunk/packages/elastix/trunk/debian/patches/doxygen_cleanup.patch	2015-10-15 11:34:20 UTC (rev 20236)
+++ trunk/packages/elastix/trunk/debian/patches/doxygen_cleanup.patch	2015-10-15 13:56:55 UTC (rev 20237)
@@ -21,7 +21,7 @@
 
 diff -ru elastix-upstream/dox/doxygen/doxyfile.in elastix-upstream.new/dox/doxygen/doxyfile.in
 --- elastix-upstream/dox/doxygen/doxyfile.in	2015-09-10 18:29:19.000000000 +0200
-+++ elastix-upstream.new/dox/doxygen/doxyfile.in	2015-10-15 00:34:58.308765900 +0200
++++ elastix-upstream.new/dox/doxygen/doxyfile.in	2015-10-15 15:45:33.097342878 +0200
 @@ -1189,7 +1189,7 @@
  # The default value is: YES.
  # This tag requires that the tag GENERATE_HTML is set to YES.
@@ -40,6 +40,15 @@
  
  # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
  # shown in the various tree structured indices initially; the user can expand
+@@ -1540,7 +1540,7 @@
+ # The default value is: YES.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
+ 
+-SEARCHENGINE           = NO
++SEARCHENGINE           = YES
+ 
+ # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
+ # implemented using a web server instead of a web client using Javascript. There
 @@ -2351,7 +2351,7 @@
  # The default value is: png.
  # This tag requires that the tag HAVE_DOT is set to YES.




More information about the debian-med-commit mailing list