[Python-modules-commits] r4339 - in packages/ipython/trunk/debian (2 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Jan 9 12:59:06 UTC 2008


    Date: Wednesday, January 9, 2008 @ 12:59:06
  Author: bzed
Revision: 4339

* debian/patches/{03_ipy_gnuglobal,04_remove_shebang}.dpatch:
  - Updating patches.

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-01-09 12:56:45 UTC (rev 4338)
+++ packages/ipython/trunk/debian/changelog	2008-01-09 12:59:06 UTC (rev 4339)
@@ -14,8 +14,8 @@
     - Updating the file to reflect the current copyrights and licenses.
   * debian/patches/00dpatch.conf:
     - Adding file.
-  * debian/patches/03_ipy_gnuglobal.dpatch:
-    - Updating patch.
+  * debian/patches/{03_ipy_gnuglobal,04_remove_shebang}.dpatch:
+    - Updating patches.
 
   [ Sandro Tosi ]
   * debian/control

Modified: packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch
===================================================================
--- packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch	2008-01-09 12:56:45 UTC (rev 4338)
+++ packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch	2008-01-09 12:59:06 UTC (rev 4339)
@@ -4,34 +4,35 @@
 ## DP: remove useless shebang
 
 @DPATCH@
-diff -urNad ipython-0.8.1~/IPython/Extensions/ipy_completers.py ipython-0.8.1/IPython/Extensions/ipy_completers.py
---- ipython-0.8.1~/IPython/Extensions/ipy_completers.py	2007-05-04 22:01:12.000000000 +0200
-+++ ipython-0.8.1/IPython/Extensions/ipy_completers.py	2007-11-19 18:53:51.000000000 +0100
+diff -urNad ipython~/IPython/Extensions/ipy_completers.py ipython/IPython/Extensions/ipy_completers.py
+--- ipython~/IPython/Extensions/ipy_completers.py	2007-11-09 21:06:56.000000000 +0100
++++ ipython/IPython/Extensions/ipy_completers.py	2008-01-09 13:57:05.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  
  """ Implementations for various useful completers
  
-diff -urNad ipython-0.8.1~/IPython/Extensions/ipy_gnuglobal.py ipython-0.8.1/IPython/Extensions/ipy_gnuglobal.py
---- ipython-0.8.1~/IPython/Extensions/ipy_gnuglobal.py	2007-11-19 18:52:05.000000000 +0100
-+++ ipython-0.8.1/IPython/Extensions/ipy_gnuglobal.py	2007-11-19 18:53:37.000000000 +0100
+diff -urNad ipython~/IPython/Extensions/ipy_gnuglobal.py ipython/IPython/Extensions/ipy_gnuglobal.py
+--- ipython~/IPython/Extensions/ipy_gnuglobal.py	2008-01-09 13:57:04.000000000 +0100
++++ ipython/IPython/Extensions/ipy_gnuglobal.py	2008-01-09 13:57:35.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ 
+ """
+ Add %global magic for GNU Global usage.
+diff -urNad ipython~/IPython/Extensions/ipy_render.py ipython/IPython/Extensions/ipy_render.py
+--- ipython~/IPython/Extensions/ipy_render.py	2007-05-25 20:35:34.000000000 +0200
++++ ipython/IPython/Extensions/ipy_render.py	2008-01-09 13:58:19.000000000 +0100
 @@ -1,4 +1,3 @@
--#!/usr/bin/env python
- 
- 
- """
-diff -urNad ipython-0.8.1~/IPython/Extensions/ipy_render.py ipython-0.8.1/IPython/Extensions/ipy_render.py
---- ipython-0.8.1~/IPython/Extensions/ipy_render.py	2007-05-04 22:01:12.000000000 +0200
-+++ ipython-0.8.1/IPython/Extensions/ipy_render.py	2007-11-19 18:52:05.000000000 +0100
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- 
- """ IPython extension: Render templates from variables and paste to clipbard """
- 
+-#!/usr/bin/env python
+ 
+ """ IPython extension: Render templates from variables and paste to clipbard """
+ 
 @@ -65,4 +64,4 @@
-     return res
- 
- ip.to_user_ns('render')
+     return res
+ 
+ ip.to_user_ns('render')
 -    
 \ No newline at end of file
-+    
++    




More information about the Python-modules-commits mailing list