[med-svn] [Git][med-team/phyx][master] Port couple of python files from python2 to python3

Shayan Doust gitlab at salsa.debian.org
Wed Sep 11 00:33:02 BST 2019



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 <tille at debian.org>
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190910/afe2871c/attachment-0001.html>


More information about the debian-med-commit mailing list