[Python-apps-commits] r2247 - in packages/terminator/trunk/debian (2 files)

nxvl-guest at users.alioth.debian.org nxvl-guest at users.alioth.debian.org
Wed Jan 21 01:46:51 UTC 2009


    Date: Wednesday, January 21, 2009 @ 01:46:50
  Author: nxvl-guest
Revision: 2247

Re-add patch

Added:
  packages/terminator/trunk/debian/patches/01_change_interpreter.patch
Modified:
  packages/terminator/trunk/debian/changelog

Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog	2009-01-21 01:10:22 UTC (rev 2246)
+++ packages/terminator/trunk/debian/changelog	2009-01-21 01:46:50 UTC (rev 2247)
@@ -3,7 +3,6 @@
   [ Nicolas Valcárcel ]
   * New upstream release
   * Removed:
-    - 01_change_interpreter.patch
     - 02_terminator_config.patch
     - 03_bad_config_file_handling_behabior.patch
   * Increment x-terminal-emulator priority to avoid gnome-terminal override 

Added: packages/terminator/trunk/debian/patches/01_change_interpreter.patch
===================================================================
--- packages/terminator/trunk/debian/patches/01_change_interpreter.patch	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/01_change_interpreter.patch	2009-01-21 01:46:50 UTC (rev 2247)
@@ -0,0 +1,27 @@
+diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/configfile.py terminator-0.10.new/terminatorlib/configfile.py
+--- terminator-0.10/terminatorlib/configfile.py	2008-08-28 09:17:49.000000000 -0500
++++ terminator-0.10.new/terminatorlib/configfile.py	2008-09-06 15:07:54.000000000 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!/usr/bin/python
+ 
+ import re
+ from terminatorlib.config import dbg, debug
+diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/debugserver.py terminator-0.10.new/terminatorlib/debugserver.py
+--- terminator-0.10/terminatorlib/debugserver.py	2008-08-28 09:17:49.000000000 -0500
++++ terminator-0.10.new/terminatorlib/debugserver.py	2008-09-06 15:07:34.000000000 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!/usr/bin/python
+ #
+ # Copyright (c) 2008, Thomas Hurst <tom at hur.st>
+ #
+diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/freebsd.py terminator-0.10.new/terminatorlib/freebsd.py
+--- terminator-0.10/terminatorlib/freebsd.py	2008-08-28 09:17:49.000000000 -0500
++++ terminator-0.10.new/terminatorlib/freebsd.py	2008-09-06 15:07:45.000000000 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!/usr/bin/python
+ #
+ # Copyright (c) 2008, Thomas Hurst <tom at hur.st>
+ #




More information about the Python-apps-commits mailing list