Drew Parsons pushed to branch master at Debian Med / odil
Commits: 459ef832 by Drew Parsons at 2019-11-15T09:21:48Z Build-Depends: python3-all-dev Make tests work with all supported python3 versions (3.7, 3.8). Closes: #943473. - - - - - 0968e194 by Drew Parsons at 2019-11-15T13:14:19Z upload 0.10.0-8 to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +odil (0.10.0-8) unstable; urgency=medium + + * Team upload. + * Build-Depends: python3-all-dev. Make tests work with all supported + python3 versions (3.7, 3.8). Closes: #943473. + + -- Drew Parsons <[email protected]> Fri, 15 Nov 2019 21:13:37 +0800 + odil (0.10.0-7) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -25,7 +25,7 @@ Build-Depends: debhelper-compat (= 12), libboost-test-dev, chrpath, dcmtk, - python3-dev, + python3-all-dev, python3-nose Build-Depends-Indep: doxygen, graphviz ===================================== debian/rules ===================================== @@ -6,8 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DCMDICTPATH=$(shell ls /usr/share/libdcmtk*/dicom.dic | head -n 1) # Find all Python versions -PYTHON3=$(shell py3versions -vrd) -ALLPY=$(PYTHON3) +PYTHON3=$(shell py3versions -vd) +ALLPY=$(shell py3versions -vs) %: dh $@ --builddirectory=build --with python3 View it on GitLab: https://salsa.debian.org/med-team/odil/compare/cf4c0d2283dacf507a39219802cefba8ff16af74...0968e19496bef74e733c5dc5e0e4548ea43036ac -- View it on GitLab: https://salsa.debian.org/med-team/odil/compare/cf4c0d2283dacf507a39219802cefba8ff16af74...0968e19496bef74e733c5dc5e0e4548ea43036ac 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
