[med-svn] [Git][med-team/sepp][master] Fixed omitted python -> python3
Steffen Möller (@moeller)
gitlab at salsa.debian.org
Thu Sep 9 21:40:02 BST 2021
Steffen Möller pushed to branch master at Debian Med / sepp
Commits:
abacb57e by Steffen Moeller at 2021-09-09T22:39:51+02:00
Fixed omitted python -> python3
- - - - -
2 changed files:
- debian/changelog
- debian/patches/using_python3_interpreter.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sepp (4.3.10+dfsg-7) UNRELEASED; urgency=medium
+
+ * Fixed omitted invocation of unversioned 'python' in run-sepp.sh
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 09 Sep 2021 22:38:37 +0200
+
sepp (4.3.10+dfsg-6) UNRELEASED; urgency=medium
* Updating d/watch for Github new release/tag page
=====================================
debian/patches/using_python3_interpreter.patch
=====================================
@@ -75,3 +75,17 @@ Index: sepp/sepp-package/run-sepp.sh
tail sepp-$name-*
+@@ -150,11 +157,11 @@ if [ -z ${noTree+x} ]; then
+
+ $gbin/guppy tog ${name}_placement.json
+
+- cat ${name}_placement.tog.tre | python ${name}_rename-json.py > ${name}_placement.tog.relabelled.tre
++ cat ${name}_placement.tog.tre | python3 ${name}_rename-json.py > ${name}_placement.tog.relabelled.tre
+
+ $gbin/guppy tog --xml ${name}_placement.json
+
+- cat ${name}_placement.tog.xml | python ${name}_rename-json.py > ${name}_placement.tog.relabelled.xml
++ cat ${name}_placement.tog.xml | python3 ${name}_rename-json.py > ${name}_placement.tog.relabelled.xml
+ else
+ echo "User requested skipping of insertion tree computation. Only placements are returned.";
+ fi;
View it on GitLab: https://salsa.debian.org/med-team/sepp/-/commit/abacb57ee10f54107ee790e8fa2bcf00ed68e8d2
--
View it on GitLab: https://salsa.debian.org/med-team/sepp/-/commit/abacb57ee10f54107ee790e8fa2bcf00ed68e8d2
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/20210909/654a4563/attachment-0001.htm>
More information about the debian-med-commit
mailing list