[med-svn] [Git][med-team/vtk-dicom][master] 4 commits: d/patches: Refresh patches
Mathieu Malaterre (@malat)
gitlab at salsa.debian.org
Thu Jan 5 10:47:42 GMT 2023
Mathieu Malaterre pushed to branch master at Debian Med / vtk-dicom
Commits:
ba71a5fb by Mathieu Malaterre at 2023-01-05T11:42:04+01:00
d/patches: Refresh patches
- - - - -
d373f787 by Mathieu Malaterre at 2023-01-05T11:42:19+01:00
d/control: Bump Std-Vers to 4.6.2 no changes needed
- - - - -
195abf84 by Mathieu Malaterre at 2023-01-05T11:45:01+01:00
d/control: Remove unneeded dependency
- - - - -
da0f82d9 by Mathieu Malaterre at 2023-01-05T11:46:22+01:00
d/changelog: Upload 0.8.13-2 to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/patches/01_reproducable_build_datetime.patch
- debian/patches/03_test_python3.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+vtk-dicom (0.8.13-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/patches: Refresh patches
+ * d/control: Bump Std-Vers to 4.6.2 no changes needed
+ * d/control: Remove unneeded dependency
+
+ -- Mathieu Malaterre <malat at debian.org> Thu, 05 Jan 2023 11:45:48 +0100
+
vtk-dicom (0.8.13-1) experimental; urgency=medium
* New upstream version 0.8.13
=====================================
debian/control
=====================================
@@ -10,12 +10,11 @@ Build-Depends: cmake,
help2man,
libgdcm-dev,
libvtk9-dev,
- libvtk9-qt-dev,
python3-dev,
python3-vtk9,
xauth,
xvfb
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/vtk-dicom
Vcs-Git: https://salsa.debian.org/med-team/vtk-dicom.git
Homepage: http://github.com/dgobbi/vtk-dicom/
=====================================
debian/patches/01_reproducable_build_datetime.patch
=====================================
@@ -1,8 +1,10 @@
Description: Use SOURCE_DATE_EPOCH if available
Author: Gert Wollny
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -200,8 +200,17 @@
+Index: vtk-dicom/CMakeLists.txt
+===================================================================
+--- vtk-dicom.orig/CMakeLists.txt
++++ vtk-dicom/CMakeLists.txt
+@@ -317,8 +317,17 @@ if(WIN32)
# string(REGEX REPLACE "[^0-9]*(..:..:..).*" "\\1"
# DICOM_BUILD_TIME "${TIME}")
else()
=====================================
debian/patches/03_test_python3.patch
=====================================
@@ -1,17 +1,21 @@
Author: Gert Wollny <gewo at debian.org>
Description: Run test using python3
---- a/Testing/TestDICOMPython.py
-+++ b/Testing/TestDICOMPython.py
+Index: vtk-dicom/Testing/TestDICOMPython.py
+===================================================================
+--- vtk-dicom.orig/Testing/TestDICOMPython.py
++++ vtk-dicom/Testing/TestDICOMPython.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2
+#! /usr/bin/env python3
import sys
import vtk
---- a/Testing/CMakeLists.txt
-+++ b/Testing/CMakeLists.txt
-@@ -65,7 +65,7 @@
+Index: vtk-dicom/Testing/CMakeLists.txt
+===================================================================
+--- vtk-dicom.orig/Testing/CMakeLists.txt
++++ vtk-dicom/Testing/CMakeLists.txt
+@@ -54,7 +54,7 @@ if(BUILD_PYTHON_WRAPPERS)
endif()
if(NOT VTK_PYTHON_EXE)
# fall back to using python rather than vtkpython
View it on GitLab: https://salsa.debian.org/med-team/vtk-dicom/-/compare/f051bf2d8016482cd467d64569e9a76a8488b4e3...da0f82d9efd04c007d4ddd6211706a6bddceba37
--
View it on GitLab: https://salsa.debian.org/med-team/vtk-dicom/-/compare/f051bf2d8016482cd467d64569e9a76a8488b4e3...da0f82d9efd04c007d4ddd6211706a6bddceba37
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/20230105/b3d4a76c/attachment-0001.htm>
More information about the debian-med-commit
mailing list