Gert Wollny pushed to branch experimental at Debian Med / gdcm
Commits: 7411b90e by Gert Wollny at 2018-06-19T23:48:15+02:00 d/p/gdcm-fix-xslt-maxdepth.patch set maxdeph Closes: #901519 - - - - - c6ef92e0 by Gert Wollny at 2018-06-19T23:49:06+02:00 Update changelog - - - - - 55b483a6 by Gert Wollny at 2018-06-19T23:51:39+02:00 d/control: remove useless python version field - - - - - 75a7c328 by Gert Wollny at 2018-06-19T23:52:18+02:00 another changelog update - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/gdcm-fix-xslt-maxdepth.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gdcm (2.8.6-3exp1python3) experimental; urgency=medium + + * d/control: remove useless python version field + * d/p/gdcm-fix-xslt-maxdepth.patch set maxdeph Closes: #901519 + + -- Gert Wollny <[email protected]> Tue, 19 Jun 2018 23:48:42 +0200 + gdcm (2.8.6-2exp1python3) experimental; urgency=medium * Experimental upload with python 3 support ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -42,7 +42,6 @@ Build-Depends-Indep: vtk7-doc, graphviz Build-Conflicts: libopenjpeg-dev Standards-Version: 4.1.4 -X-Python-Version: 2.7 Vcs-Browser: https://salsa.debian.org/med-team/gdcm Vcs-Git: https://salsa.debian.org/med-team/gdcm.git Homepage: http://gdcm.sourceforge.net/ ===================================== debian/patches/gdcm-fix-xslt-maxdepth.patch ===================================== --- /dev/null +++ b/debian/patches/gdcm-fix-xslt-maxdepth.patch @@ -0,0 +1,12 @@ +Description: Force maxdepth for xsltproc + +--- gdcm-2.8.4/Utilities/doxygen/CMakeLists.txt 2017-11-09 09:09:58.000000000 +0100 ++++ gdcm-2.8.4.new/Utilities/doxygen/CMakeLists.txt 2018-02-09 23:16:12.067080033 +0100 +@@ -253,6 +253,7 @@ + set(XSLT_PROCESSOR ${LIBXSLT_XSLTPROC_EXECUTABLE}) + # http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.quietly.html + set(XSLT_PROCESSOR_ARG --param man.output.quietly 1) ++ set(XSLT_PROCESSOR_ARG --maxdepth 5000) + # User can change the behavior at cmake time: + if(NOT DEFINED GDCM_MANPAGES_USE_NONET) + set(GDCM_MANPAGES_USE_NONET FALSE) ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ unforce_cxx98.patch use_swig_add_library_for_csharp.patch enable_ninja_build.patch add_cxx11_vtk_defines.patch +gdcm-fix-xslt-maxdepth.patch View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/f057f6adc9feb5613f539ddb4b4f5dc3de93c1b1...75a7c328a6d2b049b963ad1fef7671274088d8ca -- View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/f057f6adc9feb5613f539ddb4b4f5dc3de93c1b1...75a7c328a6d2b049b963ad1fef7671274088d8ca You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
