Loading debian/patches/doxygen_cleanup.patch +28 −9 Original line number Diff line number Diff line Loading @@ -19,9 +19,8 @@ Cleanup of the doxygen documentation: * replace some local dangling links by absolute links to the elastix home page 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 15:45:33.097342878 +0200 --- a/dox/doxygen/doxyfile.in +++ b/dox/doxygen/doxyfile.in @@ -1189,7 +1189,7 @@ # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. Loading Loading @@ -67,9 +66,8 @@ diff -ru elastix-upstream/dox/doxygen/doxyfile.in elastix-upstream.new/dox/doxyg # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in --- elastix-upstream/dox/doxygen/DoxygenFooter.html.in 2015-09-10 18:29:19.000000000 +0200 +++ elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in 2015-10-13 15:16:17.981269062 +0200 --- a/dox/doxygen/DoxygenFooter.html.in +++ b/dox/doxygen/DoxygenFooter.html.in @@ -7,21 +7,9 @@ <table width="100%"> <tr><td> Loading @@ -93,9 +91,8 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new </body> </html> diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/dox/doxygen/DoxygenHeader.html --- elastix-upstream/dox/doxygen/DoxygenHeader.html 2015-09-10 18:29:19.000000000 +0200 +++ elastix-upstream.new/dox/doxygen/DoxygenHeader.html 2015-10-13 15:14:09.110547084 +0200 --- a/dox/doxygen/DoxygenHeader.html +++ b/dox/doxygen/DoxygenHeader.html @@ -24,9 +24,9 @@ <div class="qindex"> <table width="100%"> Loading Loading @@ -126,3 +123,25 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/do -</script> -<gcse:search></gcse:search> - --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,7 +379,7 @@ # Get date if( UNIX OR CYGWIN ) - exec_program( "date '+%d-%m-%Y'" OUTPUT_VARIABLE ELASTIX_DOXYGEN_DATE ) + set(ELASTIX_DOXYGEN_DATE ${SOURCE_DATE_EPOCH}) endif() if( WIN32 ) if( NOT CYGWIN AND NOT MINGW ) @@ -398,6 +398,10 @@ configure_file( ${ELASTIX_DOXYGEN_DIR}/MainPage.dox.in ${ELASTIX_HELP_DIR}/MainPage.dox @ONLY ) + + configure_file( + ${ELASTIX_DOXYGEN_DIR}/doxygen.in + ${ELASTIX_HELP_DIR}/doxygen.out @ONLY ) endif() endif() Loading
debian/patches/doxygen_cleanup.patch +28 −9 Original line number Diff line number Diff line Loading @@ -19,9 +19,8 @@ Cleanup of the doxygen documentation: * replace some local dangling links by absolute links to the elastix home page 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 15:45:33.097342878 +0200 --- a/dox/doxygen/doxyfile.in +++ b/dox/doxygen/doxyfile.in @@ -1189,7 +1189,7 @@ # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. Loading Loading @@ -67,9 +66,8 @@ diff -ru elastix-upstream/dox/doxygen/doxyfile.in elastix-upstream.new/dox/doxyg # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in --- elastix-upstream/dox/doxygen/DoxygenFooter.html.in 2015-09-10 18:29:19.000000000 +0200 +++ elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in 2015-10-13 15:16:17.981269062 +0200 --- a/dox/doxygen/DoxygenFooter.html.in +++ b/dox/doxygen/DoxygenFooter.html.in @@ -7,21 +7,9 @@ <table width="100%"> <tr><td> Loading @@ -93,9 +91,8 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new </body> </html> diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/dox/doxygen/DoxygenHeader.html --- elastix-upstream/dox/doxygen/DoxygenHeader.html 2015-09-10 18:29:19.000000000 +0200 +++ elastix-upstream.new/dox/doxygen/DoxygenHeader.html 2015-10-13 15:14:09.110547084 +0200 --- a/dox/doxygen/DoxygenHeader.html +++ b/dox/doxygen/DoxygenHeader.html @@ -24,9 +24,9 @@ <div class="qindex"> <table width="100%"> Loading Loading @@ -126,3 +123,25 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/do -</script> -<gcse:search></gcse:search> - --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,7 +379,7 @@ # Get date if( UNIX OR CYGWIN ) - exec_program( "date '+%d-%m-%Y'" OUTPUT_VARIABLE ELASTIX_DOXYGEN_DATE ) + set(ELASTIX_DOXYGEN_DATE ${SOURCE_DATE_EPOCH}) endif() if( WIN32 ) if( NOT CYGWIN AND NOT MINGW ) @@ -398,6 +398,10 @@ configure_file( ${ELASTIX_DOXYGEN_DIR}/MainPage.dox.in ${ELASTIX_HELP_DIR}/MainPage.dox @ONLY ) + + configure_file( + ${ELASTIX_DOXYGEN_DIR}/doxygen.in + ${ELASTIX_HELP_DIR}/doxygen.out @ONLY ) endif() endif()