From d986eb29bd66a35fb641edbbbc28a21e1a6d4d47 Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Sat, 26 Sep 2009 12:33:17 +0200 Subject: [PATCH] fix LP#435186 by making python-gnome2 a recommended package and not a required package --- debian/control | 4 ++-- terminatorlib/terminator.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index fb61bebb..3423508b 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Homepage: http://www.tenshu.net/terminator/ Package: terminator Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-vte, python-gnome2, python-gobject, python-gtk2, gconf2, libgtk2.0-bin +Depends: ${python:Depends}, ${misc:Depends}, python-vte, python-gobject, python-gtk2, gconf2, libgtk2.0-bin XB-Python-Version: ${python:Versions} Provides: x-terminal-emulator -Recommends: xdg-utils, python-xdg +Recommends: xdg-utils, python-xdg, python-gnome2 Description: multiple GNOME terminals in one window Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals. diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 1d6fd186..f9f2304a 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# vim: tabstop=2 softtabstop=2 shiftwidth=2 expandtab # Terminator - multiple gnome terminals in one window # Copyright (C) 2006-2008 cmsj@tenshu.net #