[med-svn] [Git][med-team/invesalius][master] Added a patch to fix shebang (python -> python3)
Thiago Franco de Moraes (@tfmoraes-guest)
gitlab at salsa.debian.org
Thu Jul 1 22:34:04 BST 2021
Thiago Franco de Moraes pushed to branch master at Debian Med / invesalius
Commits:
3ce5dae4 by Thiago Franco de Moraes at 2021-07-01T16:48:50-03:00
Added a patch to fix shebang (python -> python3)
- - - - -
2 changed files:
- + debian/patches/11_brainseg_shebang.patch
- debian/patches/series
Changes:
=====================================
debian/patches/11_brainseg_shebang.patch
=====================================
@@ -0,0 +1,19 @@
+From db494172f8b38ce581d69303a3ea1aa2ae00e79a Mon Sep 17 00:00:00 2001
+From: Thiago Franco de Moraes <totonixsame at gmail.com>
+Date: Thu, 1 Jul 2021 16:43:33 -0300
+Subject: [PATCH] shebang python -> python3
+
+---
+ invesalius/gui/brain_seg_dialog.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/invesalius/gui/brain_seg_dialog.py b/invesalius/gui/brain_seg_dialog.py
+index e95a8c063..76ab60faf 100644
+--- a/invesalius/gui/brain_seg_dialog.py
++++ b/invesalius/gui/brain_seg_dialog.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: UTF-8 -*-
+
+ import importlib
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+11_brainseg_shebang.patch
View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/commit/3ce5dae4ace121df481d7bbc1c61b325eea558ac
--
View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/commit/3ce5dae4ace121df481d7bbc1c61b325eea558ac
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/20210701/51b09757/attachment.htm>
More information about the debian-med-commit
mailing list