[med-svn] [Git][med-team/insighttoolkit][master] 4 commits: d/rules: Correct for python3 build
Gert Wollny
gitlab at salsa.debian.org
Thu Oct 24 08:02:07 BST 2019
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 <gewo at debian.org> 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 <gewo at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191024/f75d2f3d/attachment-0001.html>
More information about the debian-med-commit
mailing list