[Python-modules-commits] r3699 - in /packages/ipython/trunk/debian: changelog patches/00list patches/04_remove_shebang.dpatch

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Nov 19 17:51:20 UTC 2007


Author: piotr
Date: Mon Nov 19 17:51:19 2007
New Revision: 3699

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3699
Log:
add 04_remove_shebang patch

Added:
    packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch   (with props)
Modified:
    packages/ipython/trunk/debian/changelog
    packages/ipython/trunk/debian/patches/00list

Modified: packages/ipython/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/changelog?rev=3699&op=diff
==============================================================================
--- packages/ipython/trunk/debian/changelog (original)
+++ packages/ipython/trunk/debian/changelog Mon Nov 19 17:51:19 2007
@@ -3,6 +3,7 @@
   [ Piotr Ożarowski ]
   * Homepage field added
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * Add 04_remove_shebang patch 
 
   [ Bernd Zeimetz ]
   * Replacing Recommends by Suggests to stop ipython from installing ~500MB

Modified: packages/ipython/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/patches/00list?rev=3699&op=diff
==============================================================================
--- packages/ipython/trunk/debian/patches/00list (original)
+++ packages/ipython/trunk/debian/patches/00list Mon Nov 19 17:51:19 2007
@@ -1,3 +1,4 @@
 01_docdir-base
 02_profiler-message
 03_ipy_gnuglobal
+04_remove_shebang

Added: packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch?rev=3699&op=file
==============================================================================
--- packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch (added)
+++ packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch Mon Nov 19 17:51:19 2007
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_remove_shebang.dpatch by  <Piotr Ożarowski <piotr at debian.org>>
+##
+## DP: remove useless shebang
+
+ at DPATCH@
+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:47:28.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/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')
+-    
+\ No newline at end of file
++    

Propchange: packages/ipython/trunk/debian/patches/04_remove_shebang.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list