[med-svn] [Git][med-team/gdcm][master] 4 commits: d/p/gdcm-fix-xslt-maxdepth.patch set maxdeph Closes: #901519

Gert Wollny gitlab at salsa.debian.org
Tue Jun 19 23:16:58 BST 2018


Gert Wollny pushed to branch master at Debian Med / gdcm


Commits:
7ca036f3 by Gert Wollny at 2018-06-19T23:55:47+02:00
d/p/gdcm-fix-xslt-maxdepth.patch set maxdeph Closes: #901519

- - - - -
b063db6c by Gert Wollny at 2018-06-19T23:58:36+02:00
d/control: remove useless python version field

- - - - -
b3092c31 by Gert Wollny at 2018-06-19T23:59:08+02:00
Update changelog for new upload

- - - - -
87ab2bb5 by Gert Wollny at 2018-06-20T00:12:04+02:00
Add CI script

- - - - -


5 changed files:

- + debian/.gitlab-ci.yml
- debian/changelog
- debian/control
- + debian/patches/gdcm-fix-xslt-maxdepth.patch
- debian/patches/series


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,16 @@
+image: debian:sid
+
+build:
+  stage: build
+  before_script:
+    - apt-get update && apt-get -y install devscripts git-buildpackage 
+    - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control 
+  script:
+    - git checkout pristine-tar 
+    - git pull 
+    - git checkout master 
+    - git pull 
+    # silence build to not exceed build log size of gitlab-ci
+    - gbp buildpackage -uc -us 2>&1 >../build.log
+    - tail -n 100 ../build.log
+


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gdcm (2.8.6-3) unstable; urgency=medium
+
+  * d/p/gdcm-fix-xslt-maxdepth.patch set maxdeph Closes: #901519
+  * d/control: remove useless python version field
+
+ -- Gert Wollny <gewo at debian.org>  Tue, 19 Jun 2018 23:58:51 +0200
+
 gdcm (2.8.6-2) unstable; urgency=medium
 
   * d/rules: Add explicit java home path on arm* and 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,6 @@ Build-Depends-Indep: vtk6-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
@@ -5,3 +5,5 @@ use_system_findjni.patch
 unforce_cxx98.patch
 use_swig_add_library_for_csharp.patch
 enable_ninja_build.patch
+gdcm-fix-xslt-maxdepth.patch
+



View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/efe99cfa5e5e461770e94a9932474dce4eecca7f...87ab2bb5c97878f9d1fa3ddd7ad08fa3662243ae

-- 
View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/efe99cfa5e5e461770e94a9932474dce4eecca7f...87ab2bb5c97878f9d1fa3ddd7ad08fa3662243ae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180619/cf389ebc/attachment-0001.html>


More information about the debian-med-commit mailing list