[Python-modules-commits] r4338 - in packages/ipython/trunk/debian (3 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Jan 9 12:56:45 UTC 2008


    Date: Wednesday, January 9, 2008 @ 12:56:45
  Author: bzed
Revision: 4338

* debian/patches/00dpatch.conf:
  - Adding file.
* debian/patches/03_ipy_gnuglobal.dpatch:
  - Updating patch.

Added:
  packages/ipython/trunk/debian/patches/00dpatch.conf
Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/patches/03_ipy_gnuglobal.dpatch

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-01-09 12:52:04 UTC (rev 4337)
+++ packages/ipython/trunk/debian/changelog	2008-01-09 12:56:45 UTC (rev 4338)
@@ -12,12 +12,16 @@
     - Updating Standards-Version to 3.7.3.
   * debian/copyright:
     - Updating the file to reflect the current copyrights and licenses.
+  * debian/patches/00dpatch.conf:
+    - Adding file.
+  * debian/patches/03_ipy_gnuglobal.dpatch:
+    - Updating patch.
 
   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 09 Jan 2008 13:46:24 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 09 Jan 2008 13:56:17 +0100
 
 ipython (0.8.1-2) unstable; urgency=low
 

Added: packages/ipython/trunk/debian/patches/00dpatch.conf
===================================================================
--- packages/ipython/trunk/debian/patches/00dpatch.conf	                        (rev 0)
+++ packages/ipython/trunk/debian/patches/00dpatch.conf	2008-01-09 12:56:45 UTC (rev 4338)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Modified: packages/ipython/trunk/debian/patches/03_ipy_gnuglobal.dpatch
===================================================================
--- packages/ipython/trunk/debian/patches/03_ipy_gnuglobal.dpatch	2008-01-09 12:52:04 UTC (rev 4337)
+++ packages/ipython/trunk/debian/patches/03_ipy_gnuglobal.dpatch	2008-01-09 12:56:45 UTC (rev 4338)
@@ -5,14 +5,14 @@
 
 @DPATCH@
 diff -urNad ipython~/IPython/Extensions/ipy_gnuglobal.py ipython/IPython/Extensions/ipy_gnuglobal.py
---- ipython~/IPython/Extensions/ipy_gnuglobal.py	2007-03-25 07:22:14.000000000 +0200
-+++ ipython/IPython/Extensions/ipy_gnuglobal.py	2007-04-24 01:18:12.000000000 +0200
+--- ipython~/IPython/Extensions/ipy_gnuglobal.py	2007-05-25 20:35:34.000000000 +0200
++++ ipython/IPython/Extensions/ipy_gnuglobal.py	2008-01-09 13:55:53.000000000 +0100
 @@ -13,7 +13,7 @@
- import os
- 
- # alter to your liking
--global_bin = 'd:/opt/global/bin/global'
-+global_bin = '/usr/bin/global'
- 
- def global_f(self,cmdline):
-     simple = 0
+ import os
+ 
+ # alter to your liking
+-global_bin = 'd:/opt/global/bin/global'
++global_bin = '/usr/bin/global'
+ 
+ def global_f(self,cmdline):
+     simple = 0




More information about the Python-modules-commits mailing list