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 #