Gert Wollny pushed to branch master at Debian Med / insighttoolkit
Commits: d73c272e by Gert Wollny at 2019-10-23T19:19:57Z d/rules: Correct for python3 build - - - - - f3de5fcd by Gert Wollny at 2019-10-23T19:19:57Z d/changelog: Another upload - - - - - 57e72587 by Gert Wollny at 2019-10-24T06:57:31Z d/docs: Update file name - - - - - e1e10944 by Gert Wollny at 2019-10-24T06:57:59Z d/changelog: New upload - - - - - 4 changed files: - debian/changelog - debian/control - debian/docs - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +insighttoolkit4 (4.13.2-dfsg1-1~exp4) experimental; urgency=medium + + * d/docs: Update file name + + -- Gert Wollny <[email protected]> Thu, 24 Oct 2019 08:57:41 +0200 + +insighttoolkit4 (4.13.2-dfsg1-1~exp3) experimental; urgency=medium + + * d/rules: Correct for python3 build + + -- Gert Wollny <[email protected]> Wed, 23 Oct 2019 21:15:14 +0200 + insighttoolkit4 (4.13.2-dfsg1-1~exp2) experimental; urgency=medium [ Gianfranco Costamagna ] ===================================== debian/control ===================================== @@ -92,7 +92,7 @@ Description: Image processing toolkit for registration and segmentation - exampl Package: insighttoolkit4-python Section: python Architecture: amd64 i386 -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Conflicts: insighttoolkit-python Replaces: insighttoolkit-python Description: Image processing toolkit for registration and segmentation - Python bindings ===================================== debian/docs ===================================== @@ -1 +1 @@ -GettingStarted.txt +GettingStarted.md ===================================== debian/rules ===================================== @@ -73,9 +73,7 @@ CMAKE_FLAGS = \ -DITK_WRAP_covariant_vector_double:BOOL=ON \ -DITK_WRAP_complex_double:BOOL=ON \ -DITK_WRAPPING:BOOL=$(ENABLE_PYTHON) \ - -DITK_WRAP_PYTHON:BOOL=$(ENABLE_PYTHON) \ - -DPython_ADDITIONAL_VERSIONS=2.7 - + -DITK_WRAP_PYTHON:BOOL=$(ENABLE_PYTHON) pkg_lib = libinsighttoolkit$(SOVERSION) pkg_dev = libinsighttoolkit$(VER_MAJOR)-dev @@ -84,7 +82,7 @@ pkg_python = insighttoolkit$(VER_MAJOR)-python %: - dh $@ --builddir=BUILD --parallel --with python2 + dh $@ --builddir=BUILD --parallel --with python3 override_dh_auto_configure-indep: @@ -137,7 +135,7 @@ endif # # pkg_python ifeq ($(ENABLE_PYTHON),1) - dh_install -p$(pkg_python) debian/tmp/usr/lib/python2.7/* usr/lib/python2.7/ + dh_install -p$(pkg_python) debian/tmp/usr/lib/python*/* usr/lib/python3.7/ endif # remove build directory to save space rm -rf BUILD debian/tmp View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/87a1adc3f5797b518379b93729eafdba8053a9dd...e1e10944d70810b2db532cb05bab9578c209b97d -- View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/87a1adc3f5797b518379b93729eafdba8053a9dd...e1e10944d70810b2db532cb05bab9578c209b97d 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
