fix LP#435186 by making python-gnome2 a recommended package and not a required package

This commit is contained in:
Emmanuel Bretelle 2009-09-26 12:33:17 +02:00
parent b1967992fd
commit d986eb29bd
2 changed files with 3 additions and 2 deletions

4
debian/control vendored
View File

@ -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.

View File

@ -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
#