[Python-apps-commits] r2246 - in packages/terminator/trunk/debian/patches (3 files)

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


    Date: Wednesday, January 21, 2009 @ 01:10:22
  Author: nxvl-guest
Revision: 2246

remove patches

Deleted:
  packages/terminator/trunk/debian/patches/01_change_interpreter.patch
  packages/terminator/trunk/debian/patches/02_terminator_config.patch
  packages/terminator/trunk/debian/patches/03_bad_config_file_handling_behabior.patch

Deleted: packages/terminator/trunk/debian/patches/01_change_interpreter.patch
===================================================================
--- packages/terminator/trunk/debian/patches/01_change_interpreter.patch	2009-01-21 01:08:22 UTC (rev 2245)
+++ packages/terminator/trunk/debian/patches/01_change_interpreter.patch	2009-01-21 01:10:22 UTC (rev 2246)
@@ -1,27 +0,0 @@
-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>
- #

Deleted: packages/terminator/trunk/debian/patches/02_terminator_config.patch
===================================================================
--- packages/terminator/trunk/debian/patches/02_terminator_config.patch	2009-01-21 01:08:22 UTC (rev 2245)
+++ packages/terminator/trunk/debian/patches/02_terminator_config.patch	2009-01-21 01:10:22 UTC (rev 2246)
@@ -1,12 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' terminator/doc/terminator_config.5 terminator.new/doc/terminator_config.5
---- terminator/doc/terminator_config.5	2008-09-19 12:53:17.000000000 -0500
-+++ terminator.new/doc/terminator_config.5	2008-09-24 08:18:17.000000000 -0500
-@@ -1,7 +1,6 @@
- .TH "TERMINATOR_CONFIG" "5" "Feb 22, 2008" "Nicolas Valcarcel <nvalcarcel at ubuntu.com>" ""
- .SH "NAME"
--${XDG_CONFIG_HOME}/terminator/config (usually ~/.config/terminator/config)
--\- the config file for Terminator terminal emulator.
-+~/.config/terminator/config \- the config file for Terminator terminal emulator.
- .SH "DESCRIPTION"
- This manual page documents briefly the
- .B Terminator config file.

Deleted: packages/terminator/trunk/debian/patches/03_bad_config_file_handling_behabior.patch
===================================================================
--- packages/terminator/trunk/debian/patches/03_bad_config_file_handling_behabior.patch	2009-01-21 01:08:22 UTC (rev 2245)
+++ packages/terminator/trunk/debian/patches/03_bad_config_file_handling_behabior.patch	2009-01-21 01:10:22 UTC (rev 2246)
@@ -1,25 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' terminator-0.11/terminatorlib/configfile.py terminator-0.11.new/terminatorlib/configfile.py
---- terminator-0.11/terminatorlib/configfile.py	2008-09-24 23:38:01.000000000 -0500
-+++ terminator-0.11.new/terminatorlib/configfile.py	2008-09-24 23:38:59.000000000 -0500
-@@ -143,11 +143,9 @@
- 
-         if self._line[self._pos:] != '':
-           raise ConfigSyntaxError(_("Unexpected token"), self)
--
-+        self._line_ok()
-       except ConfigSyntaxError, e:
-         self._line_error(e)
--      else:
--        self._line_ok()
- 
-     if self.errors:
-       raise ParsedWithErrors(self.filename, self.errors)
-diff -Nur -x '*.orig' -x '*~' terminator-0.11/terminatorlib/version.py terminator-0.11.new/terminatorlib/version.py
---- terminator-0.11/terminatorlib/version.py	2008-09-19 12:53:18.000000000 -0500
-+++ terminator-0.11.new/terminatorlib/version.py	2008-09-24 23:38:59.000000000 -0500
-@@ -21,4 +21,4 @@
- """
- 
- APP_NAME = 'terminator'
--APP_VERSION = '0.10'
-+APP_VERSION = '0.11'




More information about the Python-apps-commits mailing list