[med-svn] [vtk-dicom] branch master updated (1c6c4a3 -> 3a3cf9a)

Gert Wollny gert-guest at moszumanska.debian.org
Sat Feb 20 00:11:15 UTC 2016


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

gert-guest pushed a change to branch master
in repository vtk-dicom.

      from  1c6c4a3   Add weak description for patch - no idea who introduced it and when
       new  97a72bc   Imported Upstream version 0.7.4
       new  2beab2a   Merge tag 'upstream/0.7.4'
       new  bff500a   Remove patch 01_ because it has been applied upstream
       new  659ee29   Correct install path of cmake files Closes: #813305
       new  072e571   Start changelog entries
       new  ba51f8c   correct patches
       new  0d3fde6   Add libvtk6-qt-dev to dependencies
       new  f3f1c2c   Add tk/tcl to build dependencies since needd for tests
       new  479490c   remopve tcl/tk: should not be required
       new  5cc4c47   Add xvfb to depends to handle X-requiring tests
       new  71316ed   Correct Xvfb command
       new  956ae59   kill the Xvfb process based on PID
       new  9d09faf   kill the Xvfb process based on PID
       new  619c50d   Correct handling of Xvfb PID
       new  fd16ee9   Correct handling of Xvfb PID
       new  32ba689   Use xvfb-run to run the tests
       new  4eb9d7a   Update changelog
       new  85cc8a3   Add patch to make build reproducible regarding timestamp
       new  0c56713   Update changelog
       new  63a4337   disable patch 01
       new  7345e85   Consistently don't apply patches
       new  12c3e9e   Unapply all patches
       new  8f9d09f   Add description to date-time-patch
       new  8b15a87   Update date-time patch
       new  3a3cf9a   Update changelog for release

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMake/DICOMConfig.cmake.in                       |    5 +-
 CMake/pkgIndex.tcl.in                            |   24 +
 CMake/vtkDICOMConfig.h.in                        |    5 +-
 CMake/vtkWrapHierarchy.cmake                     |   97 +-
 CMakeLists.txt                                   |   58 +-
 DicomCli/CMakeLists.txt                          |    8 +-
 DicomCli/mainmacro.cxx                           |  456 +-
 DicomCli/mainmacro.h                             |   74 +-
 Examples/CMakeLists.txt                          |    3 -
 Programs/CMakeLists.txt                          |    3 -
 Programs/dicomdump.cxx                           |    2 +-
 Programs/dicomfind.cxx                           |    5 +-
 Programs/dicompull.cxx                           |   48 +-
 Programs/dicomtocsv.cxx                          |    8 +-
 Programs/dicomtodicom.cxx                        |   79 +-
 Programs/dicomtonifti.cxx                        |  128 +-
 Programs/nifticenter.cxx                         |    2 +-
 Programs/niftidump.cxx                           |    2 +-
 Programs/niftitodicom.cxx                        |   79 +-
 Programs/scancodump.cxx                          |    2 +-
 Programs/scancotodicom.cxx                       |   79 +-
 Source/CMakeLists.txt                            |   90 +-
 Source/vtkDICOMAlgorithm.h                       |    3 +-
 Source/vtkDICOMApplyPalette.h                    |    2 -
 Source/vtkDICOMApplyRescale.h                    |    5 +-
 Source/vtkDICOMCharacterSet.cxx                  |   40 +-
 Source/vtkDICOMCharacterSet.h                    |   10 +
 Source/vtkDICOMCompiler.cxx                      |    2 +-
 Source/vtkDICOMCompiler.h                        |   28 +
 Source/vtkDICOMDataElement.h                     |   16 +
 Source/vtkDICOMDictHash.cxx                      |    6 +-
 Source/vtkDICOMDictPrivate.cxx                   | 7884 ++++++++++++----------
 Source/vtkDICOMDictionary.cxx                    |   14 +-
 Source/vtkDICOMDictionary.h                      |   13 +-
 Source/vtkDICOMDirectory.cxx                     |  157 +-
 Source/vtkDICOMDirectory.h                       |   26 +
 Source/vtkDICOMFile.cxx                          |  208 +-
 Source/vtkDICOMFile.h                            |   29 +-
 Source/vtkDICOMFileDirectory.cxx                 |  329 +
 Source/vtkDICOMFileDirectory.h                   |   94 +
 Source/vtkDICOMFilePath.cxx                      |  749 ++
 Source/vtkDICOMFilePath.h                        |  144 +
 Source/vtkDICOMFileSorter.cxx                    |  122 +-
 Source/vtkDICOMFileSorter.h                      |   14 +
 Source/vtkDICOMGenerator.h                       |   46 +-
 Source/vtkDICOMImageCodec.h                      |    8 +
 Source/vtkDICOMItem.cxx                          |    6 +-
 Source/vtkDICOMItem.h                            |   22 +
 Source/vtkDICOMMetaData.h                        |   42 +
 Source/vtkDICOMMetaDataAdapter.h                 |    8 +
 Source/vtkDICOMParser.cxx                        |    2 +-
 Source/vtkDICOMParser.h                          |   19 +
 Source/vtkDICOMReader.cxx                        |    2 -
 Source/vtkDICOMReader.h                          |    3 +-
 Source/vtkDICOMSequence.h                        |   21 +-
 Source/vtkDICOMSliceSorter.h                     |  123 +-
 Source/vtkDICOMSorter.h                          |    4 +
 Source/vtkDICOMTag.h                             |    8 +
 Source/vtkDICOMTagPath.h                         |    4 +
 Source/vtkDICOMUtilities.cxx                     |    7 +-
 Source/vtkDICOMUtilities.h                       |   18 +
 Source/vtkDICOMUtilitiesUIDTable.cxx             |   10 +-
 Source/vtkDICOMVM.h                              |    6 +
 Source/vtkDICOMVR.h                              |    8 +
 Source/vtkDICOMValue.cxx                         |    4 +-
 Source/vtkDICOMValue.h                           |   33 +
 Source/vtkDICOMWriter.h                          |    3 +-
 Source/vtkNIFTIReader.cxx                        |   12 +
 Source/vtkNIFTIWriter.cxx                        |    8 +
 Testing/CMakeLists.txt                           |   24 +-
 Testing/TestDICOMCharacterSet.cxx                |    9 +
 Testing/TestDICOMFilePath.cxx                    |  205 +
 Testing/TestDICOMTcl.tcl                         |   13 +
 Utilities/makedict.py                            |    4 +-
 Utilities/parseuid.py                            |   10 +-
 debian/changelog                                 |   15 +
 debian/control                                   |    7 +-
 debian/libvtk-dicom-dev.install                  |    3 +-
 debian/libvtkdicom0.7.install                    |    4 +-
 debian/patches/reproducable_build_datetime.patch |   24 +
 debian/patches/series                            |    1 +
 debian/rules                                     |    6 +
 82 files changed, 7398 insertions(+), 4506 deletions(-)
 create mode 100644 CMake/pkgIndex.tcl.in
 create mode 100644 Source/vtkDICOMFileDirectory.cxx
 create mode 100644 Source/vtkDICOMFileDirectory.h
 create mode 100644 Source/vtkDICOMFilePath.cxx
 create mode 100644 Source/vtkDICOMFilePath.h
 create mode 100644 Testing/TestDICOMFilePath.cxx
 create mode 100644 Testing/TestDICOMTcl.tcl
 create mode 100644 debian/patches/reproducable_build_datetime.patch

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



More information about the debian-med-commit mailing list