[med-svn] [gdcm] 03/06: Update patch to not build docu with ALL

Gert Wollny gert-guest at moszumanska.debian.org
Sun Jan 10 10:46:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository gdcm.

commit 737091b8d3441af688df82a851ad89868c5a29b6
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Sat Jan 9 02:11:30 2016 +0100

    Update patch to not build docu with ALL
---
 debian/patches/05_add_global_doxydoc_target.patch | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/debian/patches/05_add_global_doxydoc_target.patch b/debian/patches/05_add_global_doxydoc_target.patch
index 0d37d10..b801853 100644
--- a/debian/patches/05_add_global_doxydoc_target.patch
+++ b/debian/patches/05_add_global_doxydoc_target.patch
@@ -15,7 +15,15 @@
  subdirs(Utilities)
 --- a/Utilities/doxygen/CMakeLists.txt
 +++ b/Utilities/doxygen/CMakeLists.txt
-@@ -162,6 +162,7 @@
+@@ -154,7 +154,6 @@
+     endif()
+     # add target to 'ALL'
+     add_custom_target(GDCMDoxygenPDF
+-      ALL
+       DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/latex/gdcm-${GDCM_VERSION}.pdf
+       COMMENT  "GDCM: Executing GDCMDoxygenPDF"
+     )
+@@ -162,13 +161,14 @@
        ${CMAKE_CURRENT_BINARY_DIR}/latex/gdcm-${GDCM_VERSION}.pdf
        DESTINATION ${GDCM_INSTALL_DOC_DIR}
      )
@@ -23,7 +31,7 @@
    else()
      # make DoxygenDoc depends on the final tarball thus all file are garantee to be generated
      add_custom_target(GDCMDoxygenDoc
-@@ -169,6 +170,7 @@
+-      ALL
        DEPENDS ${GDCM_DOC_TARBALL}
        COMMENT  "GDCM: Executing GDCMDoxygenDoc"
      )
@@ -33,7 +41,15 @@
    # Install html pages:
 --- a/Utilities/doxygen/vtk/CMakeLists.txt
 +++ b/Utilities/doxygen/vtk/CMakeLists.txt
-@@ -111,6 +111,8 @@
+@@ -103,7 +103,6 @@
+     ${CMAKE_CURRENT_BINARY_DIR}/doc_makeall.sh @ONLY )
+ 
+   add_custom_target(${DOXYGEN_PROJECT_NAME}DoxygenDoc
+-    ALL
+     ${BASH}
+     ${CMAKE_CURRENT_BINARY_DIR}/doc_makeall.sh)
+ 
+@@ -111,6 +110,8 @@
      ${DOXYGEN_PROJECT_NAME}DoxygenDoc
      GDCMDoxygenPDF
    )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git



More information about the debian-med-commit mailing list