From bae30ada2ab2b1daa2d6609e9eecb6af8bfd23a6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 14 Feb 2008 23:05:42 +0000 Subject: [PATCH 1/2] greetz --- debian/copyright | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 0af1154d..79527aef 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,15 +5,30 @@ It was downloaded from https://launchpad.net/terminator/+download Upstream Authors: - Chris Jones + Chris Jones Huang He Kees Cook Thomas Meire - crisG (Cristian Grada) - Drew our icon and licenced it to us under this licence + +Artwork: + Cristian Grada - Drew our icon and licenced it to us under this licence + +Translations: + Thomas Meire + Maxim Derkach + Nicolas Valcárcel + Mats Henrikson + Nizar Kerkeni + "Data" + Cristian Grada + "zhuqin" + + Seriously, thank you very much to the translators. A few minutes of + their dedication opens up userbases like nothing else. Copyright: - + License: From 7a93893f3770422a2c56fc54e28a33e5d1da4e72 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 14 Feb 2008 23:19:56 +0000 Subject: [PATCH 2/2] Improve unpackaged installation --- INSTALL | 6 +++++- setup.py | 0 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/INSTALL b/INSTALL index 2a582d29..7412a145 100644 --- a/INSTALL +++ b/INSTALL @@ -1 +1,5 @@ -install python vte bindings ("python-vte" on Debian/ubuntu) and run terminator +install python vte bindings ("python-vte" on Debian/ubuntu) and run: + + ./setup.py install + +Note that this is not as complete as a package install at the moment - e.g. GNOME menu integration will not happen. diff --git a/setup.py b/setup.py old mode 100644 new mode 100755