fix LP#435186 by making python-gnome2 a recommended package and not a required package
This commit is contained in:
parent
b1967992fd
commit
d986eb29bd
|
@ -14,10 +14,10 @@ Homepage: http://www.tenshu.net/terminator/
|
||||||
|
|
||||||
Package: terminator
|
Package: terminator
|
||||||
Architecture: all
|
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}
|
XB-Python-Version: ${python:Versions}
|
||||||
Provides: x-terminal-emulator
|
Provides: x-terminal-emulator
|
||||||
Recommends: xdg-utils, python-xdg
|
Recommends: xdg-utils, python-xdg, python-gnome2
|
||||||
Description: multiple GNOME terminals in one window
|
Description: multiple GNOME terminals in one window
|
||||||
Terminator is a little project to produce an efficient way of
|
Terminator is a little project to produce an efficient way of
|
||||||
filling a large area of screen space with terminals.
|
filling a large area of screen space with terminals.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
# vim: tabstop=2 softtabstop=2 shiftwidth=2 expandtab
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2008 cmsj@tenshu.net
|
# Copyright (C) 2006-2008 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue