Shayan Doust pushed to branch master at Debian Med / phyx
Commits: 60ee7a72 by Shayan Doust at 2019-09-10T23:23:28Z Port couple of python files from python2 to python3 Both run_tests and gui run as normal - - - - - 4 changed files: - debian/control - + debian/patches/2to3.patch - debian/patches/series - debian/rules Changes: ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 11~), - python, + python3, liblapack-dev, libnlopt-cxx-dev, libnlopt-dev, ===================================== debian/patches/2to3.patch ===================================== The diff for this file was not included because it is too large. ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ +2to3.patch link_lnlopt.patch ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ include /usr/share/dpkg/default.mk override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - cd src && python run_tests.py + cd src && python3 run_tests.py endif override_dh_auto_install: View it on GitLab: https://salsa.debian.org/med-team/phyx/commit/60ee7a72247149b7c6853ad34777501ed78914ac -- View it on GitLab: https://salsa.debian.org/med-team/phyx/commit/60ee7a72247149b7c6853ad34777501ed78914ac 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
