[med-svn] r12780 - trunk/packages/invesalius/trunk/debian/patches

Thiago Franco Moraes tfmoraes-guest at alioth.debian.org
Sun Jan 13 19:31:11 UTC 2013


Author: tfmoraes-guest
Date: 2013-01-13 19:31:11 +0000 (Sun, 13 Jan 2013)
New Revision: 12780

Added:
   trunk/packages/invesalius/trunk/debian/patches/10_python_shebang.patch
Modified:
   trunk/packages/invesalius/trunk/debian/patches/series
Log:
Added a patch to set invesalius.py python shebang to the linux default one

Added: trunk/packages/invesalius/trunk/debian/patches/10_python_shebang.patch
===================================================================
--- trunk/packages/invesalius/trunk/debian/patches/10_python_shebang.patch	                        (rev 0)
+++ trunk/packages/invesalius/trunk/debian/patches/10_python_shebang.patch	2013-01-13 19:31:11 UTC (rev 12780)
@@ -0,0 +1,10 @@
+diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py
+index c7084f1..e9db238 100755
+--- a/invesalius/invesalius.py
++++ b/invesalius/invesalius.py
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!/usr/bin/python
+ #--------------------------------------------------------------------------
+ # Software:     InVesalius - Software de Reconstrucao 3D de Imagens Medicas
+ # Copyright:    (C) 2001  Centro de Pesquisas Renato Archer

Modified: trunk/packages/invesalius/trunk/debian/patches/series
===================================================================
--- trunk/packages/invesalius/trunk/debian/patches/series	2013-01-13 19:22:00 UTC (rev 12779)
+++ trunk/packages/invesalius/trunk/debian/patches/series	2013-01-13 19:31:11 UTC (rev 12780)
@@ -1 +1,2 @@
 10_change_casmoothing_import.patch
+10_python_shebang.patch




More information about the debian-med-commit mailing list