[Python-apps-commits] r6199 - in packages/pype/trunk/debian (4 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sat Oct 16 09:12:28 UTC 2010


    Date: Saturday, October 16, 2010 @ 09:12:09
  Author: anoteng-guest
Revision: 6199

Separate upstream command-shell fix into two patches.

Added:
  packages/pype/trunk/debian/patches/interpreter.py_warning.patch
Modified:
  packages/pype/trunk/debian/copyright
  packages/pype/trunk/debian/patches/command-shell.patch
  packages/pype/trunk/debian/patches/series

Modified: packages/pype/trunk/debian/copyright
===================================================================
--- packages/pype/trunk/debian/copyright	2010-10-15 04:49:13 UTC (rev 6198)
+++ packages/pype/trunk/debian/copyright	2010-10-16 09:12:09 UTC (rev 6199)
@@ -1,6 +1,6 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: PyPE
-Maintainer: Franz Pletz <fpletz at franz-pletz.org>
+Maintainer: Andreas Noteng <andreas at noteng.no>
 Source: http://pype.sourceforge.net/index.shtml
 
 Files: *

Modified: packages/pype/trunk/debian/patches/command-shell.patch
===================================================================
--- packages/pype/trunk/debian/patches/command-shell.patch	2010-10-15 04:49:13 UTC (rev 6198)
+++ packages/pype/trunk/debian/patches/command-shell.patch	2010-10-16 09:12:09 UTC (rev 6199)
@@ -10,12 +10,3 @@
 +    command = '/bin/sh -i'
  else:
      command = '/bin/sh'
- 
-@@ -321,6 +321,7 @@
-         stc.StyledTextCtrl.__init__(self, parent, id)
-         self.lines = lineabstraction.LineAbstraction(self)
-         self.NEWDOCUMENT = _pype.NEWDOCUMENT+1
-+        self.loaded = True
-         
-         global pypestc
-         if not pypestc:

Added: packages/pype/trunk/debian/patches/interpreter.py_warning.patch
===================================================================
--- packages/pype/trunk/debian/patches/interpreter.py_warning.patch	                        (rev 0)
+++ packages/pype/trunk/debian/patches/interpreter.py_warning.patch	2010-10-16 09:12:09 UTC (rev 6199)
@@ -0,0 +1,12 @@
+Index: pype/plugins/interpreter.py
+===================================================================
+--- pype/plugins/interpreter.py	(revision 74)
++++ pype/plugins/interpreter.py	(revision 75)
+@@ -321,6 +321,7 @@
+         stc.StyledTextCtrl.__init__(self, parent, id)
+         self.lines = lineabstraction.LineAbstraction(self)
+         self.NEWDOCUMENT = _pype.NEWDOCUMENT+1
++        self.loaded = True
+         
+         global pypestc
+         if not pypestc:

Modified: packages/pype/trunk/debian/patches/series
===================================================================
--- packages/pype/trunk/debian/patches/series	2010-10-15 04:49:13 UTC (rev 6198)
+++ packages/pype/trunk/debian/patches/series	2010-10-16 09:12:09 UTC (rev 6199)
@@ -1 +1,2 @@
 command-shell.patch
+interpreter.py_warning.patch




More information about the Python-apps-commits mailing list