[med-svn] r7126 - trunk/packages/mgltools/pmv/trunk/debian/patches

Steffen Möller moeller at alioth.debian.org
Wed Jun 22 20:48:39 UTC 2011


Author: moeller
Date: 2011-06-22 20:48:39 +0000 (Wed, 22 Jun 2011)
New Revision: 7126

Added:
   trunk/packages/mgltools/pmv/trunk/debian/patches/deversioningPython.patch
Modified:
   trunk/packages/mgltools/pmv/trunk/debian/patches/series
Log:
Removing some explicit notions of python 2.5.


Added: trunk/packages/mgltools/pmv/trunk/debian/patches/deversioningPython.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/deversioningPython.patch	                        (rev 0)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/deversioningPython.patch	2011-06-22 20:48:39 UTC (rev 7126)
@@ -0,0 +1,39 @@
+Index: Pmv-1.5.6~rc1+cvs.20110617/Pmv/bin/pmv
+===================================================================
+--- Pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/bin/pmv	2011-06-19 00:26:47.997294748 +0200
++++ Pmv-1.5.6~rc1+cvs.20110617/Pmv/bin/pmv	2011-06-19 00:26:56.989339348 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.5
++#!/usr/bin/python
+ #
+ # $Header: /opt/cvs/python/packages/share1.5/Pmv/bin/pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
+ # $Id: pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
+Index: Pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/install_plugin.py
+===================================================================
+--- Pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/hostappInterface/install_plugin.py	2011-06-19 00:27:03.977373995 +0200
++++ Pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/install_plugin.py	2011-06-19 00:27:28.821497185 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.5
++#!/usr/bin/python
+ import os,sys,glob
+ import re
+ import time
+Index: Pmv-1.5.6~rc1+cvs.20110617/setup.py
+===================================================================
+--- Pmv-1.5.6~rc1+cvs.20110617.orig/setup.py	2011-06-19 00:29:17.158034400 +0200
++++ Pmv-1.5.6~rc1+cvs.20110617/setup.py	2011-06-19 00:30:05.262272942 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ from distutils.core import setup
+ from distutils.command.sdist import sdist
+@@ -43,7 +43,7 @@
+             forig = open(script+".py", "r")
+             txt = forig.readlines()
+             forig.close()
+-            fnew.write("#!/usr/bin/env python2.4\n")
++            fnew.write("#!/usr/bin/python\n")
+             fnew.writelines(txt)
+             fnew.close()
+         build_scripts.copy_scripts(self)

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-06-22 20:46:07 UTC (rev 7125)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-06-22 20:48:39 UTC (rev 7126)
@@ -1,3 +1,4 @@
+deversioningPython.patch
 fix_shebangs.patch
 fix_string_exceptions.patch
 #blenderPmvClientGUI.patch




More information about the debian-med-commit mailing list